EPSG900913Converter
Convert co-ordinates between WGS-84 and EPSG:900913. Also known as EPSG:3857 and Pseudo-Mercator projection.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class EPSG900913Converter : ICoordinateConverter
Inheritance: objectEPSG900913Converter
Implements:
Constructors
public EPSG900913Converter()
Methods
Convert from the collection of coordinates are given in the form specific for the coordinate system other than WGS 1984 to the collection of the WGS 1984 coordinates.
public LocationCollection ConvertBack(LocationCollection collection)
Collection of coordinates are given in the form specific for the coordinate system.
Returns:Converted collection.
Implements:
Convert from the collection of coordinates are given in the WGS 1984 coordinates to the form specific for the coordinate system other than WGS 1984.
public LocationCollection ConvertTo(LocationCollection collection)
Collection of coordinates are given in the form specific for the coordinate system.
Returns:Converted collection.
Implements:
Convert OS grid reference to the WGS 1984 latitude/longitude.