WebMercator Class

Web Mercator EPSG:3857 coordinate system. Must use WGS84 datum. Coordinates above +/- 85.06 Latitude should not be considered accurate due to Web Mercator specified limitations.

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
[SerializableAttribute]
public class WebMercator
Inheritance
Object    WebMercator

Constructors

WebMercator Creates a Web Mercator (EPSG:3857).

Properties

Easting Web Mercator Easting
Northing Web Mercator Northing

Methods

ConvertWebMercatortoLatLong(WebMercator) Converts Web Mercator coordinate to Lat/Long.
ConvertWebMercatortoLatLong(Double, Double) Converts Web Mercator coordinate to Lat/Long.
ConvertWebMercatortoLatLong(WebMercator, EagerLoad) Converts Web Mercator coordinate to Lat/Long.
ConvertWebMercatortoLatLong(Double, Double, EagerLoad) Converts Web Mercator coordinate to Lat/Long.
ConvertWebMercatortoSignedDegree Converts Web Mercator coordinate to Signed Degree Lat/Long.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Parse Parses a string into a Web Mercator coordinate.
ToString Default formatted Web Mercator string.
(Overrides ObjectToString)
TryParse Attempts to parse a string into an Web Mercator coordinate.

See Also