Abstract
The reference of the source coordinates that are transformed.
Returns null if unknown.Returns a transformation that does the inverse transformation, so from target to source coordinates.
The reference of the target coordinates after transformation.
Returns null if unknown.Transforms a point from the input reference to the output reference.
a point containing the transformed coordinate. If aOutputPointSFCT was present in the parameters, aOutputPointSFCT will be returned
OutOfBoundsError if the input point is not defined in the output reference
Transforms a bounding box from the input reference to the output reference.
the transformed Bounds. If aOutputBoundsSFCT was present in the parameters, aOutputBoundsSFCT will be returned
OutOfBoundsError if the input bounds is not defined in the output reference
A transformation between two coordinate reference systems. May not be instantiated with the constructor. Instead use the factory methods in the TransformationFactory module to create instances of this class.