The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an {@link AffineTransform} object but the AffineTransform is in a non-invertible state.
@version 1.19, 11/17/05
Thrown when {@link MathTransform#inverse} isinvoked but the transform can't be inverted.
@author Martin Desruisseaux (IRD)
@since GeoAPI 1.0
@see org.opengis.referencing.operation.CoordinateOperationFactory
@source $URL$
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.