MapLayer Class |
Namespace: Easymap.AddIn.Mapping
The MapLayer type exposes the following members.
Name | Description | |
---|---|---|
ContainsListCollection | ||
ElementBounds |
The bounds of all elements
| |
ElementInfos |
Gets an collection of ElementInfos
| |
Filename |
Returns the filename associated with the MapLayer | |
LayerElements |
Gets an collection of layer elements.
| |
LayerType |
Returns the type of the given layer.
| |
MapComponent |
Gets the associate map of the map layer.
| |
Styles |
Returns the LayerStyleCollection of the MapLayer | |
Visible | (Overrides WindowlessComponentVisible.) |
Name | Description | |
---|---|---|
GetComponentByKey |
Returns a associate LayerElementComponent of the map layer by key.
| |
GetList |
Gets IList of the current result datasource.
| |
GetResultDataSource |
Returns the data source of result table.
| |
HasClip |
Returns true if the MapLayer is clipped
| |
RemoveClip |
Inherit the clip from the parent Map.
| |
Reset |
Resets the settings of all layer elements.
| |
ResetLocations |
Resets the locations of all layer elements.
| |
SelectElements(String) |
Select elements using an array of keys.
| |
SelectElements(IEnumerableLayerElement) |
Select elements using a LayerElement which implements IEnumerable.
| |
SelectElements(IEnumerableLayerElementComponent) |
Select elements using a LayerElementComponent which implements IEnumerable.
| |
SetClip(ClipOperation, IEnumerableLayerElement) |
Set the clip for this layer.
| |
SetClip(ClipOperation, ListObject) |
Set the clip for this layer.
| |
SetClip(ClipOperation, String) |
Set the clip for this layer.
|