Map Class |
Namespace: Easymap.AddIn.Mapping
The Map type exposes the following members.
Name | Description | |
---|---|---|
Layers |
Collection of MapLayers in this Map | |
ProjectionWGS84 |
Convert map coordinates from and to WGS84 coordinates
|
Name | Description | |
---|---|---|
HasClip |
Returns true if the Map is clipped
| |
RemoveClip |
Removes the clip from the Map.
| |
SetClip(ClipOperation, IEnumerableLayerElement, Boolean) |
Set the clip for this map.
| |
SetClip(ClipOperation, MapLayer, ListObject, Boolean) |
Set the clip for this map.
| |
SetClip(ClipOperation, MapLayer, String, Boolean) |
Set the clip for this map.
| |
ZoomToLayerElements(MapLayer, IEnumerableObject) |
Zoom the view to specified area
| |
ZoomToLayerElements(MapLayer, String) |
Zoom the view to specified area
| |
ZoomToRectangle |
Zoom the view to the specified RectangleF | |
ZoomToSelection |
Zoom the view to the current selection
|