ESRI.ArcGIS.ADF.Local | |
BaseDynamicLayer Class Members | |
See Also Fields Properties Methods Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseDynamicLayer Class |
The following tables list the members exposed by BaseDynamicLayer.
Name | Description | |
---|---|---|
m_bIsCompiledDirty | the layer dirty flag which determine whether its display list need to be recreate | |
m_bIsImmediateDirty | the layer dirty flag which determine whether its display list need to be recreate | |
m_bValid | Flag thich determine whether the layer is valid (connected to its data source, has valid information etc.). Returned by ILAyer::Valid. | |
m_extensions | An arraylist to store the layer's extensions. | |
m_extent | Keep the layer's extent. Returned by the IGeoDataset::Extent property | |
m_IsCached | determines whether the layers is cached | |
m_mapSpatialRef | Store the maps's spatial reference. Set by ILayer::SpatialReference. | |
m_MaximumScale | Keep the maximum scale value at which the layer will display | |
m_MinimumScale | Keep the minimum scale value at which the layer will display | |
m_nRecompileRate | The rate in which the DynamicDisplay recompile its display lists | |
m_ShowTips | determines whether the layers is supposed to show its MapTips | |
m_sName | Layer's name. Returned by ILayer::Name property | |
m_spatialRef | Store the layer's underlying data spatial reference. Returned by IGeoDataset::SpatialReference. | |
m_uid | The layer's UID | |
m_visible | Flag which determines whether the layers is visible. Returned by ILayer::Visible |
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. | |
DataValid | Indicates if the data for the layer is currently valid. | |
DynamicRecompileRate | This is the rate in which the DynamicDisplay builds the Display-Lists of the 'compiled' DrawPhase | |
ExtensionCount | Number of extensions. | |
Extent | The layers geodataset extent which is a union of the extents of all the items of the layer | |
ID | The ID of the object. | |
LastMaximumScale | Last maximum scale setting used by layer. | |
LastMinimumScale | Last minimum scale setting used by layer. | |
LayerDescription | Description for the layer. | |
MaximumScale | Maximum scale (representative fraction) at which the layer will display. | |
MinimumScale | Minimum scale (representative fraction) at which the layer will display. | |
Name | The Layer name. | |
PublishingDescription | The layer description reported to the publisher. | |
ShowTips | Indicates if the layer shows map tips. | |
SpatialReference | The spatial reference of the underlying data. | |
SupportedDrawPhases | Supported draw phases. | |
SupportsPublishing | Indicates if the layer supports the publishing process. | |
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. | |
DrawDynamicLayer | The dynamic layer draw method. You should implement this method in order to allow you layer to draw while the map is in dynamic mode | |
get_DataDetails | Details of the layer's data. | |
get_DynamicLayerDirty | get the dirty flag of the layer | |
get_Extension | The extension at the specified index. | |
get_TipText | Map tip text at the specified location. | |
IsSupportedAtVersion | Is this object valid at the given document version. | |
Load | Loads the object properties from the stream. | |
PrepareForPublishing | Prepare the layer for the publishing process. | |
RemoveExtension | Removes the specified extension. | |
Save | Saves the object properties to the stream. | |
set_DynamicLayerDirty | set the dirty flag of the layer |