Click or drag to resize

Map Class

Represents a map.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.CommonWindowlessComponent
              Easymap.AddIn.MappingMap

Namespace: Easymap.AddIn.Mapping
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class Map : WindowlessComponent

The Map type exposes the following members.

Properties
 NameDescription
Public propertyLayers Collection of MapLayers in this Map
Public propertyProjectionWGS84 Convert map coordinates from and to WGS84 coordinates
Top
Methods
 NameDescription
Public methodHasClip Returns true if the Map is clipped
Public methodRemoveClip Removes the clip from the Map.
Public methodSetClip(ClipOperation, IEnumerableLayerElement, Boolean) Set the clip for this map.
Public methodSetClip(ClipOperation, MapLayer, ListObject, Boolean) Set the clip for this map.
Public methodSetClip(ClipOperation, MapLayer, String, Boolean) Set the clip for this map.
Public methodZoomToLayerElements(MapLayer, IEnumerableObject) Zoom the view to specified area
Public methodZoomToLayerElements(MapLayer, String) Zoom the view to specified area
Public methodZoomToRectangle Zoom the view to the specified RectangleF
Public methodZoomToSelection Zoom the view to the current selection
Top
See Also