[数学]理解对象模型图OMD.ppt

  1. 1、本文档共35页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[数学]理解对象模型图OMD

设置属性 Property Put:Most ArcObjects properties 属性获得一个值或一个对象的副本 不使用Set关键字 pLayer.Name=“Port Moresby” ‘No Set Keyword Property Put by Reference:Some ArcObjects properties 属性获得一个对象的引用即需要传入一地址 必须使用Set关键字 Set pLayer.FeatureClass=pMoresbyData ‘Must use Set IFeatureLayer Interface 帮助 七、查找接口 这些接口也是有效的。但是详细的 属性和方法必须在其它地方浏览。 (e.g., Object Browser). 该接口被本类使用. 所有的属性和放都列表在类图中. 继承接口是有效的 类继承要查找父类的接口 接口继承的属性和方法 示例:接口 八、虫孔 FeatureLayer on Map Layer OMD Element on ArcMap OMD 虫孔 Example: MxDocument Map layer Get the FocusMap (active data frame) from MxDocument MxDocument may have several Maps ( * ) Get a layer from the the Map Many types of layers ( ) Dim pMxDoc As IMxDocument Set pMxDoc = ThisDocument Dim pMap As IMap Set pMap = pMxDoc.FocusMap Dim pLayer As ILayer Set pLayer = pMap.Layer(1) Is pLayer a FeatureLayer? If TypeOf pLayer Is IFeatureLayer Then MsgBox Yes!, it’s a feature layer End If MxDocument Map FeatureLayer Layer * * Others A * OMD code example: Maps and layers In the example above, the object model diagram can be used as a guide for writing code. Your starting point for writing code in ArcMap is generally the ThisDocument preset variable. By consulting the ArcMap object model diagram, you would find that the IMxDocument interface on MxDocument (rather than the default IDocument interface to which ThisDocument points) has properties for accessing Maps (data frames). Because of the composed of relationship (?) shown in the diagram, and the multiplicity (*), you know that an MxDocument could potentially have several associated Maps. To insure that you get the Map that your user is currently working in, you use the FocusMap property. Looking at the diagram again, you notice that a Map is composed of (?) potentially several (*) Layers. From the Map, you can retrieve a Layer at a given index position (you are accessing the 2nd Layer in the code above). Finally, because Layer is an abstract class that has several subtypes (?), you would want

文档评论(0)

hhuiws1482 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:5024214302000003

1亿VIP精品文档

相关文档