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