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 MathTransform
MathTransform. inverse()
Creates the inverse transform of this object.MathTransform1D
MathTransform1D. inverse()
Creates the inverse transform of this object.MathTransform2D
MathTransform2D. 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 CoordinateOperation
AbstractCoordinateOperationFactory. 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 MathTransform2D
MapProjection. 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 MathTransform
AbstractMathTransform. inverse()
Creates the inverse transform of this object.MathTransform2D
AffineTransform2D. inverse()
Creates the inverse transform of this object.MathTransform
ConcatenatedTransform. inverse()
Creates the inverse transform of this object.MathTransform1D
LinearTransform1D. inverse()
Creates the inverse transform of this object.MathTransform
MathTransformProxy. inverse()
Returns the inverse of this math transform.MathTransform
PassThroughTransform. inverse()
Creates the inverse transform of this object.MathTransform
ProjectiveTransform. inverse()
Creates the inverse transform of this object.MathTransform2D
WarpTransform2D. inverse()
Returns the inverse transform.
-