Click or drag to resize

LayerElementCollection Class

List of all available layer elements.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class LayerElementCollection : BaseObject, 
	IEnumerable<LayerElement>, IEnumerable

The LayerElementCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodDispose
Releases all resources used by the LayerElementCollection
(Overrides BaseObject.Dispose.)
Public methodGetBoundingBox(IEnumerableObject)
Gets the bounding box of the associate layer element by an object which implements IEnumerable.
Public methodGetBoundingBox(String)
Gets the bounding box of the associate layer element by an array of keys.
Public methodGetByKey
Gets a LayerElement by key.
Public methodGetByKeyArray(IEnumerable)
Gets a list of LayerElements by keys which implements IEnumerable.
Public methodGetByKeyArray(String)
Gets an array of LayerElements by an array of keys.
Public methodGetByLocation
Gets the first LayerElement at the specified WGS84 lat/lon coordinate.
Public methodGetByPolygon
Gets the LayerElements within the specified Polygon.
Public methodGetByRadius
Gets the LayerElements within the specified radius at the specified location.
Public methodGetByRect
Gets the LayerElements within the specified RectangleF
Public methodGetElementsByLocation
Gets all LayerElements at the specified WGS84 lat/lon coordinate.
Public methodGetEnumerator
Enumerates through the list of layer elements.
Top
See Also