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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The 1 or 3 character grid zone designator. - square
- Type: System.String
The 2 character 100,000 meter square designator. - easting
- Type: System.Double
The eastward distance of the location into the square. - northing
- Type: System.Double
The northward distance of the location into the square.
Exceptions
See Also