public interface GeocentricTransformation extends CoordinateOperation
CompoundCRS,
it is important to use a GeocentricTransformation
rather than a 2D transformation like NTv2GridShiftTransformation.DEFAULT, LOCAL, UNKNOWN| Modifier and Type | Method and Description |
|---|---|
GeocentricTransformation |
inverse()
Return the inverse CoordinateOperation, or throw a
NonInvertibleOperationException.
|
getPrecision, isIdentity, transformaddAlias, addRemark, getAliases, getAuthorityKey, getAuthorityName, getCode, getName, getRemarks, getShortName, setRemarks, setShortNameGeocentricTransformation inverse() throws NonInvertibleOperationException
CoordinateOperationop.inverse().transform(op.transform(point));should let point unchanged.
inverse in interface CoordinateOperationNonInvertibleOperationExceptionCopyright © 2019 CNRS. All rights reserved.