在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → arcEngine模拟arcmap的完全代码

arcEngine模拟arcmap的完全代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.39M
  • 下载次数:13
  • 浏览次数:138
  • 发布时间:2021-01-11
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
里面包含了地图浏览,地图查询,图层要素的添加、修改、删除,最短路径分析,各种专题图册制作,自由显示标注,完全中文的符号编辑器,完全中文的Identity功能,地图测量,实现了不同空间插值等一系列功能。可以说是简易版的arcmap,环境是ae9.2+visualstudio2008+c#.(自己修改下,完全可以作为一个小项目)
【实例截图】
【核心代码】
0a9c8aac-efa1-401e-8e6c-95e179ad1cde
├── demo1-2012-0517
│   ├── demo1
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── aspect_anj1
│   │   │   │   ├── dblbnd.adf
│   │   │   │   ├── hdr.adf
│   │   │   │   ├── prj.adf
│   │   │   │   ├── sta.adf
│   │   │   │   ├── w001001.adf
│   │   │   │   └── w001001x.adf
│   │   │   ├── Aspect_anj1.aux
│   │   │   ├── Bitmaps
│   │   │   │   ├── 1111.bmp
│   │   │   │   ├── 1.1.bmp
│   │   │   │   ├── 1.2.bmp
│   │   │   │   ├── 1.3.bmp
│   │   │   │   ├── 1.4.bmp
│   │   │   │   ├── 1.5.bmp
│   │   │   │   ├── 222.bmp
│   │   │   │   ├── 9.1.bmp
│   │   │   │   ├── 9.2.bmp
│   │   │   │   ├── 9.3.bmp
│   │   │   │   ├── 9.4.bmp
│   │   │   │   ├── 9.5.bmp
│   │   │   │   ├── App.ico
│   │   │   │   ├── Bar.bmp
│   │   │   │   ├── blue.bmp
│   │   │   │   ├── car.bmp
│   │   │   │   ├── car-yellow2-32x32.bmp
│   │   │   │   ├── Dot.bmp
│   │   │   │   ├── GraduatedColor.bmp
│   │   │   │   ├── GraduatedSymbol.bmp
│   │   │   │   ├── green.bmp
│   │   │   │   ├── GreenToBlue.bmp
│   │   │   │   ├── GreenToRed.bmp
│   │   │   │   ├── Pie.bmp
│   │   │   │   ├── Stack.bmp
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── Unique.bmp
│   │   │   │   ├── wateres.ico
│   │   │   │   ├── YellowToRed.bmp
│   │   │   │   └── zi.bmp
│   │   │   ├── ColorHatch.dll
│   │   │   ├── control
│   │   │   │   └── ImageCombo.dll
│   │   │   ├── database
│   │   │   │   └── Camera.mdb
│   │   │   ├── DBPoint.mdb
│   │   │   ├── demo1.exe
│   │   │   ├── demo1.exe.config
│   │   │   ├── demo1.pdb
│   │   │   ├── demo1.vshost.exe
│   │   │   ├── demo1.vshost.exe.config
│   │   │   ├── demo1.vshost.exe.manifest
│   │   │   ├── ImageCombo.dll
│   │   │   ├── info
│   │   │   │   ├── arc0000.dat
│   │   │   │   ├── arc0000.nit
│   │   │   │   ├── arc0001.dat
│   │   │   │   ├── arc0001.nit
│   │   │   │   ├── arc0002.dat
│   │   │   │   ├── arc0002.nit
│   │   │   │   ├── arc0003.dat
│   │   │   │   ├── arc0003.nit
│   │   │   │   └── arc.dir
│   │   │   ├── log
│   │   │   ├── mapdata
│   │   │   │   ├── 20090731133413-478.img
│   │   │   │   ├── 20090731133413-478.img.vat.dbf
│   │   │   │   ├── 20090731.133413.img
│   │   │   │   ├── Baotou.mxd
│   │   │   │   ├── PGeodatabase.mdb
│   │   │   │   ├── rainpoint.dbf
│   │   │   │   ├── rainpoint.prj
│   │   │   │   ├── rainpoint.sbn
│   │   │   │   ├── rainpoint.sbx
│   │   │   │   ├── rainpoint.shp
│   │   │   │   ├── rainpoint.shp.xml
│   │   │   │   ├── rainpoint.shx
│   │   │   │   ├── 公路.dbf
│   │   │   │   ├── 公路.prj
│   │   │   │   ├── 公路.sbn
│   │   │   │   ├── 公路.sbx
│   │   │   │   ├── 公路.shp
│   │   │   │   ├── 公路.shx
│   │   │   │   ├── 包头.dbf
│   │   │   │   ├── 包头.prj
│   │   │   │   ├── 包头.sbn
│   │   │   │   ├── 包头.sbx
│   │   │   │   ├── 包头.shp
│   │   │   │   ├── 包头.shx
│   │   │   │   ├── 包头边框.dbf
│   │   │   │   ├── 包头边框_point.dbf
│   │   │   │   ├── 包头边框_point.prj
│   │   │   │   ├── 包头边框_point.sbn
│   │   │   │   ├── 包头边框_point.sbx
│   │   │   │   ├── 包头边框_point.shp
│   │   │   │   ├── 包头边框_point.shx
│   │   │   │   ├── 包头边框.prj
│   │   │   │   ├── 包头边框.sbn
│   │   │   │   ├── 包头边框.sbx
│   │   │   │   ├── 包头边框.shp
│   │   │   │   ├── 包头边框.shx
│   │   │   │   ├── 南海公园.dbf
│   │   │   │   ├── 南海公园.prj
│   │   │   │   ├── 南海公园.sbn
│   │   │   │   ├── 南海公园.sbx
│   │   │   │   ├── 南海公园.shp
│   │   │   │   ├── 南海公园.shx
│   │   │   │   ├── 周围城镇.dbf
│   │   │   │   ├── 周围城镇.prj
│   │   │   │   ├── 周围城镇.sbn
│   │   │   │   ├── 周围城镇.sbx
│   │   │   │   ├── 周围城镇.shp
│   │   │   │   ├── 周围城镇.shx
│   │   │   │   ├── 山际线.dbf
│   │   │   │   ├── 山际线.prj
│   │   │   │   ├── 山际线.sbn
│   │   │   │   ├── 山际线.sbx
│   │   │   │   ├── 山际线.shp
│   │   │   │   ├── 山际线.shx
│   │   │   │   ├── 昆都仑水库.dbf
│   │   │   │   ├── 昆都仑水库.prj
│   │   │   │   ├── 昆都仑水库.sbn
│   │   │   │   ├── 昆都仑水库.sbx
│   │   │   │   ├── 昆都仑水库.shp
│   │   │   │   ├── 昆都仑水库.shx
│   │   │   │   ├── 标注.dbf
│   │   │   │   ├── 标注_point.dbf
│   │   │   │   ├── 标注_point.prj
│   │   │   │   ├── 标注_point.sbn
│   │   │   │   ├── 标注_point.sbx
│   │   │   │   ├── 标注_point.shp
│   │   │   │   ├── 标注_point.shx
│   │   │   │   ├── 标注.prj
│   │   │   │   ├── 标注.sbn
│   │   │   │   ├── 标注.sbx
│   │   │   │   ├── 标注.shp
│   │   │   │   ├── 标注.shx
│   │   │   │   ├── 河流.dbf
│   │   │   │   ├── 河流.prj
│   │   │   │   ├── 河流.sbn
│   │   │   │   ├── 河流.sbx
│   │   │   │   ├── 河流.shp
│   │   │   │   └── 河流.shx
│   │   │   ├── patrolcar.mdb
│   │   │   ├── RC400311.007
│   │   │   ├── slope_anj1
│   │   │   │   ├── dblbnd.adf
│   │   │   │   ├── hdr.adf
│   │   │   │   ├── prj.adf
│   │   │   │   ├── sta.adf
│   │   │   │   ├── w001001.adf
│   │   │   │   └── w001001x.adf
│   │   │   ├── Slope_anj1.aux
│   │   │   ├── Symbol
│   │   │   │   ├── coal.ServerStyle
│   │   │   │   ├── file.xml
│   │   │   │   └── 自建符号
│   │   │   │   ├── 线##newline.bmp
│   │   │   │   └── 面##test.bmp
│   │   │   ├── test.mxd
│   │   │   ├── tmpshp
│   │   │   │   ├── MyGIS1.dbf
│   │   │   │   ├── MyGIS1.prj
│   │   │   │   ├── MyGIS1.shp
│   │   │   │   ├── MyGIS1.shx
│   │   │   │   ├── MyGIS.dbf
│   │   │   │   ├── MyGIS.prj
│   │   │   │   ├── MyGIS.shp
│   │   │   │   └── MyGIS.shx
│   │   │   └── 反距离栅格.img
│   │   ├── class
│   │   │   ├── ClsPathFinder.cs
│   │   │   ├── Command1.bmp
│   │   │   ├── Command1.cs
│   │   │   ├── Database.cs
│   │   │   ├── LayerSelectable.bmp
│   │   │   ├── LayerSelectable.cs
│   │   │   ├── LayerVisibility.cs
│   │   │   ├── MapNavigation.cs
│   │   │   ├── MegerTable.cs
│   │   │   ├── MyDynamicLayer.cs
│   │   │   ├── OpenAttribute.bmp
│   │   │   ├── OpenAttribute.cs
│   │   │   ├── RemoveLayer.bmp
│   │   │   ├── RemoveLayer.cs
│   │   │   ├── RenderRasterLayer.cs
│   │   │   ├── ScaleThresholds.bmp
│   │   │   ├── ScaleThresholds.cs
│   │   │   ├── SpatialAnalysisOption.cs
│   │   │   ├── SQLOps.cs
│   │   │   ├── Utility.cs
│   │   │   ├── ZoomToLayer.bmp
│   │   │   └── ZoomToLayer.cs
│   │   ├── demo1.csproj
│   │   ├── demo1.csproj.user
│   │   ├── dlgReadProgress.cs
│   │   ├── dlgReadProgress.Designer.cs
│   │   ├── dlgReadProgress.resx
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── FormFileDatabase.cs
│   │   ├── FormFileDatabase.Designer.cs
│   │   ├── FormFileDatabase.resx
│   │   ├── FormGISMain.cs
│   │   ├── FormGISMain.Designer.cs
│   │   ├── FormGISMain.resx
│   │   ├── FormTest.cs
│   │   ├── FormTest.Designer.cs
│   │   ├── FormTest.resx
│   │   ├── frmActiveSymbol.cs
│   │   ├── frmActiveSymbol.Designer.cs
│   │   ├── frmActiveSymbol.resx
│   │   ├── frmAspect.cs
│   │   ├── frmAspect.Designer.cs
│   │   ├── frmAspect.resx
│   │   ├── FrmAttribute.cs
│   │   ├── FrmAttribute.Designer.cs
│   │   ├── FrmAttribute.resx
│   │   ├── frmAttriQuery.cs
│   │   ├── frmAttriQuery.Designer.cs
│   │   ├── frmAttriQuery.resx
│   │   ├── frmBuffer.cs
│   │   ├── frmBuffer.Designer.cs
│   │   ├── frmBuffer.resx
│   │   ├── frmCellStatistic.cs
│   │   ├── frmCellStatistic.Designer.cs
│   │   ├── frmCellStatistic.resx
│   │   ├── frmClipRaster.cs
│   │   ├── frmClipRaster.Designer.cs
│   │   ├── frmClipRaster.resx
│   │   ├── frmClipVector.cs
│   │   ├── frmClipVector.Designer.cs
│   │   ├── frmClipVector.resx
│   │   ├── frmCombine.cs
│   │   ├── frmCombine.Designer.cs
│   │   ├── frmCombine.resx
│   │   ├── frmContour.cs
│   │   ├── frmContour.Designer.cs
│   │   ├── frmContourNew.cs
│   │   ├── frmContourNew.Designer.cs
│   │   ├── frmContourNew.resx
│   │   ├── frmContour.resx
│   │   ├── FrmCreatePointShp.cs
│   │   ├── FrmCreatePointShp.Designer.cs
│   │   ├── FrmCreatePointShp.resx
│   │   ├── frmFeaturetoRaster.cs
│   │   ├── frmFeaturetoRaster.Designer.cs
│   │   ├── frmFeaturetoRaster.resx
│   │   ├── frmLayerMng.cs
│   │   ├── frmLayerMng.Designer.cs
│   │   ├── frmLayerMng.resx
│   │   ├── frmPromptGetValues.cs
│   │   ├── frmPromptGetValues.Designer.cs
│   │   ├── frmPromptGetValues.resx
│   │   ├── frmPromptQuerying.cs
│   │   ├── frmPromptQuerying.Designer.cs
│   │   ├── frmPromptQuerying.resx
│   │   ├── frmRasterCalculator.cs
│   │   ├── frmRasterCalculator.Designer.cs
│   │   ├── frmRasterCalculator.resx
│   │   ├── frmRasterIDW.cs
│   │   ├── frmRasterIDW.resx
│   │   ├── frmRasterNormalize.cs
│   │   ├── frmRasterNormalize.Designer.cs
│   │   ├── frmRasterNormalize.resx
│   │   ├── FrmRasterRender.cs
│   │   ├── FrmRasterRender.Designer.cs
│   │   ├── FrmRasterRender.resx
│   │   ├── frmRasterSpline.cs
│   │   ├── frmRasterSpline.resx
│   │   ├── frmRasterToFeature.cs
│   │   ├── frmRasterToFeature.Designer.cs
│   │   ├── frmRasterToFeature.resx
│   │   ├── frmRasterToVector.cs
│   │   ├── frmRasterToVector.Designer.cs
│   │   ├── frmRasterToVector.resx
│   │   ├── frmReclass.cs
│   │   ├── frmReclass.Designer.cs
│   │   ├── frmReclass.resx
│   │   ├── FrmSelectByLocation.cs
│   │   ├── FrmSelectByLocation.Designer.cs
│   │   ├── FrmSelectByLocation.resx
│   │   ├── frmShowMapTip.cs
│   │   ├── frmShowMapTip.Designer.cs
│   │   ├── frmShowMapTip.resx
│   │   ├── frmSlope.cs
│   │   ├── frmSlope.Designer.cs
│   │   ├── frmSlopeOrSpect.cs
│   │   ├── frmSlopeOrSpect.Designer.cs
│   │   ├── frmSlopeOrSpect.resx
│   │   ├── frmSlope.resx
│   │   ├── FrmSpatialQuery.cs
│   │   ├── FrmSpatialQuery.Designer.cs
│   │   ├── FrmSpatialQuery.resx
│   │   ├── FrmSymbolLibrary.cs
│   │   ├── FrmSymbolLibrary.Designer.cs
│   │   ├── FrmSymbolLibrary.resx
│   │   ├── frmThemeUniqueValue.cs
│   │   ├── frmThemeUniqueValue.Designer.cs
│   │   ├── frmThemeUniqueValue.resx
│   │   ├── Interpolation
│   │   │   ├── frmContour.cs
│   │   │   ├── frmContour.Designer.cs
│   │   │   ├── frmContour.resx
│   │   │   ├── frmInterpolationIDW.cs
│   │   │   ├── frmInterpolationIDW.Designer.cs
│   │   │   ├── frmInterpolationIDW.resx
│   │   │   ├── frmInterpolationKridging.cs
│   │   │   ├── frmInterpolationKridging.Designer.cs
│   │   │   ├── frmInterpolationKridging.resx
│   │   │   ├── frmInterpolationSpline.cs
│   │   │   ├── frmInterpolationSpline.Designer.cs
│   │   │   └── frmInterpolationSpline.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Controls.frmAspect.resources
│   │   │   ├── Controls.frmContour.resources
│   │   │   ├── Controls.frmSlope.resources
│   │   │   ├── demo1.csproj.FileListAbsolute.txt
│   │   │   ├── demo1.csproj.GenerateResource.Cache
│   │   │   ├── demo1.dlgReadProgress.resources
│   │   │   ├── demo1.exe
│   │   │   ├── demo1.FormGIS.resources
│   │   │   ├── demo1.FormTest.resources
│   │   │   ├── demo1.frmActiveSymbol.resources
│   │   │   ├── demo1.frmAspect.resources
│   │   │   ├── demo1.FrmAttribute.resources
│   │   │   ├── demo1.frmAttriQuery.resources
│   │   │   ├── demo1.frmBuffer.resources
│   │   │   ├── demo1.frmClipRaster.resources
│   │   │   ├── demo1.frmClipVector.resources
│   │   │   ├── demo1.frmCombine.resources
│   │   │   ├── demo1.frmContourNew.resources
│   │   │   ├── demo1.frmContour.resources
│   │   │   ├── demo1.FrmCreatePointShp.resources
│   │   │   ├── demo1.frmFeaturetoRaster.resources
│   │   │   ├── demo1.frmInterpolationIDW.resources
│   │   │   ├── demo1.frmInterpolationKridging.resources
│   │   │   ├── demo1.frmInterpolationSpline.resources
│   │   │   ├── demo1.frmLayerMng.resources
│   │   │   ├── demo1.FrmMain.resources
│   │   │   ├── demo1.frmPromptGetValues.resources
│   │   │   ├── demo1.frmPromptQuerying.resources
│   │   │   ├── demo1.frmRasterCalculator.resources
│   │   │   ├── demo1.frmRasterNormalize.resources
│   │   │   ├── demo1.FrmRasterRender.resources
│   │   │   ├── demo1.frmRasterToVector.resources
│   │   │   ├── demo1.frmReclass.resources
│   │   │   ├── demo1.FrmSelectByLocation.resources
│   │   │   ├── demo1.frmShowMapTip.resources
│   │   │   ├── demo1.frmSlopeOrSpect.resources
│   │   │   ├── demo1.frmSlope.resources
│   │   │   ├── demo1.FrmSpatialQuery.resources
│   │   │   ├── demo1.FrmSymbolLibrary.resources
│   │   │   ├── demo1.FrmThemeBar.resources
│   │   │   ├── demo1.FrmThemeDot.resources
│   │   │   ├── demo1.FrmThemeGraduate.resources
│   │   │   ├── demo1.FrmThemePie.resources
│   │   │   ├── demo1.FrmThemeUniqueValue.resources
│   │   │   ├── demo1.interpolation.frmContour.resources
│   │   │   ├── demo1.pdb
│   │   │   ├── demo1.Properties.Resources.resources
│   │   │   ├── demo1.Symbol.FormSaveSymbol.resources
│   │   │   ├── demo1.Symbol.SymbolLibMgr.resources
│   │   │   ├── demo1.Symbol.SymbolMake.resources
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Res
│   │   │   ├── 1.ico
│   │   │   ├── ArcReader.ico
│   │   │   ├── Book13.ICO
│   │   │   ├── BOOKS04.ICO
│   │   │   ├── circle.bmp
│   │   │   ├── CRDFLE04.ICO
│   │   │   ├── ENTIRNET.ICO
│   │   │   ├── exit.ico
│   │   │   ├── FACE02.ICO
│   │   │   ├── FACE03.ICO
│   │   │   ├── FACE04.ICO
│   │   │   ├── find.bmp
│   │   │   ├── folder_open.bmp
│   │   │   ├── full extent.bmp
│   │   │   ├── FullExtent.bmp
│   │   │   ├── identify.bmp
│   │   │   ├── INFO1.BMP
│   │   │   ├── KEY04.ICO
│   │   │   ├── Layer.GIF
│   │   │   ├── map contents.bmp
│   │   │   ├── modify.bmp
│   │   │   ├── OOFL.ICO
│   │   │   ├── Pan.bmp
│   │   │   ├── point.bmp
│   │   │   ├── POINTSELECT.bmp
│   │   │   ├── polygon.bmp
│   │   │   ├── Property.bmp
│   │   │   ├── rectangle.bmp
│   │   │   ├── rectangleSel.bmp
│   │   │   ├── ReDoDraw.bmp
│   │   │   ├── ruler.bmp
│   │   │   ├── TIMER01.ICO
│   │   │   ├── TOOLS.ICO
│   │   │   ├── tuichu.jpg
│   │   │   ├── UnDoDraw.bmp
│   │   │   ├── WX.ICO
│   │   │   ├── ZoomIn.bmp
│   │   │   ├── ZoomIn.cur
│   │   │   ├── ZoomOut.bmp
│   │   │   ├── ZoomOut.CUR
│   │   │   └── 主界面图标.ico
│   │   ├── Symbol
│   │   │   ├── DrawTools.cs
│   │   │   ├── FormSaveSymbol.cs
│   │   │   ├── FormSaveSymbol.designer.cs
│   │   │   ├── FormSaveSymbol.resx
│   │   │   ├── StyleGalleryItemView.cs
│   │   │   ├── SymbolLibMgr.cs
│   │   │   ├── SymbolLibMgr.designer.cs
│   │   │   ├── SymbolLibMgr.resx
│   │   │   ├── SymbolMake.cs
│   │   │   ├── SymbolMake.Designer.cs
│   │   │   ├── SymbolMake.resx
│   │   │   └── SymbolUtil.cs
│   │   ├── Symbol Lib
│   │   │   ├── DrawTools.cs
│   │   │   ├── FormSaveSymbol.cs
│   │   │   ├── FormSaveSymbol.designer.cs
│   │   │   ├── FormSaveSymbol.resx
│   │   │   ├── StyleGalleryItemView.cs
│   │   │   ├── SymbolLibMgr.cs
│   │   │   ├── SymbolLibMgr.designer.cs
│   │   │   ├── SymbolLibMgr.resx
│   │   │   ├── SymbolMake.cs
│   │   │   ├── SymbolMake.designer.cs
│   │   │   ├── SymbolMake.resx
│   │   │   └── SymbolUtil.cs
│   │   ├── Thematic Map
│   │   │   ├── FrmThemeBar.cs
│   │   │   ├── FrmThemeBar.Designer.cs
│   │   │   ├── FrmThemeBar.resx
│   │   │   ├── FrmThemeDot.cs
│   │   │   ├── FrmThemeDot.Designer.cs
│   │   │   ├── FrmThemeDot.resx
│   │   │   ├── FrmThemeGraduate.cs
│   │   │   ├── FrmThemeGraduate.Designer.cs
│   │   │   ├── FrmThemeGraduate.resx
│   │   │   ├── FrmThemePie.cs
│   │   │   ├── FrmThemePie.Designer.cs
│   │   │   ├── FrmThemePie.resx
│   │   │   ├── frmThemeUniqueValue.cs
│   │   │   ├── frmThemeUniqueValue.Designer.cs
│   │   │   └── frmThemeUniqueValue.resx
│   │   └── 主界面图标.ico
│   ├── demo1.sln
│   ├── demo1.suo
│   └── 修改说明2012-05-17-yuxuetao.doc
└── demo1-2012-0518
├── demo1
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── aspect_anj1
│   │   │   ├── dblbnd.adf
│   │   │   ├── hdr.adf
│   │   │   ├── prj.adf
│   │   │   ├── sta.adf
│   │   │   ├── w001001.adf
│   │   │   └── w001001x.adf
│   │   ├── Aspect_anj1.aux
│   │   ├── Bitmaps
│   │   │   ├── 1111.bmp
│   │   │   ├── 1.1.bmp
│   │   │   ├── 1.2.bmp
│   │   │   ├── 1.3.bmp
│   │   │   ├── 1.4.bmp
│   │   │   ├── 1.5.bmp
│   │   │   ├── 222.bmp
│   │   │   ├── 9.1.bmp
│   │   │   ├── 9.2.bmp
│   │   │   ├── 9.3.bmp
│   │   │   ├── 9.4.bmp
│   │   │   ├── 9.5.bmp
│   │   │   ├── App.ico
│   │   │   ├── Bar.bmp
│   │   │   ├── blue.bmp
│   │   │   ├── car.bmp
│   │   │   ├── car-yellow2-32x32.bmp
│   │   │   ├── Dot.bmp
│   │   │   ├── GraduatedColor.bmp
│   │   │   ├── GraduatedSymbol.bmp
│   │   │   ├── green.bmp
│   │   │   ├── GreenToBlue.bmp
│   │   │   ├── GreenToRed.bmp
│   │   │   ├── Pie.bmp
│   │   │   ├── Stack.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── Unique.bmp
│   │   │   ├── wateres.ico
│   │   │   ├── YellowToRed.bmp
│   │   │   └── zi.bmp
│   │   ├── ColorHatch.dll
│   │   ├── control
│   │   │   └── ImageCombo.dll
│   │   ├── database
│   │   │   └── Camera.mdb
│   │   ├── DBPoint.mdb
│   │   ├── demo1.exe
│   │   ├── demo1.exe.config
│   │   ├── demo1.pdb
│   │   ├── demo1.vshost.exe
│   │   ├── demo1.vshost.exe.config
│   │   ├── demo1.vshost.exe.manifest
│   │   ├── ImageCombo.dll
│   │   ├── info
│   │   │   ├── arc0000.dat
│   │   │   ├── arc0000.nit
│   │   │   ├── arc0001.dat
│   │   │   ├── arc0001.nit
│   │   │   ├── arc0002.dat
│   │   │   ├── arc0002.nit
│   │   │   ├── arc0003.dat
│   │   │   ├── arc0003.nit
│   │   │   └── arc.dir
│   │   ├── log
│   │   ├── mapdata
│   │   │   ├── 20090731133413-478.img
│   │   │   ├── 20090731133413-478.img.vat.dbf
│   │   │   ├── 20090731.133413.img
│   │   │   ├── Baotou.mxd
│   │   │   ├── PGeodatabase.mdb
│   │   │   ├── rainpoint.dbf
│   │   │   ├── rainpoint.prj
│   │   │   ├── rainpoint.sbn
│   │   │   ├── rainpoint.sbx
│   │   │   ├── rainpoint.shp
│   │   │   ├── rainpoint.shp.xml
│   │   │   ├── rainpoint.shx
│   │   │   ├── 公路.dbf
│   │   │   ├── 公路.prj
│   │   │   ├── 公路.sbn
│   │   │   ├── 公路.sbx
│   │   │   ├── 公路.shp
│   │   │   ├── 公路.shx
│   │   │   ├── 包头.dbf
│   │   │   ├── 包头.prj
│   │   │   ├── 包头.sbn
│   │   │   ├── 包头.sbx
│   │   │   ├── 包头.shp
│   │   │   ├── 包头.shx
│   │   │   ├── 包头边框.dbf
│   │   │   ├── 包头边框_point.dbf
│   │   │   ├── 包头边框_point.prj
│   │   │   ├── 包头边框_point.sbn
│   │   │   ├── 包头边框_point.sbx
│   │   │   ├── 包头边框_point.shp
│   │   │   ├── 包头边框_point.shx
│   │   │   ├── 包头边框.prj
│   │   │   ├── 包头边框.sbn
│   │   │   ├── 包头边框.sbx
│   │   │   ├── 包头边框.shp
│   │   │   ├── 包头边框.shx
│   │   │   ├── 南海公园.dbf
│   │   │   ├── 南海公园.prj
│   │   │   ├── 南海公园.sbn
│   │   │   ├── 南海公园.sbx
│   │   │   ├── 南海公园.shp
│   │   │   ├── 南海公园.shx
│   │   │   ├── 周围城镇.dbf
│   │   │   ├── 周围城镇.prj
│   │   │   ├── 周围城镇.sbn
│   │   │   ├── 周围城镇.sbx
│   │   │   ├── 周围城镇.shp
│   │   │   ├── 周围城镇.shx
│   │   │   ├── 山际线.dbf
│   │   │   ├── 山际线.prj
│   │   │   ├── 山际线.sbn
│   │   │   ├── 山际线.sbx
│   │   │   ├── 山际线.shp
│   │   │   ├── 山际线.shx
│   │   │   ├── 昆都仑水库.dbf
│   │   │   ├── 昆都仑水库.prj
│   │   │   ├── 昆都仑水库.sbn
│   │   │   ├── 昆都仑水库.sbx
│   │   │   ├── 昆都仑水库.shp
│   │   │   ├── 昆都仑水库.shx
│   │   │   ├── 标注.dbf
│   │   │   ├── 标注_point.dbf
│   │   │   ├── 标注_point.prj
│   │   │   ├── 标注_point.sbn
│   │   │   ├── 标注_point.sbx
│   │   │   ├── 标注_point.shp
│   │   │   ├── 标注_point.shx
│   │   │   ├── 标注.prj
│   │   │   ├── 标注.sbn
│   │   │   ├── 标注.sbx
│   │   │   ├── 标注.shp
│   │   │   ├── 标注.shx
│   │   │   ├── 河流.dbf
│   │   │   ├── 河流.prj
│   │   │   ├── 河流.sbn
│   │   │   ├── 河流.sbx
│   │   │   ├── 河流.shp
│   │   │   └── 河流.shx
│   │   ├── patrolcar.mdb
│   │   ├── RC400311.007
│   │   ├── slope_anj1
│   │   │   ├── dblbnd.adf
│   │   │   ├── hdr.adf
│   │   │   ├── prj.adf
│   │   │   ├── sta.adf
│   │   │   ├── w001001.adf
│   │   │   └── w001001x.adf
│   │   ├── Slope_anj1.aux
│   │   ├── Symbol
│   │   │   ├── coal.ServerStyle
│   │   │   ├── file.xml
│   │   │   └── 自建符号
│   │   │   ├── 线##newline.bmp
│   │   │   └── 面##test.bmp
│   │   ├── test.mxd
│   │   ├── tmpshp
│   │   │   ├── MyGIS1.dbf
│   │   │   ├── MyGIS1.prj
│   │   │   ├── MyGIS1.shp
│   │   │   ├── MyGIS1.shx
│   │   │   ├── MyGIS.dbf
│   │   │   ├── MyGIS.prj
│   │   │   ├── MyGIS.shp
│   │   │   └── MyGIS.shx
│   │   ├── 反距离栅格.img
│   │   └── 样条栅格.img
│   ├── class
│   │   ├── ClsPathFinder.cs
│   │   ├── Command1.bmp
│   │   ├── Command1.cs
│   │   ├── Database.cs
│   │   ├── LayerSelectable.bmp
│   │   ├── LayerSelectable.cs
│   │   ├── LayerVisibility.cs
│   │   ├── MapNavigation.cs
│   │   ├── MegerTable.cs
│   │   ├── MyDynamicLayer.cs
│   │   ├── OpenAttribute.bmp
│   │   ├── OpenAttribute.cs
│   │   ├── RemoveLayer.bmp
│   │   ├── RemoveLayer.cs
│   │   ├── RenderRasterLayer.cs
│   │   ├── ScaleThresholds.bmp
│   │   ├── ScaleThresholds.cs
│   │   ├── SpatialAnalysisOption.cs
│   │   ├── SQLOps.cs
│   │   ├── Utility.cs
│   │   ├── ZoomToLayer.bmp
│   │   └── ZoomToLayer.cs
│   ├── demo1.csproj
│   ├── demo1.csproj.user
│   ├── dlgReadProgress.cs
│   ├── dlgReadProgress.Designer.cs
│   ├── dlgReadProgress.resx
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── FormFileDatabase.cs
│   ├── FormFileDatabase.Designer.cs
│   ├── FormFileDatabase.resx
│   ├── FormGISMain.cs
│   ├── FormGISMain.Designer.cs
│   ├── FormGISMain.resx
│   ├── FormTest.cs
│   ├── FormTest.Designer.cs
│   ├── FormTest.resx
│   ├── frmActiveSymbol.cs
│   ├── frmActiveSymbol.Designer.cs
│   ├── frmActiveSymbol.resx
│   ├── frmAspect.cs
│   ├── frmAspect.Designer.cs
│   ├── frmAspect.resx
│   ├── FrmAttribute.cs
│   ├── FrmAttribute.Designer.cs
│   ├── FrmAttribute.resx
│   ├── frmAttriQuery.cs
│   ├── frmAttriQuery.Designer.cs
│   ├── frmAttriQuery.resx
│   ├── frmBuffer.cs
│   ├── frmBuffer.Designer.cs
│   ├── frmBuffer.resx
│   ├── frmCellStatistic.cs
│   ├── frmCellStatistic.Designer.cs
│   ├── frmCellStatistic.resx
│   ├── frmClipRaster.cs
│   ├── frmClipRaster.Designer.cs
│   ├── frmClipRaster.resx
│   ├── frmClipVector.cs
│   ├── frmClipVector.Designer.cs
│   ├── frmClipVector.resx
│   ├── frmCombine.cs
│   ├── frmCombine.Designer.cs
│   ├── frmCombine.resx
│   ├── frmContour.cs
│   ├── frmContour.Designer.cs
│   ├── frmContourNew.cs
│   ├── frmContourNew.Designer.cs
│   ├── frmContourNew.resx
│   ├── frmContour.resx
│   ├── FrmCreatePointShp.cs
│   ├── FrmCreatePointShp.Designer.cs
│   ├── FrmCreatePointShp.resx
│   ├── frmFeaturetoRaster.cs
│   ├── frmFeaturetoRaster.Designer.cs
│   ├── frmFeaturetoRaster.resx
│   ├── frmLayerMng.cs
│   ├── frmLayerMng.Designer.cs
│   ├── frmLayerMng.resx
│   ├── frmPromptGetValues.cs
│   ├── frmPromptGetValues.Designer.cs
│   ├── frmPromptGetValues.resx
│   ├── frmPromptQuerying.cs
│   ├── frmPromptQuerying.Designer.cs
│   ├── frmPromptQuerying.resx
│   ├── frmRasterCalculator.cs
│   ├── frmRasterCalculator.Designer.cs
│   ├── frmRasterCalculator.resx
│   ├── frmRasterIDW.cs
│   ├── frmRasterIDW.resx
│   ├── frmRasterNormalize.cs
│   ├── frmRasterNormalize.Designer.cs
│   ├── frmRasterNormalize.resx
│   ├── FrmRasterRender.cs
│   ├── FrmRasterRender.Designer.cs
│   ├── FrmRasterRender.resx
│   ├── frmRasterSpline.cs
│   ├── frmRasterSpline.resx
│   ├── frmRasterToFeature.cs
│   ├── frmRasterToFeature.Designer.cs
│   ├── frmRasterToFeature.resx
│   ├── frmRasterToVector.cs
│   ├── frmRasterToVector.Designer.cs
│   ├── frmRasterToVector.resx
│   ├── frmReclass.cs
│   ├── frmReclass.Designer.cs
│   ├── frmReclass.resx
│   ├── FrmSelectByLocation.cs
│   ├── FrmSelectByLocation.Designer.cs
│   ├── FrmSelectByLocation.resx
│   ├── frmShowMapTip.cs
│   ├── frmShowMapTip.Designer.cs
│   ├── frmShowMapTip.resx
│   ├── frmSlope.cs
│   ├── frmSlope.Designer.cs
│   ├── frmSlopeOrSpect.cs
│   ├── frmSlopeOrSpect.Designer.cs
│   ├── frmSlopeOrSpect.resx
│   ├── frmSlope.resx
│   ├── FrmSpatialQuery.cs
│   ├── FrmSpatialQuery.Designer.cs
│   ├── FrmSpatialQuery.resx
│   ├── FrmSymbolLibrary.cs
│   ├── FrmSymbolLibrary.Designer.cs
│   ├── FrmSymbolLibrary.resx
│   ├── frmThemeUniqueValue.cs
│   ├── frmThemeUniqueValue.Designer.cs
│   ├── frmThemeUniqueValue.resx
│   ├── Interpolation
│   │   ├── frmContour.cs
│   │   ├── frmContour.Designer.cs
│   │   ├── frmContour.resx
│   │   ├── frmInterpolationIDW.cs
│   │   ├── frmInterpolationIDW.Designer.cs
│   │   ├── frmInterpolationIDW.resx
│   │   ├── frmInterpolationKridging.cs
│   │   ├── frmInterpolationKridging.Designer.cs
│   │   ├── frmInterpolationKridging.resx
│   │   ├── frmInterpolationSpline.cs
│   │   ├── frmInterpolationSpline.Designer.cs
│   │   └── frmInterpolationSpline.resx
│   ├── obj
│   │   └── Debug
│   │   ├── Controls.frmAspect.resources
│   │   ├── Controls.frmContour.resources
│   │   ├── Controls.frmSlope.resources
│   │   ├── demo1.csproj.FileListAbsolute.txt
│   │   ├── demo1.csproj.GenerateResource.Cache
│   │   ├── demo1.dlgReadProgress.resources
│   │   ├── demo1.exe
│   │   ├── demo1.FormGIS.resources
│   │   ├── demo1.FormTest.resources
│   │   ├── demo1.frmActiveSymbol.resources
│   │   ├── demo1.frmAspect.resources
│   │   ├── demo1.FrmAttribute.resources
│   │   ├── demo1.frmAttriQuery.resources
│   │   ├── demo1.frmBuffer.resources
│   │   ├── demo1.frmClipRaster.resources
│   │   ├── demo1.frmClipVector.resources
│   │   ├── demo1.frmCombine.resources
│   │   ├── demo1.frmContourNew.resources
│   │   ├── demo1.frmContour.resources
│   │   ├── demo1.FrmCreatePointShp.resources
│   │   ├── demo1.frmFeaturetoRaster.resources
│   │   ├── demo1.frmInterpolationIDW.resources
│   │   ├── demo1.frmInterpolationKridging.resources
│   │   ├── demo1.frmInterpolationSpline.resources
│   │   ├── demo1.frmLayerMng.resources
│   │   ├── demo1.FrmMain.resources
│   │   ├── demo1.frmPromptGetValues.resources
│   │   ├── demo1.frmPromptQuerying.resources
│   │   ├── demo1.frmRasterCalculator.resources
│   │   ├── demo1.frmRasterNormalize.resources
│   │   ├── demo1.FrmRasterRender.resources
│   │   ├── demo1.frmRasterToVector.resources
│   │   ├── demo1.frmReclass.resources
│   │   ├── demo1.FrmSelectByLocation.resources
│   │   ├── demo1.frmShowMapTip.resources
│   │   ├── demo1.frmSlopeOrSpect.resources
│   │   ├── demo1.frmSlope.resources
│   │   ├── demo1.FrmSpatialQuery.resources
│   │   ├── demo1.FrmSymbolLibrary.resources
│   │   ├── demo1.FrmThemeBar.resources
│   │   ├── demo1.FrmThemeDot.resources
│   │   ├── demo1.FrmThemeGraduate.resources
│   │   ├── demo1.FrmThemePie.resources
│   │   ├── demo1.FrmThemeUniqueValue.resources
│   │   ├── demo1.interpolation.frmContour.resources
│   │   ├── demo1.pdb
│   │   ├── demo1.Properties.Resources.resources
│   │   ├── demo1.Symbol.FormSaveSymbol.resources
│   │   ├── demo1.Symbol.SymbolLibMgr.resources
│   │   ├── demo1.Symbol.SymbolMake.resources
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Res
│   │   ├── 1.ico
│   │   ├── ArcReader.ico
│   │   ├── Book13.ICO
│   │   ├── BOOKS04.ICO
│   │   ├── circle.bmp
│   │   ├── CRDFLE04.ICO
│   │   ├── ENTIRNET.ICO
│   │   ├── exit.ico
│   │   ├── FACE02.ICO
│   │   ├── FACE03.ICO
│   │   ├── FACE04.ICO
│   │   ├── find.bmp
│   │   ├── folder_open.bmp
│   │   ├── full extent.bmp
│   │   ├── FullExtent.bmp
│   │   ├── identify.bmp
│   │   ├── INFO1.BMP
│   │   ├── KEY04.ICO
│   │   ├── Layer.GIF
│   │   ├── map contents.bmp
│   │   ├── modify.bmp
│   │   ├── OOFL.ICO
│   │   ├── Pan.bmp
│   │   ├── point.bmp
│   │   ├── POINTSELECT.bmp
│   │   ├── polygon.bmp
│   │   ├── Property.bmp
│   │   ├── rectangle.bmp
│   │   ├── rectangleSel.bmp
│   │   ├── ReDoDraw.bmp
│   │   ├── ruler.bmp
│   │   ├── TIMER01.ICO
│   │   ├── TOOLS.ICO
│   │   ├── tuichu.jpg
│   │   ├── UnDoDraw.bmp
│   │   ├── WX.ICO
│   │   ├── ZoomIn.bmp
│   │   ├── ZoomIn.cur
│   │   ├── ZoomOut.bmp
│   │   ├── ZoomOut.CUR
│   │   └── 主界面图标.ico
│   ├── Symbol
│   │   ├── DrawTools.cs
│   │   ├── FormSaveSymbol.cs
│   │   ├── FormSaveSymbol.designer.cs
│   │   ├── FormSaveSymbol.resx
│   │   ├── StyleGalleryItemView.cs
│   │   ├── SymbolLibMgr.cs
│   │   ├── SymbolLibMgr.designer.cs
│   │   ├── SymbolLibMgr.resx
│   │   ├── SymbolMake.cs
│   │   ├── SymbolMake.Designer.cs
│   │   ├── SymbolMake.resx
│   │   └── SymbolUtil.cs
│   ├── Symbol Lib
│   │   ├── DrawTools.cs
│   │   ├── FormSaveSymbol.cs
│   │   ├── FormSaveSymbol.designer.cs
│   │   ├── FormSaveSymbol.resx
│   │   ├── StyleGalleryItemView.cs
│   │   ├── SymbolLibMgr.cs
│   │   ├── SymbolLibMgr.designer.cs
│   │   ├── SymbolLibMgr.resx
│   │   ├── SymbolMake.cs
│   │   ├── SymbolMake.designer.cs
│   │   ├── SymbolMake.resx
│   │   └── SymbolUtil.cs
│   ├── Thematic Map
│   │   ├── FrmThemeBar.cs
│   │   ├── FrmThemeBar.Designer.cs
│   │   ├── FrmThemeBar.resx
│   │   ├── FrmThemeDot.cs
│   │   ├── FrmThemeDot.Designer.cs
│   │   ├── FrmThemeDot.resx
│   │   ├── FrmThemeGraduate.cs
│   │   ├── FrmThemeGraduate.Designer.cs
│   │   ├── FrmThemeGraduate.resx
│   │   ├── FrmThemePie.cs
│   │   ├── FrmThemePie.Designer.cs
│   │   ├── FrmThemePie.resx
│   │   ├── frmThemeUniqueValue.cs
│   │   ├── frmThemeUniqueValue.Designer.cs
│   │   └── frmThemeUniqueValue.resx
│   └── 主界面图标.ico
├── demo1.sln
├── demo1.suo
└── 修改说明2012-05-17-yuxuetao.doc

48 directories, 889 files

标签:

实例下载地址

arcEngine模拟arcmap的完全代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警