Class
EPSG900913Projection

The EPSG:900913 Projection. Also known as EPSG:3857 and Pseudo-Mercator projection.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class EPSG900913Projection : ProportionalProjection, ISpatialReference

Inheritance: objectSpatialReferenceProportionalProjectionEPSG900913Projection

Implements: ISpatialReference

Inherited Members ProportionalProjection.GeographicToLogical(PointG)ProportionalProjection.LogicalToGeographic(PointG)SpatialReference.HalfPISpatialReference.RadiansToDegreesSpatialReference.AngularUnitOfMeasurementSpatialReference.AuthoritySpatialReference.CentralMeridianSpatialReference.DatumSpatialReference.DatumAuthoritySpatialReference.FalseEastingSpatialReference.FalseNorthingSpatialReference.GeoGcsSpatialReference.LatitudeOfOriginSpatialReference.OffsetXSpatialReference.OffsetYSpatialReference.PrimemSpatialReference.PrimemAuthoritySpatialReference.ProjectionAuthoritySpatialReference.ScaleXSpatialReference.ScaleYSpatialReference.SpheroidRadiusSpatialReference.SpheroidFlatteningSpatialReference.SpheroidAuthoritySpatialReference.StandardParallelSpatialReference.UnitAuthoritySpatialReference.MinLatitudeSpatialReference.MaxLatitudeSpatialReference.MinLongitudeSpatialReference.MaxLongitude

Constructors

EPSG900913Projection()

Initializes a new instance of the EPSG900913Projection class.

Declaration

cs-api-definition
public EPSG900913Projection()

Methods

GetSizeInKilometers(PointG, SizeG)

Calculate size of rectangle from base point.

Declaration

cs-api-definition
public override SizeG GetSizeInKilometers(PointG basePoint, SizeG size)

Parameters

basePoint

PointG

Base point (left-top).

size

SizeG

Size in meters.

Returns

SizeG

Size of rectangle in kilometers.

Overrides SpatialReference.GetSizeInKilometers(PointG, SizeG)

GetSizeInReferenceUnits(PointG, SizeG)

Calculate size of rectangle from base point.

Declaration

cs-api-definition
public override SizeG GetSizeInReferenceUnits(PointG basePoint, SizeG size)

Parameters

basePoint

PointG

Base point (left-top).

size

SizeG

Size in kilometers.

Returns

SizeG

Size of rectangle in meters.

Overrides SpatialReference.GetSizeInReferenceUnits(PointG, SizeG)