Provides access to members that manipulate globe display layers. Note: the IGlobeDisplayLayers interface has been superseded byIGlobeDisplayLayers2. Please consider using the more recent version.
Product Availability
Description
IGlobeDisplayLayers interface provides access to members that affect a layers property. IGlobeDisplaylayers interface has the following properties and methods:
BaseLayers an array containing internal layers used as a source of elevation for Floating Layers, IsLayerVisible indicats if a layer is visible, and LayerTransparency transparency value of the layer between 0 to 100.
ApplyHeightProperties method to apply hieght property (including offset, unit conversion and elevation expression) to a layer, FindGlobeLayerProperties a method to find GlobeLayerProperties, RefreshLayer refreshes a layer (regenerates the layer cache).
Members
Description | ||
---|---|---|
AddLayer | Adds a layer. | |
ApplyHeightProperties | Applies changes in height properties to the layer. | |
BaseLayers | The internal layers created to support base surfaces for floating layers. | |
FindGlobeProperties | Finds the globe properties of the layer. | |
GenerateTiles | Generates the tiles in the specified levels of detail. | |
GetMaximumLayerLOD | Gets the maximum level of detail to display the layer. | |
IsLayerVisible | Indicates if the layer is visible. | |
LayerTransparency | Transparency percentage of a layer. | |
ParentsAreVisible | Indicates if all parents are visible. | |
RefreshLayer | Refreshes a layer, possibly including recaching. | |
RefreshLayerSelection | Refreshes the display of the selection in a layer. | |
RefreshTextureObjectsLayer | Deletes all the textures corresponding to a layer and to force them to reload. | |
RemoveLayer | Removes a layer. | |
Reparent | Re-parents the layer. | |
SetLayerDepthPriority | Sets face depth priority of a layer. | |
SetLayerFaceCulling | Sets face culling property of a layer. | |
SetLayerLightingOption | Indicates if the layer is illuminated. | |
SetLayerShadingMode | Indicates if the layer is smoothly shaded. |
CoClasses that implement IGlobeDisplayLayers
CoClasses and Classes | Description |
---|---|
GlobeDisplay | The globe display object. |