Click or drag to resize

MilitaryGridReferenceSystem Constructor (String, String, Double, Double)

Initializes a set of Military Grid Reference System (MGRS) coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MilitaryGridReferenceSystem(
	string grid,
	string square,
	double easting,
	double northing
)

Parameters

grid
Type: SystemString
The 1 or 3 character grid zone designator.
square
Type: SystemString
The 2 character 100,000 meter square designator.
easting
Type: SystemDouble
The eastward distance of the location into the square.
northing
Type: SystemDouble
The northward distance of the location into the square.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when grid or square is .
See Also