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




The following tables list the members exposed by BaseCustomLayer.

Protected Fields

 NameDescription
protected Fieldm_alpha Layer transparency in percent (0 - 100)  
protected Fieldm_brightness Layer brightness in percent (-100 - 100)  
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_contrast Layer contrast in percent (-100 - 100)  
protected Fieldm_displayFilter The display filter for support layer effects  
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_interactive Indicates if the layer supports interactive effects changes  
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_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 PropertyBrightness Layer brightness in percent (-100 - 100).  
public PropertyCached Indicates if the layer needs its own display cache.  
public PropertyContrast Layer contrast in percent (-100 - 100).  
public PropertyDisplayFilter Specifies the display filter used by the layer.  
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 PropertyShowTips Indicates if the layer shows map tips.  
public PropertySpatialReference The spatial reference of the underlying data.  
public PropertySupportedDrawPhases Supported draw phases.  
public PropertySupportsBrightnessChange Indicates if the layer supports brightness changes.  
public PropertySupportsContrastChange Indicates if the layer supports contrast changes.  
public PropertySupportsInteractive Indicates if the layer supports interactive effects changes.  
public PropertySupportsTransparency Indicates if the layer supports transparency.  
public PropertyTransparency Layer transparency in percent (0 - 100).  
public PropertyUsesFilter Specifies whether or not the layer uses a filter.  
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 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 MethodRemoveExtension Removes the specified extension.  
public MethodSave Saves the object properties to the stream.  
Top

See Also

© 2011 All Rights Reserved.