LayerElementCollection Methods |
The LayerElementCollection type exposes the following members.
Name | Description | |
---|---|---|
Dispose | (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.
|