在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于C#和AE的二次开发(附带源码)

基于C#和AE的二次开发(附带源码)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.85M
  • 下载次数:6
  • 浏览次数:271
  • 发布时间:2020-09-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
实现了大部分的空间分析功能如最短路径分析和缓冲区分析等。
【实例截图】
【核心代码】
GIS实习
├── shp文件2
│   ├── 其他.dbf
│   ├── 其他.prj
│   ├── 其他.sbn
│   ├── 其他.sbx
│   ├── 其他.shp
│   ├── 其他.shx
│   ├── 宿舍楼.dbf
│   ├── 宿舍楼.prj
│   ├── 宿舍楼.sbn
│   ├── 宿舍楼.sbx
│   ├── 宿舍楼.shp
│   ├── 宿舍楼.shx
│   ├── 教学楼.dbf
│   ├── 教学楼.prj
│   ├── 教学楼.sbn
│   ├── 教学楼.sbx
│   ├── 教学楼.shp
│   ├── 教学楼.shx
│   ├── 河南城建学院.mxd
│   ├── 道路.dbf
│   ├── 道路.prj
│   ├── 道路.sbn
│   ├── 道路.sbx
│   ├── 道路.shp
│   └── 道路.shx
├── 第13组C#实习报告.docx
├── 第13组-Program
│   └── program
│   ├── code
│   │   ├── Backup2
│   │   │   ├── WindowsApplication1
│   │   │   │   ├── AddNetBarriersTool.cs
│   │   │   │   ├── AddNetBarriesTool.cur
│   │   │   │   ├── AddNetStopsTool.cs
│   │   │   │   ├── AddNetStopsTool.cur
│   │   │   │   ├── Allocation.cs
│   │   │   │   ├── Allocation.Designer.cs
│   │   │   │   ├── Allocation.resx
│   │   │   │   ├── Aspect.cs
│   │   │   │   ├── Aspect.Designer.cs
│   │   │   │   ├── Aspect.resx
│   │   │   │   ├── Contour.cs
│   │   │   │   ├── Contour.Designer.cs
│   │   │   │   ├── Contour.resx
│   │   │   │   ├── Cost_Weighted.cs
│   │   │   │   ├── Cost_Weighted.Designer.cs
│   │   │   │   ├── Cost_Weighted.resx
│   │   │   │   ├── Cut_Fill.cs
│   │   │   │   ├── Cut_Fill.Designer.cs
│   │   │   │   ├── Cut_Fill.resx
│   │   │   │   ├── DataView.cs
│   │   │   │   ├── DataView.Designer.cs
│   │   │   │   ├── DataView.resx
│   │   │   │   ├── Feature To Raster.cs
│   │   │   │   ├── Feature To Raster.designer.cs
│   │   │   │   ├── Feature To Raster.resx
│   │   │   │   ├── IDW.cs
│   │   │   │   ├── IDW.designer.cs
│   │   │   │   ├── IDW.resx
│   │   │   │   ├── Kernel Density.cs
│   │   │   │   ├── Kernel Density.designer.cs
│   │   │   │   ├── Kernel Density.resx
│   │   │   │   ├── Kriging.cs
│   │   │   │   ├── Kriging.designer.cs
│   │   │   │   ├── Kriging.resx
│   │   │   │   ├── LayerSelectable.cs
│   │   │   │   ├── LayerVisibility.cs
│   │   │   │   ├── MainForm.cs
│   │   │   │   ├── MainForm.Designer.cs
│   │   │   │   ├── MainForm.resx
│   │   │   │   ├── NetWorkAnalysClass.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Raster Calculator.cs
│   │   │   │   ├── Raster Calculator.designer.cs
│   │   │   │   ├── Raster Calculator.resx
│   │   │   │   ├── Raster To Features.cs
│   │   │   │   ├── Raster To Features.designer.cs
│   │   │   │   ├── Raster To Features.resx
│   │   │   │   ├── Reclassify.cs
│   │   │   │   ├── Reclassify.Designer.cs
│   │   │   │   ├── Reclassify.resx
│   │   │   │   ├── RemoveLayer.cs
│   │   │   │   ├── Resources
│   │   │   │   │   └── MapOpen1.bmp
│   │   │   │   ├── ScaleThresholds.cs
│   │   │   │   ├── Select Property.cs
│   │   │   │   ├── Select Property.Designer.cs
│   │   │   │   ├── Select Property.resx
│   │   │   │   ├── ShortPathSolveCommand.bmp
│   │   │   │   ├── ShortPathSolveCommand.cs
│   │   │   │   ├── Simple Density.cs
│   │   │   │   ├── Simple Density.designer.cs
│   │   │   │   ├── Simple Density.resx
│   │   │   │   ├── Slope.cs
│   │   │   │   ├── Slope.Designer.cs
│   │   │   │   ├── Slope.resx
│   │   │   │   ├── Straight_line.cs
│   │   │   │   ├── Straight_line.Designer.cs
│   │   │   │   ├── Straight_line.resx
│   │   │   │   ├── SymbolSelector.cs
│   │   │   │   ├── SymbolSelector.designer.cs
│   │   │   │   ├── SymbolSelector.resx
│   │   │   │   ├── WindowsApplication1.csproj
│   │   │   │   ├── WindowsApplication1.csproj.user
│   │   │   │   └── ZoomToLayer.cs
│   │   │   ├── WindowsApplication1.sln
│   │   │   └── WindowsApplication1.suo
│   │   ├── WindowsApplication1
│   │   │   ├── Add.cs
│   │   │   ├── Add.Designer.cs
│   │   │   ├── AddNetBarriersTool.cs
│   │   │   ├── AddNetBarriesTool.bmp
│   │   │   ├── AddNetBarriesTool.cur
│   │   │   ├── AddNetStopsTool.cs
│   │   │   ├── AddNetStopsTool.cur
│   │   │   ├── Add.resx
│   │   │   ├── Allocation.cs
│   │   │   ├── Allocation.Designer.cs
│   │   │   ├── Allocation.resx
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Users.txt
│   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   ├── WindowsApplication1.vshost.exe
│   │   │   │   └── WindowsApplication1.vshost.exe.manifest
│   │   │   ├── CUserModel.cs
│   │   │   ├── CUserReadWrite.cs
│   │   │   ├── DataView.cs
│   │   │   ├── DataView.Designer.cs
│   │   │   ├── DataView.resx
│   │   │   ├── frmLogin.cs
│   │   │   ├── frmLogin.Designer.cs
│   │   │   ├── frmLogin.resx
│   │   │   ├── LayerSelectable.cs
│   │   │   ├── LayerVisibility.cs
│   │   │   ├── MainForm.cs
│   │   │   ├── MainForm.Designer.cs
│   │   │   ├── MainForm.resx
│   │   │   ├── NetWorkAnalysClass.cs
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── WindowsApplication1.Add.resources
│   │   │   │   │   ├── WindowsApplication1.Allocation.resources
│   │   │   │   │   ├── WindowsApplication1.Aspect.resources
│   │   │   │   │   ├── WindowsApplication1.Contour.resources
│   │   │   │   │   ├── WindowsApplication1.Cost_Weighted.resources
│   │   │   │   │   ├── WindowsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── WindowsApplication1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── WindowsApplication1.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── WindowsApplication1.Cut_Fill.resources
│   │   │   │   │   ├── WindowsApplication1.DataView.resources
│   │   │   │   │   ├── WindowsApplication1.exe
│   │   │   │   │   ├── WindowsApplication1.FeaturesToRaster.resources
│   │   │   │   │   ├── WindowsApplication1.Form9.resources
│   │   │   │   │   ├── WindowsApplication1.frmLogin.resources
│   │   │   │   │   ├── WindowsApplication1.IDW.resources
│   │   │   │   │   ├── WindowsApplication1.KernelDensity.resources
│   │   │   │   │   ├── WindowsApplication1.Kriging.resources
│   │   │   │   │   ├── WindowsApplication1.MainForm.resources
│   │   │   │   │   ├── WindowsApplication1.pdb
│   │   │   │   │   ├── WindowsApplication1.Properties.Resources.resources
│   │   │   │   │   ├── WindowsApplication1.Raster_Calculator.resources
│   │   │   │   │   ├── WindowsApplication1.RasterToFeatures.resources
│   │   │   │   │   ├── WindowsApplication1.Reclassify.resources
│   │   │   │   │   ├── WindowsApplication1.Slope.resources
│   │   │   │   │   ├── WindowsApplication1.Straight_line.resources
│   │   │   │   │   ├── WindowsApplication1.SymbolSelectorFrm.resources
│   │   │   │   │   └── WindowsApplication1.属性选择.resources
│   │   │   │   ├── WindowsApplication1.csproj.FileListAbsolute.txt
│   │   │   │   └── WindowsApplication1.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RemoveLayer.cs
│   │   │   ├── Resources
│   │   │   │   └── MapOpen1.bmp
│   │   │   ├── ScaleThresholds.cs
│   │   │   ├── Select Property.cs
│   │   │   ├── Select Property.Designer.cs
│   │   │   ├── Select Property.resx
│   │   │   ├── ShortPathSolveCommand.bmp
│   │   │   ├── ShortPathSolveCommand.cs
│   │   │   ├── SymbolSelector.cs
│   │   │   ├── SymbolSelector.designer.cs
│   │   │   ├── SymbolSelector.resx
│   │   │   ├── WindowsApplication1.csproj
│   │   │   ├── WindowsApplication1.csproj.user
│   │   │   └── ZoomToLayer.cs
│   │   ├── WindowsApplication1.sln
│   │   ├── WindowsApplication1.suo
│   │   └── WindowsApplication1.v11.suo
│   └── data
│   ├── Hncj.gdb
│   │   ├── a00000001.gdbindexes
│   │   ├── a00000001.gdbtable
│   │   ├── a00000001.gdbtablx
│   │   ├── a00000001.TablesByName.atx
│   │   ├── a00000002.gdbtable
│   │   ├── a00000002.gdbtablx
│   │   ├── a00000003.gdbindexes
│   │   ├── a00000003.gdbtable
│   │   ├── a00000003.gdbtablx
│   │   ├── a00000004.CatItemsByPhysicalName.atx
│   │   ├── a00000004.CatItemsByType.atx
│   │   ├── a00000004.FDO_UUID.atx
│   │   ├── a00000004.freelist
│   │   ├── a00000004.gdbindexes
│   │   ├── a00000004.gdbtable
│   │   ├── a00000004.gdbtablx
│   │   ├── a00000004.spx
│   │   ├── a00000005.CatRelsByDestinationID.atx
│   │   ├── a00000005.CatRelsByOriginID.atx
│   │   ├── a00000005.CatRelsByType.atx
│   │   ├── a00000005.FDO_UUID.atx
│   │   ├── a00000005.gdbindexes
│   │   ├── a00000005.gdbtable
│   │   ├── a00000005.gdbtablx
│   │   ├── a00000006.CatRelTypesByBackwardLabel.atx
│   │   ├── a00000006.CatRelTypesByDestItemTypeID.atx
│   │   ├── a00000006.CatRelTypesByForwardLabel.atx
│   │   ├── a00000006.CatRelTypesByName.atx
│   │   ├── a00000006.CatRelTypesByOriginItemTypeID.atx
│   │   ├── a00000006.CatRelTypesByUUID.atx
│   │   ├── a00000006.gdbindexes
│   │   ├── a00000006.gdbtable
│   │   ├── a00000006.gdbtablx
│   │   ├── a00000007.CatItemTypesByName.atx
│   │   ├── a00000007.CatItemTypesByParentTypeID.atx
│   │   ├── a00000007.CatItemTypesByUUID.atx
│   │   ├── a00000007.gdbindexes
│   │   ├── a00000007.gdbtable
│   │   ├── a00000007.gdbtablx
│   │   ├── a00000009.gdbindexes
│   │   ├── a00000009.gdbtable
│   │   ├── a00000009.gdbtablx
│   │   ├── a00000009.spx
│   │   ├── a0000000a.gdbindexes
│   │   ├── a0000000a.gdbtable
│   │   ├── a0000000a.gdbtablx
│   │   ├── a0000000a.spx
│   │   ├── a0000000b.gdbindexes
│   │   ├── a0000000b.gdbtable
│   │   ├── a0000000b.gdbtablx
│   │   ├── a0000000b.spx
│   │   ├── a0000000c.gdbindexes
│   │   ├── a0000000c.gdbtable
│   │   ├── a0000000c.gdbtablx
│   │   ├── a0000000c.spx
│   │   ├── a0000000d.gdbindexes
│   │   ├── a0000000d.gdbtable
│   │   ├── a0000000d.gdbtablx
│   │   ├── a0000000e.gdbindexes
│   │   ├── a0000000e.gdbtable
│   │   ├── a0000000e.gdbtablx
│   │   ├── a0000000e.N_1_Desc_0.atx
│   │   ├── a0000000e.N_1_Desc_1.atx
│   │   ├── a0000000f.gdbindexes
│   │   ├── a0000000f.gdbtable
│   │   ├── a0000000f.gdbtablx
│   │   ├── a0000000f.N_1_Topology_0.atx
│   │   ├── a00000010.gdbindexes
│   │   ├── a00000010.gdbtable
│   │   ├── a00000010.gdbtablx
│   │   ├── a00000010.N_1_JunctionWeight_0.atx
│   │   ├── a00000011.gdbindexes
│   │   ├── a00000011.gdbtable
│   │   ├── a00000011.gdbtablx
│   │   ├── a00000011.N_1_EdgeWeight_0.atx
│   │   ├── a00000012.gdbindexes
│   │   ├── a00000012.gdbtable
│   │   ├── a00000012.gdbtablx
│   │   ├── a00000012.N_1_TurnWeight_0.atx
│   │   ├── a00000013.gdbindexes
│   │   ├── a00000013.gdbtable
│   │   ├── a00000013.gdbtablx
│   │   ├── a00000013.spx
│   │   ├── a00000014.freelist
│   │   ├── a00000014.GDB_10_IsRetired.atx
│   │   ├── a00000014.gdbindexes
│   │   ├── a00000014.gdbtable
│   │   ├── a00000014.gdbtablx
│   │   ├── a00000014.spx
│   │   ├── a00000015.GDB_11_ClassID.atx
│   │   ├── a00000015.GDB_11_OID.atx
│   │   ├── a00000015.GDB_11_UpdateType.atx
│   │   ├── a00000015.gdbindexes
│   │   ├── a00000015.gdbtable
│   │   ├── a00000015.gdbtablx
│   │   ├── gdb
│   │   └── timestamps
│   ├── Hncj.mxd
│   └── Img
│   ├── barries.bmp
│   ├── stops.bmp
│   ├── 汽车3.3DS
│   ├── 添加站点.png
│   ├── 添加障碍.png
│   ├── 清除.png
│   ├── 行走模拟.png
│   └── 路径解决.png
└── 第13组成员及系统使用说明.txt

19 directories, 299 files

标签:

实例下载地址

基于C#和AE的二次开发(附带源码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警