资源简介
实现了空间分析的功能
代码片段和文件信息
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 第13组-Program\program\code\Backup2\WindowsApplication1\AddNetBarriersTool.cs
文件 326 2016-12-10 09:48 第13组-Program\program\code\Backup2\WindowsApplication1\AddNetBarriesTool.cur
文件 8708 2016-12-10 10:31 第13组-Program\program\code\Backup2\WindowsApplication1\AddNetStopsTool.cs
文件 326 2016-12-10 09:49 第13组-Program\program\code\Backup2\WindowsApplication1\AddNetStopsTool.cur
文件 4814 2010-09-15 10:08 第13组-Program\program\code\Backup2\WindowsApplication1\Allocation.cs
文件 9055 2010-09-15 10:08 第13组-Program\program\code\Backup2\WindowsApplication1\Allocation.Designer.cs
文件 6017 2010-09-15 10:08 第13组-Program\program\code\Backup2\WindowsApplication1\Allocation.resx
文件 1914 2010-09-14 21:11 第13组-Program\program\code\Backup2\WindowsApplication1\Aspect.cs
文件 7050 2010-09-14 21:11 第13组-Program\program\code\Backup2\WindowsApplication1\Aspect.Designer.cs
文件 6017 2010-09-14 21:11 第13组-Program\program\code\Backup2\WindowsApplication1\Aspect.resx
文件 2437 2010-09-14 22:00 第13组-Program\program\code\Backup2\WindowsApplication1\Contour.cs
文件 8453 2010-09-14 22:00 第13组-Program\program\code\Backup2\WindowsApplication1\Contour.Designer.cs
文件 5814 2010-09-14 22:00 第13组-Program\program\code\Backup2\WindowsApplication1\Contour.resx
文件 4826 2010-09-15 10:04 第13组-Program\program\code\Backup2\WindowsApplication1\Cost_Weighted.cs
文件 8089 2010-09-15 10:04 第13组-Program\program\code\Backup2\WindowsApplication1\Cost_Weighted.Designer.cs
文件 6017 2010-09-15 10:04 第13组-Program\program\code\Backup2\WindowsApplication1\Cost_Weighted.resx
文件 2064 2010-09-14 21:13 第13组-Program\program\code\Backup2\WindowsApplication1\Cut_Fill.cs
文件 7387 2010-09-14 21:13 第13组-Program\program\code\Backup2\WindowsApplication1\Cut_Fill.Designer.cs
文件 5814 2010-09-14 21:13 第13组-Program\program\code\Backup2\WindowsApplication1\Cut_Fill.resx
文件 2593 2010-06-11 14:08 第13组-Program\program\code\Backup2\WindowsApplication1\DataView.cs
文件 2366 2010-06-11 14:08 第13组-Program\program\code\Backup2\WindowsApplication1\DataView.Designer.cs
文件 5814 2010-06-11 14:08 第13组-Program\program\code\Backup2\WindowsApplication1\DataView.resx
文件 6202 2010-09-15 10:08 第13组-Program\program\code\Backup2\WindowsApplication1\Feature To Raster.cs
文件 8822 2010-09-15 09:29 第13组-Program\program\code\Backup2\WindowsApplication1\Feature To Raster.designer.cs
文件 7437 2010-09-15 09:29 第13组-Program\program\code\Backup2\WindowsApplication1\Feature To Raster.resx
文件 17397 2010-09-14 15:48 第13组-Program\program\code\Backup2\WindowsApplication1\IDW.cs
文件 8321 2010-09-14 15:48 第13组-Program\program\code\Backup2\WindowsApplication1\IDW.designer.cs
文件 7432 2010-09-14 15:48 第13组-Program\program\code\Backup2\WindowsApplication1\IDW.resx
文件 5266 2010-09-14 11:29 第13组-Program\program\code\Backup2\WindowsApplication1\Kernel Density.cs
文件 9361 2010-09-14 09:59 第13组-Program\program\code\Backup2\WindowsApplication1\Kernel Density.designer.cs
............此处省略292个文件信息
相关资源
- 基于SSH的学生选课系统
- UltraEdit_10.20c和10.20d简体中文经典版
- jpct-ae库解析obj
- ls-dyna k文件
- SAE J1772-2017.pdf
- arcGIS Engine应用程序打包
- 基于SpringBoot+vue的前后端分离工资绩效
- COAE2015数据集
- ade7844aaaefae9ac7b025c02ae11a80.rar
- 欧洲 测量与标定协议 XCP 文档,vect
- UltraEdit_14.20.0.1035中文版
- webservice+jdbc
- b2f660aed9284154afc0d45c45eb04fe.zip
- 1e4f43daa36449e3a47bb7eb463ae63f.zip
- 类似大漠 AE找图插件免费版
- Fluent的UDF官方案例(含代码)
- AES加密、解密代码实现C、SV、Verilog
- AES算法的FPGA实现与分析_hao
- 利用InstallShiled 10.5制作ArcEngine应用程
- SAE J1939源文档中文
- UltraEdit破解补丁(dll方式非注册机)
- 对AE的二次开发
- f2457bae400447c1a8c9741b57feace3.zip
- 影视后期 AE工程 源文件
- 简单网页模板
- 联想K29最新1.70BIOS修改版,去白名单验
- Digital intergrated circuit Rabaey 2nd -conten
- SAE-J1939-Protocol.zip
- UltraEdit_14.20中文免注册版
- Intake Aerodynamics
评论
共有 条评论