Class EPSG900913Projection
The EPSG:900913 Projection. Also known as EPSG:3857 and Pseudo-Mercator projection.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class EPSG900913Projection : ProportionalProjection, ISpatialReference
Constructors
EPSG900913Projection()
Initializes a new instance of the EPSG900913Projection class.
Declaration
public EPSG900913Projection()
Methods
GetSizeInKilometers(Location, Size)
Calculate size of rectangle from base point.
Declaration
public override Size GetSizeInKilometers(Location basePoint, Size size)
Parameters
Location
basePoint
Base point (left-top). |
System.Windows.Size
size
Size in meters. |
Returns
System.Windows.Size
Size of rectangle in kilometers. |
Overrides
GetSizeInReferenceUnits(Location, Size)
Calculate size of rectangle from base point.
Declaration
public override Size GetSizeInReferenceUnits(Location basePoint, Size size)
Parameters
Location
basePoint
Base point (left-top). |
System.Windows.Size
size
Size in kilometers. |
Returns
System.Windows.Size
Size of rectangle in meters. |