-
大小: 45.3MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-07-11
- 语言: C#
- 标签: ArcObjects C#.
资源简介
基于ArcObjects与C#.net的gis应用开发 ppt和源代码
代码片段和文件信息
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using ESRI.ArcGIS.ADF.baseClasses;
using ESRI.ArcGIS.ADF.CATIDs;
using ESRI.ArcGIS.framework;
using ESRI.ArcGIS.ArcMapUI;
using ESRI.ArcGIS.esriSystem;
using System.Windows.Forms;
namespace ShortcutKey
{
///
/// Summary description for ShortcutKey_AddData.
///
[Guid(“eed9879b-8bde-4a16-899c-d9c737089bde“)]
[ClassInterface(ClassInterfaceType.None)]
[ProgId(“ShortcutKey.ShortcutKey_AddData“)]
public sealed class ShortcutKey_AddData : baseCommand
{
#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);
}
///
/// 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);
}
#endregion
#endregion
private IApplication m_application;
public ShortcutKey_AddData()
{
//
// TODO: Define values for the public properties
//
base.m_category = “ShortcutKey“; //localizable text
base.m_caption = “ShortcutKey_AddData“; //localizable text
base.m_message = “ShortcutKey_AddData“; //localizable text
base.m_toolTip = “ShortcutKey_AddData“; //localizable text
base.m_name = “ShortcutKey_AddData“; //unique id non-localizable (e.g. “MyCategory_ArcMapCommand“)
try
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7430656 2011-10-17 19:52 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.1 .ppt
文件 1637888 2011-10-17 20:03 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.10.ppt
文件 1502720 2011-10-17 19:55 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.2.ppt
文件 1361920 2011-10-17 19:57 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.3.ppt
文件 1182720 2011-10-17 19:57 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.4.ppt
文件 2377216 2011-10-17 19:59 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.5.ppt
文件 1567232 2011-10-17 20:00 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.6.ppt
文件 1308160 2011-10-17 20:01 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.7.ppt
文件 1037824 2011-10-17 20:02 DevelopingGISApp\GIS应用开发课件\GIS应用开发chap.9.ppt
文件 6143 2011-09-24 15:54 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\Accelerator.csproj
文件 6656 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\bin\Debug\AcceleratorTable.dll
文件 15872 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\bin\Debug\AcceleratorTable.pdb
文件 1580 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\bin\Debug\AcceleratorTable.tlb
文件 685 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\Accelerator.csproj.UnmanagedRegistration.cache
文件 2262 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\Debug\Accelerator.csproj.FileListAbsolute.txt
文件 6656 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\Debug\AcceleratorTable.dll
文件 15872 2011-11-07 14:41 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\Debug\AcceleratorTable.pdb
文件 6454 2011-11-27 08:06 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 730 2011-09-24 17:02 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\Debug\ShortcutKey.csproj.FileListAbsolute.txt
文件 643 2011-09-24 17:02 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\obj\ShortcutKey.csproj.UnmanagedRegistration.cache
文件 1402 2011-09-24 16:00 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\Properties\AssemblyInfo.cs
文件 246 2011-09-24 11:40 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\ShortcutKey_AddData.bmp
文件 5123 2011-09-26 10:42 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\Accelerator\ShortcutKey_AddData.cs
文件 8033 2011-11-02 14:33 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\ApplicationAndDocument.csproj
文件 452 2011-11-02 14:33 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\ApplicationAndDocument.csproj.user
文件 13824 2011-11-07 14:46 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\bin\Debug\ApplicationAndDocument.dll
文件 34304 2011-11-07 14:46 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\bin\Debug\ApplicationAndDocument.pdb
文件 2364 2011-11-07 14:46 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\bin\Debug\ApplicationAndDocument.tlb
文件 8495 2011-11-02 14:33 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\Form.cs
文件 6923 2011-11-02 14:33 DevelopingGISApp\SourceCodes\Chap.02--ArcGIS应用程序框架扩展\ApplicationAndDocument\Form.designer.cs
............此处省略3264个文件信息
相关资源
- 吉日嘎拉 C#.NET 通用权限管理系统组件
- Visual C#.NET串口通信及测控应用典型
- 明泰MT3系列读卡器 AIP文档及开发vbv
- 精通C#与.NET 4.0数据库开发源码
- C#.NET员工考勤系统,源码分享
- C#.NET快速开发框架_V1.1 NFine快速开发框
- Visual C#.NET程序设计实践与题解_.pdf
- WPF开发框架源码 交通建设管理系统架
- C#.NET物流管理系统源码
- Visual C#.NET串口通信及测控应用典型实
- C#.NET的员工考勤管理系统完整源码2
- C#.NET通用开发框架源码2017
- C# 编写的定时关机程序34646
- C#.kgtemp转换.mp3文件源码请勿商用
- 通用在线考试系统
- AspNetPager asp.net 分页控件
- C#Excel大量数据快速导入数据库
- 最新淘宝客C#.NET基础API代码和SDK
- 百度开源webuploader文件上传组件ASP.N
- P2P远程控制C#.net二次开发源码
- 人力资源管理系统(c#.net源码)
- 教务管理系统(c#.net源码)
- C#通讯录项目学生期末作业+C#.通讯录
- WPFC#.net 跨线程更新UI 线程测试 解决界
- vs2008 c#.net web二维码生成系统
- (c#)使用SHGetFileInfo获取文件或文件
- C#.net4.0 采用多线程 基于Socket的聊天室
- C#实现CAD绘图功能
- FTP客户端C#.zip
- winform动态生成label和控件拖动(C#.N
评论
共有 条评论