搜索资源列表
GDAL.OGR
- GDAL OGR 简单数据转换 shapefile mif tab格式-GDAL OGR data convert,shapefile mif tab
VectorReader
- 利用gdal库读取矢量文件(shp,dxf等)-Read vector files (shp, dxf, etc.) using Gdal library
import
- shp等数据转换处理程序,python程序,基于gdal开发-shp and other data conversion processing program, python program, developed based gdal
Gdal_GenerateShp
- C#用GDAL生成shp文件,包含点、线、面、环等类型-C# generate shp with GDAL file that contains point, line, surface, rings and other types
GDAL读写SHAP
- C#调用GDAL库,使用gdal读shp文件,读取属性值(C# calls the GDAL library, reads the SHP file using GDAL, and reads the attribute values)
TxtToShpLine
- 最近由于项目需要,不能使用ArcEngine,要将文本文件转shapefile文件,但网上没有现成的。本菜鸟几经摸索得知可用GDAL/OGR库创建,才完成这一功能。若有问题请留言。PS:这是转线shp的,想转点和面的改一下就行了,网上都有。(Recently, due to project needs, ArcEngine can not be used to transfer text files to ShapeFile files, but there is no ready Intern