This document is archived and information here might be outdated.  Recommended version.


IGlobeLayerProperties4 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface
ArcGIS Developer Help

IGlobeLayerProperties4 Interface

Provides access to members that manipulate the globe layer properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 9.3. It supersedes IGlobeLayerProperties and IGlobeLayerProperties2.

Members

Name Description
Read/write property AlphaThreshold Alpha threshold for transparency.
Method ApplyDisplayProperties Applies the display properties of the layer.
Read/write property BaseImageDrawingPriority Indicates the drawing priority for images on the globe.
Read/write property CacheCompressionType The cache compression type.
Read-only property CacheID Unique layer cache ID.
Read-only property CacheIsDangling Reports if the cache will be lost if the document is not saved.
Read/write property CacheName The path to the layer cache.
Read/write property CacheRemovalOption The cache removal option.
Method Connect Connect to layer to receive events.
Method Disconnect Disconnect from layer to stop receiving events.
Method EstimateFeatureLODRange Suggests LOD range values for the layer.
Method EstimateMinimumCellSize Suggests the minimum cell size for rasterization.
Method EstimateSymbologyScalingFactor Suggests the scaling factor of meters-per-point to be applied on symbol sizes during rasterization.
Method EstimateThresholdDistanceFromCutLOD Suggests the visibility distance that corresponds to given cut-off LOD.
Method EstimateThresholdDistances Suggests visibility distance range for the layer.
Write-only property Extent The extent of the layer, including elevation.
Read/write property FloatingSeeThroughOrder Indicates the see-through order for a floating layer.
Read/write property FullCacheOption Indicates if the layer should be fully cached.
Method GetExtent Calculate the extent of the layer, including elevation.
Method GetLossyCompressionOption Gets the lossy compression option and compression quality.
Method GetPartialLODRange Returns LOD range of partial cache generation.
Read/write property GlobeDisplay The globe display.
Read/write property HasOIDs Indicates if the feature data has object IDs.
Read/write property HeightProperties The height properties.
Read/write property ImageCatalogCrossoverLevel Crossover Level of Detail (0-31) for image catalog layers.
Read/write property ImageSamplingMode Image sampling mode for display.
Read/write property IMSConnection The IMS connection, if it exists.
Method InitCacheName Initializes the cache name.
Read/write property InvalidateCache Indicates if changes in the properties have made the cache invalid (must be refreshed).
Method InvalidatePartialLODRange Invalidates LOD range of partial cache generation.
Read/write property IsCacheNameValid Indicates if the path to the layer cache is valid.
Read/write property IsConfigLoaded Indicates if the cache config parameters have been loaded from an existing cache.
Read/write property IsConsolidatedChild Indicates if the cache is consolidated into the parent's.
Read/write property IsConsolidatedParent Indicates if the group layer cache consolidates some of the children.
Read/write property IsDisconnected Indicates if the layer is not associated with a data source.
Read/write property IsDynamicallyRasterized Indicates if the feature data is to be rasterized.
Read/write property IsExtruded Indicates if the feature data is to be extruded.
Read/write property IsFetchingSuspendedWhenNavigating Indicates if the layer is visible while interactive navigation.
Read/write property IsFullyCached Indicates if the layer is fully cached.
Read/write property IsInvisibleWhenNavigating Indicates if the layer is visible while interactive navigation.
Read/write property IsLayerClone Indicates if the layer is a clone of the original in Globe.
Read/write property IsMapConsolidatedChild Indicates if the group layer cache consolidates the child through map rendering.
Read/write property IsMapConsolidatedParent Indicates if the group layer cache consolidates the children through map rendering.
Read/write property IsRasterCatalogCacheConsolidated Indicates if a raster catalog has a consolidated cache.
Read/write property MasterLayer The layer that defines properties for an elevation layer. Null if the layer is its own master.
Read/write property MaxCacheSizeLimitMB Maximum cache size [MB] as a hint to cache maintenance utilities. If zero, no suggested limit.
Read/write property MaxFeatureLevelOfDetail Level of Detail (0-31) for feature layers.
Read/write property MaximumDistance The maximum distance at which the layer is visible.
Read/write property maxLOD Maximum LOD allowed.
Read/write property MinimumCellSize Minimum cell size for rasters, in meters.
Read/write property MinimumCellSizeDegrees Minimum cell size for rasters, in degrees.
Read/write property MinimumDistance The minimum distance at which the layer is visible.
Read/write property minLOD Minimum LOD allowed.
Write-only property NewCacheName The path to the layer cache, with the option to avoid overwriting.
Read/write property PerTileVisibility Indicates if the visibility threshold is applied per tile.
Method PutLossyCompressionOption Puts the lossy compression option and compression quality.
Read/write property RasterizerUsesOpenGL Indicates if a raster catalog has a consolidated cache.
Read-only property RasterTileLogSize Rasterized vector logarithm tile size.
Read/write property RasterTileSize Rasterized vector tile size.
Read/write property Scale3DSymbols Indicates if the the 3D symbols will be scaled with the distance.
Method SetPartialLODRange Sets LOD range of partial cache generation.
Read/write property StrictOnDemandMode Indicates if the tile generation is done strictly on demand.
Read/write property SymbologyScalingFactor The scaling factor of meters-per-point to be applied on symbol sizes during rasterization.
Read/write property TextureCompressionType The current texture compression type.
Read/write property TextureDisplayType The current texture display type.
Read/write property TextureDownsamplingFactor The texture down-sampling factor.
Read/write property Type The data type.
Read/write property Use16ColorBits Indicates whether to use 16 bits for color.
Read/write property Use16ElevationBits Indicates whether to use 16 bits for elevation.
Read/write property UseCache Indicates if the layer will use a disk data cache. This property cannot be changed once the layer is initialized.
Method ValidateType Validates the data type.
Read/write property VectorTileSize Maximum vector tile size.

Classes that implement IGlobeLayerProperties4

Classes Description
GlobeLayerProperties The layer extension containing globe layer properties.