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