- 1、本文档共162页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
GIS 应 用 开 发
Developing GIS Applications with ArcObjects using C#.NET
江西省研究生优质课程
主讲:兰小机 GIS博士、教授
Email : landcom8835@163.com
QQ :305333315
课件: 4/ ;兰小机简历;科研项目;教材及参考材料;Chap. 2 ArcGIS Application Framework (5学时) ;ArcGIS 桌面应用程序框架组件包括:
Application and Document
Commands and command bars
Commands
Tools
Subtyped commands, ToolControls and MultiItems
Toolbars
Menus
Context menus
Extensions
Standard extensions —These are loaded when the application starts. They are often referred to as extensions.
Just-in-time extensions —These are delay loaded by request to improve startup performance.;Custom windows
Dockable windows
Property pages
Contents views;2.1 Application对象;2.1.1 IApplication接口?(ESRI.ArcGIS.Framework) ;IApplication的属性、方法;在C#环境下,可用通过以下方法获得Application 对象:?;Classes that implement IApplication;ApplicationClass (esriArcMap);2.1.2 IMxApplication2接口?(ESRI.ArcGIS.ArcMapUI);Note: the IMxApplication interface has been superseded by IMxApplication2.
IMxApplication2.CopyToClipboard() 方法: Copies the current view to the clipboard.
IMxApplication2.SelectionEnvironment属性用于获取要素选择集的相关属性。
;IMxApplication2;2.1.3 IWindowPosition接口?(ESRI.ArcGIS.Framework);2.2 Document对象;所有的文档对象都实现了IDocument接口?(ESRI.ArcGIS.Framework),该接口定义了文档相关的以下6个只读属性:
Accelerators :文档中定义的加速键表;
CommandBars:文档中定义的命令条的集合;
ID:文档ID;
Parent:打开这个文档的Application对象;
Title :文档标题;
Type:文档类型;
VBProject:文档的VB项目。;MxDocument ?(ESRI.ArcGIS.ArcMapUI); 2.2.1 IMxDocument接口(ESRI.ArcGIS.ArcMapUI);public void UpdateContents ( );
Refreshes the current view in the table of contents. UpdateContents is a shortcut - it calls Refresh on the current contents view (IContentsView.Refresh). Access to the current view is provided through IMxDocument.CurrentContentsView.;IMxDocument定义的属性; m_application = hook as IApplication;
IDocument document = m_application.Document;
IMxDocument mapDocument = document as IMxDocument;
如果通过某种途径先获得了文档对象mapDocumen
您可能关注的文档
最近下载
- 三甲医院数字化医院综合信息系统平台建设方案.docx VIP
- 《公共政策导论》(第五版)谢明-第5章 政策制定.ppt VIP
- 2024小学四年级数学学科竞赛(真题版)试卷及答案 .pdf VIP
- 2025年社会工作者之初级社会工作实务精选试题及答案一 完整版2025.pdf VIP
- 2025【天能电池集团应收账款管理问题及完善对策研究数据图表论文11000字】.docx
- 塔吊日检、周检、月检安全检查记录表.pdf
- 《公共政策导论》(第五版)谢明-第3章 政策主体、政策客体与政策环境.ppt VIP
- 浅谈海外项目供应链管理与合规采购.docx VIP
- 医务人员技术档案.pdf VIP
- 2025年湖南工业职业技术学院高职单招职业技能测验历年参考题库频考版含答案解析.docx
文档评论(0)