Class SphericalMercator
Inheritance
System.Object
SphericalMercator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Projection
Assembly: Mapsui.dll
Syntax
public class SphericalMercator
Methods
| Improve this Doc View SourceFromLonLat(Double, Double)
Declaration
public static Point FromLonLat(double lon, double lat)
Parameters
Type | Name | Description |
---|---|---|
System.Double | lon | |
System.Double | lat |
Returns
Type | Description |
---|---|
Point |
ToLonLat(Double, Double)
Declaration
public static Point ToLonLat(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y |
Returns
Type | Description |
---|---|
Point |