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 TypeClassDescriptionclassThrown 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.doubleMathTransform1D.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.voidMathTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransform.transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransform.transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransform.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 specifiedptSrcand stores the result inptDst.doubleMathTransform1D.transform(double value) Transforms the specified value.Transforms the specifiedptSrcand stores the result inptDst.