Click or drag to resize

MapView Methods

The MapView type exposes the following members.

Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Public methodSetEnvelope(MapRectangle, Boolean)
Sets the visible map section to a bounding box, so the box is contained in the map section.
Public methodSetEnvelope(MapRectangle, Boolean, Double)
Sets the visible map section to a bounding box, so the box is contained in the map section.
Public methodSetXYZ(Double, Double, Double, Boolean)
Positions the map to a center and zoom factor.
Public methodSetXYZ(Double, Double, Double, Boolean, Boolean)
Positions the map to a center and zoom factor.
Public methodSetZoom
Sets the level of detail according to the standard tiling scheme.
Public methodZoomAround
Zooms around a point.
Top
Extension Methods
  NameDescription
Public Extension MethodCanvasToPtvMercator(UIElement, Double)Overloaded.
Conversion of a pixel distance into a Mercator distance.
(Defined by WgsExtensions.)
Public Extension MethodCanvasToPtvMercator(UIElement, Point)Overloaded.
Conversion of a pixel coordinate into a PTV-internal Mercator format.
(Defined by WgsExtensions.)
Public Extension MethodCanvasToPtvMercator(UIElement, MapRectangle)Overloaded.
Conversion of a rectangle containing pixel coordinates into a PTV-internal Mercator format.
(Defined by WgsExtensions.)
Public Extension MethodCanvasToPtvMercator(UIElement, IEnumerablePoint)Overloaded.
Conversion of multiple pixel coordinates into a PTV-internal Mercator format.
(Defined by WgsExtensions.)
Public Extension MethodCanvasToWgs
Conversion of a pixel coordinate into WGS format.
(Defined by WgsExtensions.)
Public Extension MethodFindRelativeT
Finds an object of type T for a framework element which is somewhere in the visual tree.
(Defined by MapElementExtensions.)
Public Extension MethodGetCurrentEnvelopePtvMercator
Gets the bounding box of the visible map section while the map is in animation mode.
(Defined by WgsExtensions.)
Public Extension MethodPtvMercatorToCanvas
Conversion of a PTV-internal Mercator coordinate into pixel coordinates.
(Defined by WgsExtensions.)
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Public Extension MethodWgsToCanvas
Conversion of a WGS coordinate into pixel format.
(Defined by WgsExtensions.)
Top
See Also