![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to members that define custom globe layers.
There are 3 types of custom layers in Globe.
GlobeCustomLayers::CustomLayerByTile, GlobeCustomLayers::Rasterized,GlobeCustomLayers::OpenGL
The class GlobeCustomLayers illustrates usage for all 3 cases.
Any type of custom layer in globe needs to implement, ICustomGlobeLayer, ILayer, IGeoDataset, ILayerExtensions.
Name | Description | |
---|---|---|
![]() |
DrawImmediate | For custom OpenGL layers, perform immediate drawing. |
![]() |
DrawType | The custom draw method. |
![]() |
GetTile | Gets a rasterized data tile for the given globe tesselation coordinates. |
![]() |
HandlesLocalOrigin | The option to use a local coordinate system origin for high precision drawing. |
![]() |
Hit | The layer is hit by a picking operation. |
![]() |
LocalOrigin | The local coordinate system origin for high precision drawing. |
![]() |
MinimumCellSize | For rasterized types, defines highest resolution. Zero value indicates that globe-generated default value should be used. |
![]() |
SymbologyScalingFactor | The symbol scale factor for the custom rasterized type. |
![]() |
UseCache | The option to use Globe's disk caching. |
CoClasses and Classes | Description |
---|---|
GlobeGraphicsLayer | The Globe Graphics Layer. |
TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |