Uses of Class
org.geotools.api.referencing.operation.NoninvertibleTransformException
-
Packages that use NoninvertibleTransformException Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.projection Basic implementations of map projections.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of NoninvertibleTransformException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw NoninvertibleTransformException Modifier and Type Method Description MathTransformMathTransform. inverse()Creates the inverse transform of this object.MathTransform1DMathTransform1D. inverse()Creates the inverse transform of this object.MathTransform2DMathTransform2D. inverse()Creates the inverse transform of this object. -
Uses of NoninvertibleTransformException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw NoninvertibleTransformException Modifier and Type Method Description protected CoordinateOperationAbstractCoordinateOperationFactory. inverse(CoordinateOperation operation)Returns the inverse of the specified operation. -
Uses of NoninvertibleTransformException in org.geotools.referencing.operation.projection
Methods in org.geotools.referencing.operation.projection that throw NoninvertibleTransformException Modifier and Type Method Description MathTransform2DMapProjection. inverse()Returns the inverse of this map projection. -
Uses of NoninvertibleTransformException in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that throw NoninvertibleTransformException Modifier and Type Method Description MathTransformAbstractMathTransform. inverse()Creates the inverse transform of this object.MathTransform2DAffineTransform2D. inverse()Creates the inverse transform of this object.MathTransformConcatenatedTransform. inverse()Creates the inverse transform of this object.MathTransform1DLinearTransform1D. inverse()Creates the inverse transform of this object.MathTransformMathTransformProxy. inverse()Returns the inverse of this math transform.MathTransformPassThroughTransform. inverse()Creates the inverse transform of this object.MathTransformProjectiveTransform. inverse()Creates the inverse transform of this object.MathTransform2DWarpTransform2D. inverse()Returns the inverse transform.
-