- 1、本文档共118页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
ArcObjects的开发 AO是什么? AO开发的一般步骤 1.用AO术语对问题进行描述和定义,合理地将大任务合理划分为一些子任务; 2.理解AO的层次组织关系,标识和明确各子任务的关键字; 3.决定在什么地方来编写代码,是VBA呢,还是VB或其它工具; 4.根据标识的关键字在AO Developer help和其它开发资源中搜索有没有相关示例代码。 5.? 打开正确的对象模型图(OMD),寻找所需要的类、接口。 6.? 在AO Component Help中浏览有关接口的详细说明及相关文档; 7.? 在开发环境中使用确定的接口及其方法属性等,完成代码实现。 AO开发的方式比较 The VBA development environment(I) Lesson overview VBA开发环境 使用客户化对话框进行以下操作 Create new toolbars and commands Add, delete, and move commands Set control properties 存储和发布客户化结果 Visual Basic Editor Code storage Modules Procedures Visual Basic statements The VBA development environment 与所有的使用VBA的应用程序类似的环境 Customize dialog box: Interface customization Visual Basic Editor: Writing code ArcGIS commands Toolbars and menus contain commands Commands are buttons, menus, macros, and UIControls 每个命令都连接了代码 Using the Customize dialog box 打开客户化对话框,使界面进入设置模式 在客户化对话框打开的状态,你可以 … 从新排列或移除现有的命令条目 Add new toolbars and commands Change command properties The Customize dialog Toolbars: Turn toolbars on or off, create new toolbars Using the Customize dialog box 所有的命令按分类组织 All ArcMap or ArcCatalog commands are here 有一些没有被放到缺省的界面上 Drag commands onto toolbars or menus Creating a new command 在UIControls 分类中 选择User-created commands Four types Button Tool EditBox ComboBox Setting control properties Customize dialog box must be open Right-click a control to view and change properties Characteristics that define appearance Name Image Display text or image Begin a group Accessing your customizations ArcMap has three levels of storage 在启动的时候模板将按顺序的加载 ArcCatalog 只使用Normal模板 Storing your customizations All customizations are saved Normal template, Base template, or the current document 当前地图将越过任何的模板 For example, controls can be added or removed 查看控件的源代码 命令拥有各种事件 (e.g., Click, Double-click, MouseUp, KeyDown, KeyUp) 当事件触发的时候,相应的代码将被运行 示范 Using the Customize dialog box to … Create a new toolbar Add existing commands to the interface 重排界面命令顺序 Create a new UIControl Change command properties 重新设置工具条到初始状态 使用VB编
文档评论(0)