Uses of Class
org.opengis.referencing.operation.TransformException

Packages that use TransformException
org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems). 
 

Uses of TransformException in org.opengis.referencing.operation
 

Subclasses of TransformException in org.opengis.referencing.operation
 class NoninvertibleTransformException
          Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
 

Methods in org.opengis.referencing.operation that throw TransformException
 Shape MathTransform2D.createTransformedShape(Shape shape)
          Transforms the specified shape.
 Matrix 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.
 Matrix MathTransform2D.derivative(Point2D point)
          Gets the derivative of this transform at a point.
 DirectPosition MathTransform.transform(DirectPosition ptSrc, DirectPosition ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 double MathTransform1D.transform(double value)
          Transforms the specified value.
 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.
 Point2D MathTransform2D.transform(Point2D ptSrc, Point2D ptDst)
          Transforms the specified ptSrc and stores the result in ptDst.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.