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