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.
Name | Description | |
---|---|---|
m_alpha | Layer transparency in percent (0 - 100) | |
m_brightness | Layer brightness in percent (-100 - 100) | |
m_bValid | Flag thich determine whether the layer is valid (connected to its data source, has valid information etc.). Returned by ILAyer::Valid. | |
m_contrast | Layer contrast in percent (-100 - 100) | |
m_displayFilter | The display filter for support layer effects | |
m_extensions | An arraylist to store the layer's extensions. | |
m_extent | Keep the layer's extent. Returned by the IGeoDataset::Extent property | |
m_interactive | Indicates if the layer supports interactive effects changes | |
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_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. | |
Brightness | Layer brightness in percent (-100 - 100). | |
Cached | Indicates if the layer needs its own display cache. | |
Contrast | Layer contrast in percent (-100 - 100). | |
DisplayFilter | Specifies the display filter used by the layer. | |
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. | |
ShowTips | Indicates if the layer shows map tips. | |
SpatialReference | The spatial reference of the underlying data. | |
SupportedDrawPhases | Supported draw phases. | |
SupportsBrightnessChange | Indicates if the layer supports brightness changes. | |
SupportsContrastChange | Indicates if the layer supports contrast changes. | |
SupportsInteractive | Indicates if the layer supports interactive effects changes. | |
SupportsTransparency | Indicates if the layer supports transparency. | |
Transparency | Layer transparency in percent (0 - 100). | |
UsesFilter | Specifies whether or not the layer uses a filter. | |
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. | |
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. | |
RemoveExtension | Removes the specified extension. | |
Save | Saves the object properties to the stream. |