ESRI.ArcGIS.ADF.Local
BaseCustomGlobeLayer Class Members
See Also  Fields  Properties  Methods  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseCustomGlobeLayer Class




The following tables list the members exposed by BaseCustomGlobeLayer.

Protected Fields

 NameDescription
Protected Fieldm_bCached determines whether the layers is cached. Returned by ILayer::Cached.  
Protected Fieldm_bDrawDirty Indicates if the layer drawing properties are dirty.  
Protected Fieldm_bValid Flag thich determine whether the layer is valid (connected to its data source, has valid information etc.). Returned by ILAyer::Valid.  
Protected Fieldm_bVisible Flag which determines whether the layers is visible. Returned by ILayer::Visible  
Protected Fieldm_dblMaxScale Keep the maximum scale value at which the layer will display  
Protected Fieldm_dblMinScale Keep the minimum scale value at which the layer will display  
Protected Fieldm_extensions An arraylist to store the layer's extensions.  
Protected Fieldm_extent Keep the layer's extent. Returned by the IGeoDataset::Extent property  
Protected Fieldm_hLargeBitmap Handle for the large bitmap  
Protected Fieldm_hSmallBitmap Handle for the small bitmap  
Protected Fieldm_largeBitmap The bitmap which represent the large image of the layer.  
Protected Fieldm_legendGroup The legend group to store the lagend class required by the TOC for the layer's renderer. Returned by ILegendGroup::get_LegendGroup property.  
Protected Fieldm_mapSpatialRef Store the maps's spatial reference. Set by ILayer::SpatialReference.  
Protected Fieldm_ShowTips determines whether the layers is supposed to show its MapTips  
Protected Fieldm_smallBitmap The bitmap which represent the small image of the layer.  
Protected Fieldm_sName Layer's name. Returned by ILayer::Name property  
Protected Fieldm_spRef Store the layer's underlying data spatial reference. Returned by IGeoDataset::SpatialReference.  
Protected Fieldm_uid The layer's UID  
Top

Public Properties

 NameDescription
Public PropertyAreaOfInterest The default area of interest for the layer. Returns the spatial-referenced extent of the layer.  
Public PropertyCached Indicates if the layer needs its own display cache.  
Public PropertyDrawType The custom draw method.  
Public PropertyExtensionCount Number of extensions.  
Public PropertyExtent The layers geodataset extent which is a union of the extents of all the items of the layer  
Public PropertyHandlesLocalOrigin The option to use a local coordinate system origin for high precision drawing  
Public PropertyID The ID of the object.  
Public PropertyLargeImage Large image that represents the layer.  
Public PropertyLargeSelectedImage Large image that represents the layer when it is selected.  
Public PropertyLastMaximumScale Last maximum scale setting used by layer.  
Public PropertyLastMinimumScale Last minimum scale setting used by layer.  
Public PropertyLayerDescription Description for the layer.  
Public PropertyLegendGroupCount Number of legend groups contained by the object.  
Public PropertyLegendItem Optional. Defines legend formatting for layer rendered with this object.  
Public PropertyLocalOrigin The local coordinate system origin for high precision drawing  
Public PropertyMaximumScale Maximum scale (representative fraction) at which the layer will display.  
Public PropertyMinimumCellSize For rasterized types, defines highest resolution. Zero value indicates that globe-generated default value should be used.  
Public PropertyMinimumScale Minimum scale (representative fraction) at which the layer will display.  
Public PropertyName The Layer name.  
Public PropertyShowTips Indicates if the layer shows map tips.  
Public PropertySmallImage Small image that represents the layer.  
Public PropertySmallSelectedImage Small image that represents the layer when it is selected.  
Public PropertySpatialReference The spatial reference of the underlying data.  
Public PropertySupportedDrawPhases Supported draw phases.  
Public PropertySymbologyScalingFactor The symbol scale factor for the custom rasterized type.  
Public PropertySymbolsAreGraduated Indicates if symbols are graduated.  
Public PropertyUseCache The option to use Globe's disk caching.  
Public PropertyValid Indicates if the layer is currently valid.  
Public PropertyVisible Indicates if the layer is currently visible.  
Top

Public Methods

 NameDescription
Public MethodAddExtension Adds a new extension.  
Public MethodConvertToSupportedObject Convert the object to another object that is supported. This method is not implemented in this version.  
Public MethodDispose Dispose the layer  
Public MethodDraw Draws the layer to the specified display for the given draw phase.  
Public MethodDrawImmediate For custom OpenGL layers, perform immediate drawing.  
Public Methodget_Extension The extension at the specified index.  
Public Methodget_LegendGroup Legend group at the specified index.  
Public Methodget_TipText Map tip text at the specified location.  
Public MethodGetTile Gets a rasterized data tile for the given globe tesselation coordinates.  
Public MethodHit The layer is hit by a picking operation.  
Public MethodIsSupportedAtVersion Is this object valid at the given document version.  
Public MethodLoad Loads the object properties from the stream.  
Public MethodRemoveExtension Removes the specified extension.  
Public MethodSave Saves the object properties to the stream.  
Top

See Also

© 2010 All Rights Reserved.