资源简介
实现了最短路径分析的功能
代码片段和文件信息
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;
using ESRI.ArcGIS.esriSystem;
namespace GIS设计与开发实习
{
///
/// Summary description for AddNetBarriersTool.
///
[Guid(“7c71f408-2018-47d4-8ee8-6389af01614f“)]
[ClassInterface(ClassInterfaceType.None)]
[ProgId(“GIS设计与开发实习.AddNetBarriersTool“)]
public sealed class AddNetBarriersTool : 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 AddNetBarriersTool()
{
//
// TODO: Define values for the public properties
//
base.m_category = “NetWorkAnalysClass“; //localizable text
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 8439 2016-12-10 10:33 Program\program\code\Backup2\WindowsApplication1\AddNetBarriersTool.cs
文件 326 2016-12-10 09:48 Program\program\code\Backup2\WindowsApplication1\AddNetBarriesTool.cur
文件 8708 2016-12-10 10:31 Program\program\code\Backup2\WindowsApplication1\AddNetStopsTool.cs
文件 326 2016-12-10 09:49 Program\program\code\Backup2\WindowsApplication1\AddNetStopsTool.cur
文件 4814 2010-09-15 10:08 Program\program\code\Backup2\WindowsApplication1\Allocation.cs
文件 9055 2010-09-15 10:08 Program\program\code\Backup2\WindowsApplication1\Allocation.Designer.cs
文件 6017 2010-09-15 10:08 Program\program\code\Backup2\WindowsApplication1\Allocation.resx
文件 1914 2010-09-14 21:11 Program\program\code\Backup2\WindowsApplication1\Aspect.cs
文件 7050 2010-09-14 21:11 Program\program\code\Backup2\WindowsApplication1\Aspect.Designer.cs
文件 6017 2010-09-14 21:11 Program\program\code\Backup2\WindowsApplication1\Aspect.resx
文件 2437 2010-09-14 22:00 Program\program\code\Backup2\WindowsApplication1\Contour.cs
文件 8453 2010-09-14 22:00 Program\program\code\Backup2\WindowsApplication1\Contour.Designer.cs
文件 5814 2010-09-14 22:00 Program\program\code\Backup2\WindowsApplication1\Contour.resx
文件 4826 2010-09-15 10:04 Program\program\code\Backup2\WindowsApplication1\Cost_Weighted.cs
文件 8089 2010-09-15 10:04 Program\program\code\Backup2\WindowsApplication1\Cost_Weighted.Designer.cs
文件 6017 2010-09-15 10:04 Program\program\code\Backup2\WindowsApplication1\Cost_Weighted.resx
文件 2064 2010-09-14 21:13 Program\program\code\Backup2\WindowsApplication1\Cut_Fill.cs
文件 7387 2010-09-14 21:13 Program\program\code\Backup2\WindowsApplication1\Cut_Fill.Designer.cs
文件 5814 2010-09-14 21:13 Program\program\code\Backup2\WindowsApplication1\Cut_Fill.resx
文件 2593 2010-06-11 14:08 Program\program\code\Backup2\WindowsApplication1\DataView.cs
文件 2366 2010-06-11 14:08 Program\program\code\Backup2\WindowsApplication1\DataView.Designer.cs
文件 5814 2010-06-11 14:08 Program\program\code\Backup2\WindowsApplication1\DataView.resx
文件 6202 2010-09-15 10:08 Program\program\code\Backup2\WindowsApplication1\Feature To Raster.cs
文件 8822 2010-09-15 09:29 Program\program\code\Backup2\WindowsApplication1\Feature To Raster.designer.cs
文件 7437 2010-09-15 09:29 Program\program\code\Backup2\WindowsApplication1\Feature To Raster.resx
文件 17397 2010-09-14 15:48 Program\program\code\Backup2\WindowsApplication1\IDW.cs
文件 8321 2010-09-14 15:48 Program\program\code\Backup2\WindowsApplication1\IDW.designer.cs
文件 7432 2010-09-14 15:48 Program\program\code\Backup2\WindowsApplication1\IDW.resx
文件 5266 2010-09-14 11:29 Program\program\code\Backup2\WindowsApplication1\Kernel Density.cs
文件 9361 2010-09-14 09:59 Program\program\code\Backup2\WindowsApplication1\Kernel Density.designer.cs
............此处省略291个文件信息
- 上一篇:滴滴报警声
- 下一篇:用Systemview实现对QPSK系统的仿真与分析.pdf
相关资源
- ArcgisEngine开发空间分析:包括交集取
- 《ANSYS—APDL高级工程应用分析与二次
- 玩转workbench二次开发
- workbench二次开发代码
- 安川机器人DX100控制器二次开发MotoC
- CorelDRAW x5的二次开发
- OCX控件查看工具 ocx函数查看有利于二
- UMAT经验及.pdf
- revit二次开发——普通钢筋(revitAPI钢
- 大富豪游戏源码 可编译运行,服务端
- 《Autodesk Revit 二次开发基础教程》片
- CAD二次开发,边界搜索程序,自己想
- flac二次开发工具 udm工程文件
- UG二次开发所用的ugopen_v18.awx ugopen_v
- ArcEngine二次开发中AOI书签开发实现的
- UG二次开发创建曲面
- 金蝶ERP二次开发(K3 BOS)应用教程
- AutoCAD .NET API进行AutoCAD二次开发基础代
- abaaqus材料二次开发-邓肯张
- 解决AUTOCAD 2019 net wizard 安装时提示未
- 周立功USBCAN二次开发套件库-供vc开发
- IntersectionDemo.rar
- TC8二次开发 C API
- 二次开发威客任务平台源码 粉丝关注
- 用友API资讯管理器二次开发用的U8Lo
- K3老单二次开发案例领料单插件开发
- 常用ENVI函数介绍
- 基于VS的ARCGIS Engine二次开发小程序,
- Samlight编程手册
- revit二次开发
评论
共有 条评论