ESRI.ArcGIS.ADF | |
BaseCustomGlobeLayer Class Members | |
See Also Fields Properties Methods Send comments on this topic. |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseCustomGlobeLayer Class |
The following tables list the members exposed by BaseCustomGlobeLayer.
Name | Description | |
---|---|---|
m_bCached | determines whether the layers is cached. Returned by ILayer::Cached. | |
m_bDrawDirty | Indicates if the layer drawing properties are dirty. | |
m_bValid | Flag thich determine whether the layer is valid (connected to its data source, has valid information etc.). Returned by ILAyer::Valid. | |
m_bVisible | Flag which determines whether the layers is visible. Returned by ILayer::Visible | |
m_dblMaxScale | Keep the maximum scale value at which the layer will display | |
m_dblMinScale | Keep the minimum scale value at which the layer will display | |
m_extensions | An arraylist to store the layer's extensions. | |
m_extent | Keep the layer's extent. Returned by the IGeoDataset::Extent property | |
m_hLargeBitmap | Handle for the large bitmap | |
m_hSmallBitmap | Handle for the small bitmap | |
m_largeBitmap | The bitmap which represent the large image of the layer. | |
m_legendGroup | The legend group to store the lagend class required by the TOC for the layer's renderer. Returned by ILegendGroup::get_LegendGroup property. | |
m_mapSpatialRef | Store the maps's spatial reference. Set by ILayer::SpatialReference. | |
m_ShowTips | determines whether the layers is supposed to show its MapTips | |
m_smallBitmap | The bitmap which represent the small image of the layer. | |
m_sName | Layer's name. Returned by ILayer::Name property | |
m_spRef | Store the layer's underlying data spatial reference. Returned by IGeoDataset::SpatialReference. | |
m_uid | The layer's UID |
Name | Description | |
---|---|---|
AreaOfInterest | The default area of interest for the layer. Returns the spatial-referenced extent of the layer. | |
Cached | Indicates if the layer needs its own display cache. | |
DrawType | The custom draw method. | |
ExtensionCount | Number of extensions. | |
Extent | The layers geodataset extent which is a union of the extents of all the items of the layer | |
HandlesLocalOrigin | The option to use a local coordinate system origin for high precision drawing | |
ID | The ID of the object. | |
LargeImage | Large image that represents the layer. | |
LargeSelectedImage | Large image that represents the layer when it is selected. | |
LastMaximumScale | Last maximum scale setting used by layer. | |
LastMinimumScale | Last minimum scale setting used by layer. | |
LayerDescription | Description for the layer. | |
LegendGroupCount | Number of legend groups contained by the object. | |
LegendItem | Optional. Defines legend formatting for layer rendered with this object. | |
LocalOrigin | The local coordinate system origin for high precision drawing | |
MaximumScale | Maximum scale (representative fraction) at which the layer will display. | |
MinimumCellSize | For rasterized types, defines highest resolution. Zero value indicates that globe-generated default value should be used. | |
MinimumScale | Minimum scale (representative fraction) at which the layer will display. | |
Name | The Layer name. | |
ShowTips | Indicates if the layer shows map tips. | |
SmallImage | Small image that represents the layer. | |
SmallSelectedImage | Small image that represents the layer when it is selected. | |
SpatialReference | The spatial reference of the underlying data. | |
SupportedDrawPhases | Supported draw phases. | |
SymbologyScalingFactor | The symbol scale factor for the custom rasterized type. | |
SymbolsAreGraduated | Indicates if symbols are graduated. | |
UseCache | The option to use Globe's disk caching. | |
Valid | Indicates if the layer is currently valid. | |
Visible | Indicates if the layer is currently visible. |
Name | Description | |
---|---|---|
AddExtension | Adds a new extension. | |
ConvertToSupportedObject | Convert the object to another object that is supported. This method is not implemented in this version. | |
Dispose | Dispose the layer | |
Draw | Draws the layer to the specified display for the given draw phase. | |
DrawImmediate | For custom OpenGL layers, perform immediate drawing. | |
get_Extension | The extension at the specified index. | |
get_LegendGroup | Legend group at the specified index. | |
get_TipText | Map tip text at the specified location. | |
GetTile | Gets a rasterized data tile for the given globe tesselation coordinates. | |
Hit | The layer is hit by a picking operation. | |
IsSupportedAtVersion | Is this object valid at the given document version. | |
Load | Loads the object properties from the stream. | |
RemoveExtension | Removes the specified extension. | |
Save | Saves the object properties to the stream. |