MilitaryGridReferenceSystem(String, String, Double, Double) Constructor
Creates an MilitaryGridReferenceSystem (MGRS) object with a default WGS84 datum(ellipsoid).
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
public MilitaryGridReferenceSystem(
string gridZone,
string d,
double e,
double n
)
Parameters
- gridZone String
- MGRS Grid Zone Designation
- d String
- MGRS 100,000 Meter Square Identifier (2 Letter)
- e Double
- Easting
- n Double
- Northing
MilitaryGridReferenceSystem mgrs = new MilitaryGridReferenceSystem("21N", "SA", 66037, 61982);