WebMercator Constructor

Creates a Web Mercator (EPSG:3857).

Definition

Namespace: CoordinateSharp
Assembly: CoordinateSharp (in CoordinateSharp.dll) Version: 2.21.1.1
XMLNS for XAML: Not mapped to an xmlns.
C#
public WebMercator(
	double est,
	double nrt
)

Parameters

est  Double
Easting
nrt  Double
Northing

Example

C#
WebMercator wm = new WebMercator(8284118.2, 6339892.6);

See Also