Creates a new UTMProjection
The parameters object
The hemisphere
The x coordinate
The y coordinate
The zone
Retrieves the hemisphere of the point.
The hemisphere of the point as a Hemisphere enumeration.
Retrieves the specific type of the projection.
The type of the projection as a ProjectionType enumeration.
Returns the x coordinate of the point.
The x coordinate of the point as a number.
Returns the y coordinate of the point.
The y coordinate of the point as a number.
Retrieves the zone of the point.
The zone of the point as a number.
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 horizontal axis, vertical axis, zone and hemisphere of the point.
The parameters object
The Hemisphere of the point.
The x coordinate of the point.
The y coordinate of the point.
The zone of the point.
UTMProjection class