LayerElementCollection Class |
Namespace: Easymap.AddIn.Mapping
The LayerElementCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Number of items in LayerElementCollection.
| |
| ItemInt32 |
Gets a LayerElement by index.
| |
| ItemObject |
Gets a LayerElement by key.
| |
| LayerComponent |
Gets the associate map layer.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the LayerElementCollection (Overrides BaseObject.Dispose.) | |
| GetBoundingBox(IEnumerableObject) |
Gets the bounding box of the associate layer element by an object which implements IEnumerable.
| |
| GetBoundingBox(String) |
Gets the bounding box of the associate layer element by an array of keys.
| |
| GetByKey |
Gets a LayerElement by key.
| |
| GetByKeyArray(IEnumerable) |
Gets a list of LayerElements by keys which implements IEnumerable.
| |
| GetByKeyArray(String) |
Gets an array of LayerElements by an array of keys.
| |
| GetByLocation |
Gets the first LayerElement at the specified WGS84 lat/lon coordinate.
| |
| GetByPolygon |
Gets the LayerElements within the specified Polygon.
| |
| GetByRadius |
Gets the LayerElements within the specified radius at the specified location.
| |
| GetByRect |
Gets the LayerElements within the specified RectangleF | |
| GetElementsByLocation |
Gets all LayerElements at the specified WGS84 lat/lon coordinate.
| |
| GetEnumerator |
Enumerates through the list of layer elements.
|