Creates a new MGRSProjection
The parameters object
The easting coordinate
The letters
The northing coordinate
The zone
Returns the easting coordinate of the point.
The easting coordinate of the point as a number.
Returns the letters of the point.
The letters of the point as a string.
Returns the northing coordinate of the point.
The northing coordinate of the point as a number.
Retrieves the specific type of the projection.
The type of the projection as a ProjectionType enumeration.
Returns the zone of the point.
The zone of the point as a string.
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
Sets the easting, northing, zone and letters of the point.
The parameters object
The easting coordinate of the point.
The letters of the point as a string.
The northing coordinate of the point.
The zone of the point as a string.
MGRSProjection class