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.

Protected Fields

 NameDescription
protected Fieldm_bIsCompiledDirty the layer dirty flag which determine whether its display list need to be recreate  
protected Fieldm_bIsImmediateDirty the layer dirty flag which determine whether its display list need to be recreate  
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_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_IsCached determines whether the layers is cached  
protected Fieldm_mapSpatialRef Store the maps's spatial reference. Set by ILayer::SpatialReference.  
protected Fieldm_MaximumScale Keep the maximum scale value at which the layer will display  
protected Fieldm_MinimumScale Keep the minimum scale value at which the layer will display  
protected Fieldm_nRecompileRate The rate in which the DynamicDisplay recompile its display lists  
protected Fieldm_ShowTips determines whether the layers is supposed to show its MapTips  
protected Fieldm_sName Layer's name. Returned by ILayer::Name property  
protected Fieldm_spatialRef Store the layer's underlying data spatial reference. Returned by IGeoDataset::SpatialReference.  
protected Fieldm_uid The layer's UID  
protected Fieldm_visible Flag which determines whether the layers is visible. Returned by ILayer::Visible  
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 PropertyDataValid Indicates if the data for the layer is currently valid.  
public PropertyDynamicRecompileRate This is the rate in which the DynamicDisplay builds the Display-Lists of the 'compiled' DrawPhase  
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 PropertyID The ID of the object.  
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 PropertyMaximumScale Maximum scale (representative fraction) at which the layer will display.  
public PropertyMinimumScale Minimum scale (representative fraction) at which the layer will display.  
public PropertyName The Layer name.  
public PropertyPublishingDescription The layer description reported to the publisher.  
public PropertyShowTips Indicates if the layer shows map tips.  
public PropertySpatialReference The spatial reference of the underlying data.  
public PropertySupportedDrawPhases Supported draw phases.  
public PropertySupportsPublishing Indicates if the layer supports the publishing process.  
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 MethodDrawDynamicLayer 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  
public Methodget_DataDetails Details of the layer's data.  
public Methodget_DynamicLayerDirty get the dirty flag of the layer  
public Methodget_Extension The extension at the specified index.  
public Methodget_TipText Map tip text at the specified location.  
public MethodIsSupportedAtVersion Is this object valid at the given document version.  
public MethodLoad Loads the object properties from the stream.  
public MethodPrepareForPublishing Prepare the layer for the publishing process.  
public MethodRemoveExtension Removes the specified extension.  
public MethodSave Saves the object properties to the stream.  
public Methodset_DynamicLayerDirty set the dirty flag of the layer  
Top

See Also

© 2011 All Rights Reserved.