Creates a new MgCoordinateSystemGeodeticTransformation object that can be used to perform the actual transformation this transformation definition describes. This method will fail with an exception, if this is the NONE transformation.
- Parameters:
-
| createInverse | If true, the MgCoordinateSystemGeodeticTransformation being returned will perform the inverse of the transformation as defined in the dictionary file. That is, it will convert from the actual target datum to the source datum. Note, that not all transformations are invertible. This method will fail with an exception then. If false, this method will return a MgCoordinateSystemGeodeticTransformation instance that performs the default forward datum transformation. |
- Returns:
- Returns the MgCoordinateSystemGeodeticTransformation that performs the actual datum transformation as described by this definition instance. The caller is reponsible for disposing the object being returned.