搜索资源列表
ESRIShapefile
- Esri 的shapefile的读取.用C#写的.一定能用的.大家可以直接拿来用的.-Esri read the shapefiles. C# writes. Certainly usable. We can directly for use.
ESIC
- AE开发教程实例,按照PDF一步步做下来,初学者的宝典,可以新建shapefile并添加字段-AE development tutorial examples, do step by step down according to PDF, beginners Collection
toshapefile
- 读取外部文件的x,y坐标信息和属性数据,生成shapefile格式arcgis地图文件!-Read the external file x, y coordinate information and attribute data, generate shapefile format arcgis map files!
Raster2Vector
- 栅格文件(Erdas的IMG文件)转成矢量形式(arcgis 的shapefile格式),并且可以向shapfile文件添加新的记录-convert Erdas IMG to ESRI Shapefile and add new record to shapefile using arcgis engine
addshapefile
- 加载shapefile文件,基于C#环境下,通过编程将C#与Arcgis联系起来,实现在Arcmap中实现加载shapefile文件-add shapefile data
shpreader
- C# 读取arcgis shapefile 格式文件,源代码-C# Read arcgis shapefile format, source code
Shape
- 读取Shapefile文件,包括读取各个节点的坐标-Shapefile to read documents, including reading the coordinates of each node
CreateSnapefileWithGDAL
- 使用GDAL库创建Shapefile文件-create a shapefile using GDAL
CreateAdd2Shapefile
- 使用ArcGIS Engine创建Shapefile文件,并添加字段和记录-create shapefile add fields and records to it using arcgis engine
GML2Shape
- 实现了将shapefile、tiff、dem转换为gml,也可以将gml转换为shapefile、tiff。并实现了将gml转换为svg、x3d等算法。-Realized the shapefile, tiff, dem convert gml, gml can also be converted to shapefile, tiff. And implemented to gml into svg, x3d and other algorithms.
ShpMerger0124
- 合并shapefile的主文件,包括GUI和console调用!非常巴适-shapefile merger
ShapeViewerSrc
- 查看shapefile文件,显示其主文件!非常巴适哈-shapefile viewer!!!
ShpMergerConsole
- 在console 下通过命令调用合并shapefile的 .dll文件来实现合并-console shapefile!!!
SDEOperation
- 使用C#和ArcEngine实现的向ArcSDE中导入shapefile和属性数据的代码。-Import Shapefile and Attribute data(such as mdb file and excel file) into arcSDE,using ArcEngine 9.3 and Visual C#.
AE-and-CSharp
- 基于AE与C#的应用程序,可以实现shapefile文件的存取,编辑功能,界面为office2007美观实用。-AE and C# based applications can access the shapefile, editing, beautiful and practical interface to office2007.
Shapefile
- Shapeader Class. Can read .shp file geometry.
SharpMap-Demo
- 开源Gis工具SharpMap例子,实现读取ShapeFile,放大缩小,标注,平移等功能-Open source GIS tool the SharpMap example, read shapefiles, zoom, annotation, translation and other functions
ATxlsToShp
- C#环境下,AE程序,可打开excle表格数据,并将其转换为shapefile图层,可添加到自己的小程序上-C# environment, AE program, you can open excle tabular data, and convert it to shapefile layers that can be added to your applet
CurveConversion
- 本程序实现了怎样把shapefile或coverage文件中输入的曲线转换成地理数据库支持的真实曲线。在Visual Studio中编译好项目,启动ArcMap并装载进一个与曲线相似的线要素类。点击自定义菜单并点击Add-In管理器,点击自定义,出现自定义对话框,浏览定位到add-in所在项目文件的文件夹"bin\Debug"目录,选择".esriAddIn "文件。在自定义对话框中的Command选项卡下选择Add-In控件目录,选择"Curve Conversion"命令,将它拖拽到工具条上
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