Uses of Class
org.geotools.api.referencing.operation.NoninvertibleTransformException
Packages that use NoninvertibleTransformException
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of NoninvertibleTransformException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw NoninvertibleTransformException -
Uses of NoninvertibleTransformException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw NoninvertibleTransformExceptionModifier and TypeMethodDescriptionprotected 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 NoninvertibleTransformExceptionModifier and TypeMethodDescriptionfinal 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 NoninvertibleTransformExceptionModifier and TypeMethodDescriptionAbstractMathTransform.inverse()
Creates the inverse transform of this object.AffineTransform2D.inverse()
Creates the inverse transform of this object.ConcatenatedTransform.inverse()
Creates the inverse transform of this object.LinearTransform1D.inverse()
Creates the inverse transform of this object.MathTransformProxy.inverse()
Returns the inverse of this math transform.PassThroughTransform.inverse()
Creates the inverse transform of this object.ProjectiveTransform.inverse()
Creates the inverse transform of this object.WarpTransform2D.inverse()
Returns the inverse transform.