|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |