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.2.419.0 (24.2.419.0)
Syntax public MilitaryGridReferenceSystem(
string grid,
string square,
double easting,
double northing
)
Public Sub New (
grid As String,
square As String,
easting As Double,
northing As Double
)
public:
MilitaryGridReferenceSystem(
String^ grid,
String^ square,
double easting,
double northing
)
new :
grid : string *
square : string *
easting : float *
northing : float -> MilitaryGridReferenceSystem
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 See Also