Uses of Class
org.opengis.referencing.operation.NoninvertibleTransformException
Packages that use NoninvertibleTransformException
Package
Description
Matrix implementations for spatiotemporal referencing.
Conversions or transformations of multi-dimensional coordinate tuples.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of NoninvertibleTransformException in org.apache.sis.referencing.operation.matrix
Modifier and TypeClassDescriptionclassThrown when a matrix cannot be inverted. -
Uses of NoninvertibleTransformException in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that throw NoninvertibleTransformExceptionModifier and TypeMethodDescriptionAbstractMathTransform.inverse()Returns the inverse transform of this object.AbstractMathTransform1D.inverse()Returns the inverse transform of this object.AbstractMathTransform2D.inverse()Returns the inverse transform of this object.LinearTransform.inverse()Returns the inverse transform of this object, which shall also be linear.PassThroughTransform.inverse()Creates the inverse transform of this object.WraparoundTransform.inverse()Returns a wraparound transform producing values in the range of source coordinate values. -
Uses of NoninvertibleTransformException in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that throw NoninvertibleTransformException