摘要:
首先我们来看ArcGlobe是怎么实现的。通过数据向导,第一步将点要素显示为3D矢量,如图所示:第二步设置图层的可见范围:第三步以设置符号大小:那么要实现这样的效果需要用到哪些接口呢?通过查找帮助文档,主要用到IGlobeLayerProperties这个接口,关于这个接口的说明见上篇博文。该接口主要管理图层的缓存、分辨率、可见范围、3D符号等属性。了解了这些要实现跟ArcGlobe同样的功能就很简单了,在这里我同样也做了一个添加数据向导,如下图所示:代码则很简单://将要素显示为3D矢量;任何距离均显示图层;以现实单位显示符号 IGlob... 阅读全文
摘要:
IGlobeLayerProperties 接口Provides access to members that manipulate the globe layer properties.Note:the IGlobeLayerProperties interface has been superseded byIGlobeLayerProperties4. Please consider using the more recent version.(提供对操作GlobeLayer属性成员的访问。)DescriptionUse the IGlobeLayerProperties interfa 阅读全文
摘要:
1、IGlobe:--Globe控件的globe对象2、IGlobeDisplay:Globe控件的显示操作3、IGlobeCamera:IGlobeCamera- 控制查看的视角4、IGlobeViewer:-控制查看的视点5、IGlobeDisplayLayers:提供对控制globe显示图层成员的访问描述:IGlobeDisplayLayers interface provides access tomembers that affect a layers property. IGlobeDisplaylayers interface has thefollowing propertie 阅读全文
摘要:
1、IGlobe:--Globe控件的globe对象2、IGlobeDisplay:Globe控件的显示操作3、IGlobeCamera:IGlobeCamera- 控制查看的视角4、IGlobeViewer:-控制查看的视点5、IGlobeDisplayLayers:提供对控制globe显示图层成员的访问描述:IGlobeDisplayLayers interface provides access tomembers that affect a layers property. IGlobeDisplaylayers interface has thefollowing propertie 阅读全文