搜索资源列表
shpRead1.rar
- 使用GDAL读取矢量数据shp文件的一个例子,并提供了数据导出的接口,可导入到数据库之中。,Vector data using GDAL to read an example of the shp file and provide the interface to export the data can be imported into database.
gdal170
- 读写各类gis格式文件,如dbf\tif\shp\tab\mif-Gis format to read and write various types of
GDAL.OGR
- GDAL OGR 简单数据转换 shapefile mif tab格式-GDAL OGR data convert,shapefile mif tab
GDAL
- 对GDAL库的学习笔记,记录得很详细,希望能对GIS感兴趣的朋友有所帮助。-GDAL library study note.
gdal-1.6.2.tar
- 提供数据读取和转换,这里数据是空间数据,shp,gml ,wkt,wkb等文件读取以及它们之间的转换.-Data reading and conversion, where the data is spatial data, shp, gml, wkt, wkb and other documents to read, as well as the conversion between them.
VectorReader
- 利用gdal库读取矢量文件(shp,dxf等)-Read vector files (shp, dxf, etc.) using Gdal library
SimPoly
- VS2005下,使用GDAL的OGR库编写的shp面文件平滑程序-mei you ying yu fanyi de da jia kan zhong wen jie shao ba
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
ogr2htmlmap
- 将gdal的ogr支持的格式转换到htmlmap格式-convert shp,mif,format file to htlm map format
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