资源简介
ARCGIS二次开发,查找最短路径
![](http://www.nz998.com/pic/55085.jpg)
代码片段和文件信息
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using ESRI.ArcGIS.ADF.baseClasses;
using ESRI.ArcGIS.ADF.CATIDs;
using ESRI.ArcGIS.Controls;
using System.Windows.Forms;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Display;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.Geodatabase;
namespace 最短路径分析
{
///
/// Summary description for AddNetBarriesTool.
///
[Guid(“de7152cb-76df-4a8c-93d9-d01b9bda0672“)]
[ClassInterface(ClassInterfaceType.None)]
[ProgId(“最短路径分析.AddNetBarriesTool“)]
public sealed class AddNetBarriesTool : baseTool
{
#region COM Registration Function(s)
[ComRegisterFunction()]
[ComVisible(false)]
static void RegisterFunction(Type registerType)
{
// Required for ArcGIS Component Category Registrar support
ArcGISCategoryRegistration(registerType);
//
// TODO: Add any COM registration code here
//
}
[ComUnregisterFunction()]
[ComVisible(false)]
static void UnregisterFunction(Type registerType)
{
// Required for ArcGIS Component Category Registrar support
ArcGISCategoryUnregistration(registerType);
//
// TODO: Add any COM unregistration code here
//
}
#region ArcGIS Component Category Registrar generated code
///
/// Required method for ArcGIS Component Category registration -
/// Do not modify the contents of this method with the code editor.
///
private static void ArcGISCategoryRegistration(Type registerType)
{
string regKey = string.Format(“HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}“ registerType.GUID);
MxCommands.Register(regKey);
ControlsCommands.Register(regKey);
}
///
/// Required method for ArcGIS Component Category unregistration -
/// Do not modify the contents of this method with the code editor.
///
private static void ArcGISCategoryUnregistration(Type registerType)
{
string regKey = string.Format(“HKEY_CLASSES_ROOT\\CLSID\\{{{0}}}“ registerType.GUID);
MxCommands.Unregister(regKey);
ControlsCommands.Unregister(regKey);
}
#endregion
#endregion
private IHookHelper m_hookHelper = null;
private IFeatureWorkspace pFWorkspace;
private IFeatureClass barriesFClass;
string path = System.AppDomain.CurrentDomain.SetupInformation.Applicationbase;
public AddNetBarriesTool()
{
//
// TODO: Define values for the public properties
//
base.m_category = “NetWorkAnalysClass“; //localizable text
base.m_caption = “添加障碍“; //localizable t
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-03-25 15:18 最短路径分析\
目录 0 2016-03-25 15:18 最短路径分析\code\
目录 0 2016-03-25 15:18 最短路径分析\code\最短路径分析\
文件 246 2015-01-23 21:16 最短路径分析\code\最短路径分析\AddNetBarriesTool.bmp
文件 8009 2015-01-23 21:16 最短路径分析\code\最短路径分析\AddNetBarriesTool.cs
文件 326 2015-01-23 21:16 最短路径分析\code\最短路径分析\AddNetBarriesTool.cur
文件 246 2015-01-23 21:16 最短路径分析\code\最短路径分析\AddNetStopsTool.bmp
文件 8131 2015-01-23 21:16 最短路径分析\code\最短路径分析\AddNetStopsTool.cs
文件 326 2015-01-23 21:16 最短路径分析\code\最短路径分析\AddNetStopsTool.cur
文件 1 2015-01-23 21:16 最短路径分析\code\最短路径分析\ClassDiagram1.cd
文件 4745 2015-01-27 16:10 最短路径分析\code\最短路径分析\NetWorkAnalysClass.cs
文件 599 2015-01-23 21:17 最短路径分析\code\最短路径分析\Program.cs
目录 0 2016-03-25 15:18 最短路径分析\code\最短路径分析\Properties\
文件 1368 2015-01-23 21:17 最短路径分析\code\最短路径分析\Properties\AssemblyInfo.cs
文件 2887 2015-01-23 21:17 最短路径分析\code\最短路径分析\Properties\Resources.Designer.cs
文件 5612 2015-01-23 21:17 最短路径分析\code\最短路径分析\Properties\Resources.resx
文件 1104 2015-01-23 21:17 最短路径分析\code\最短路径分析\Properties\Settings.Designer.cs
文件 249 2015-01-23 21:17 最短路径分析\code\最短路径分析\Properties\Settings.settings
文件 246 2015-01-23 21:17 最短路径分析\code\最短路径分析\ShortPathSolveCommand.bmp
文件 9375 2015-01-27 16:10 最短路径分析\code\最短路径分析\ShortPathSolveCommand.cs
目录 0 2016-03-25 15:18 最短路径分析\code\最短路径分析\bin\
目录 0 2016-03-25 15:18 最短路径分析\code\最短路径分析\bin\Debug\
文件 129536 2015-01-26 19:55 最短路径分析\code\最短路径分析\bin\Debug\最短路径分析.exe
文件 130560 2015-01-26 19:55 最短路径分析\code\最短路径分析\bin\Debug\最短路径分析.pdb
文件 11600 2015-01-26 19:56 最短路径分析\code\最短路径分析\bin\Debug\最短路径分析.vshost.exe
文件 490 2010-03-17 22:39 最短路径分析\code\最短路径分析\bin\Debug\最短路径分析.vshost.exe.manifest
目录 0 2016-03-25 15:18 最短路径分析\code\最短路径分析\bin\Release\
文件 128512 2016-03-25 14:51 最短路径分析\code\最短路径分析\bin\Release\最短路径分析.exe
文件 67072 2016-03-25 14:51 最短路径分析\code\最短路径分析\bin\Release\最短路径分析.pdb
文件 11600 2016-03-25 15:19 最短路径分析\code\最短路径分析\bin\Release\最短路径分析.vshost.exe
文件 490 2010-03-17 22:39 最短路径分析\code\最短路径分析\bin\Release\最短路径分析.vshost.exe.manifest
............此处省略638个文件信息
- 上一篇:图片tif转成pdf文件
- 下一篇:大学网页设计
相关资源
- ArcGIS Engine最优路径分析
- arcgis engine实现叠加分析
- arcgis 10.1 中文环境安装包
- Arcgis 扩展模块
- 路由选择算法源程序(最短路径算法
- shp转cad小工具
- 插件式GIS应用框架的设计与实现&mda
- 中国工具——gis插件
- ArcGiS手把手教程三——配准和矢
- arcgis_workstation地址
- ArcGIS_ArcInfo_9.3_Workstation_DVD_BT
- 全国耕地质量大数据平台
- arcpy语法教程入门以及ArcGIS的脚本构建
- ArcGis 编辑过程自动保存插件
- ArcGIS10.3 AfCore.dll重要破解文件
- 广东电子地图.rar
- 基于ArcGIS Engine的三维校园路灯管理系
- 全国省级市级县级矢量地图数据
- 完整的中国矢量地图gis数据
- 中国省市县ArcGIS地图数据(县边界线
- 中国ArcGIS数据
- 交通咨询模拟系统
- ArcGIS10服务器未运行的最佳解决办法
- ArcGIS可打开并使用的世界地图
- ArcGIS空间分析基本操作
- 长江经济带shp.zip
- arcgis批量出图
- ArcGIS超级工具1.7.exe
- ArcGIS-温度划分梯度.pdf
- ArcGIS全套图标4000+
评论
共有 条评论