Provides access to members that define custom globe layers.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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 that implement ICustomGlobeLayer
CoClasses and Classes | Description |
---|---|
GlobeGraphicsLayer | The Globe Graphics Layer. |
TemporalFeatureLayer (esriTrackingAnalyst) | Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object. |