The PointTransformer is a utility class with the primary function of converting coordinate points from a source reference system to a target reference system. It can only be created from a valid ConcatenatedCoordtransform, and is only usable for a single instance of the parent object. It extends methods for creating valid CoordPoints for the transformation, as well as informative methods for describing the steps used in the transformation process. For more detailed information on using this class, please refer to lesson 7 and 8 in the getting started guide.
Method |
Description |
Returns a CoordPoint type that describes all axes identified for the source CRS |
|
Returns a CoordPoint type that describes all axes identified for the target CRS |
|
Converts a point described in the source CRS into a point in the target CRS |
|
Converts a list of points described in the source CRS into a list of points in the target CRS |
|
Converts a point described in the target CRS into a point in the source CRS |
|
Converts a list of points described in the target CRS into a list of points in the source CRS |
|
Returns a pointer to the parent ConcatenatedCT used to create this object |
|
returns a collection of CoordTransform objects used in the PointTransformer |
|
Returns a string that identifies the Coordinate systems used in the PointTransformer |
|
Returns a string that details the CoordinateTransform process used in the PointTransformer |