WebMercator Constructor
Creates a Web Mercator (EPSG:3857).
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
public WebMercator(
double est,
double nrt
)
Parameters
- est Double
- Easting
- nrt Double
- Northing
WebMercator wm = new WebMercator(8284118.2, 6339892.6);