Uses of Class
org.opengis.referencing.operation.TransformException
Packages that use TransformException
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of TransformException in org.opengis.referencing.operation
Subclasses of TransformException in org.opengis.referencing.operationModifier and TypeClassDescriptionclass
Thrown whenMathTransform.inverse()
is invoked but the transform cannot be inverted.Methods in org.opengis.referencing.operation that throw TransformExceptionModifier and TypeMethodDescriptionMathTransform2D.createTransformedShape
(Shape shape) Transforms the specified shape.MathTransform.derivative
(DirectPosition point) Gets the derivative of this transform at a point.double
MathTransform1D.derivative
(double value) Gets the derivative of this function at a value.MathTransform2D.derivative
(Point2D point) Gets the derivative of this transform at a point.void
MathTransform.transform
(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.void
MathTransform.transform
(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.void
MathTransform.transform
(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.void
MathTransform.transform
(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.MathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
.double
MathTransform1D.transform
(double value) Transforms the specified value.Transforms the specifiedptSrc
and stores the result inptDst
.