Creates a new WGS84Projection
The coordinates
Returns the coordinates for the WGS84Projection.
The coordinates as a Coordinates object, or null if the coordinates are not set.
Sets the coordinates for the WGS84Projection.
The coordinates to set for the projection.
Retrieves the specific type of the projection.
The type of the projection as a ProjectionType enumeration.
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
StaticfromCreates a new WGS84Projection from latitude and longitude
The latitude
The longitude
WGS84Projection class