[SerializableAttribute]
public class WebMercator
WebMercator | Creates a Web Mercator (EPSG:3857). |
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. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates 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. |