|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformException | |
---|---|
org.opengis.geometry | Root package for geometries. |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of TransformException in org.opengis.geometry |
---|
Methods in org.opengis.geometry that throw TransformException | |
---|---|
BoundingBox |
BoundingBox.toBounds(CoordinateReferenceSystem targetCRS)
Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. |
Geometry |
Geometry.transform(CoordinateReferenceSystem newCRS)
Returns a new Geometry that is the coordinate transformation of this
Geometry into the passed coordinate reference system within the accuracy
of the transformation. |
Geometry |
Geometry.transform(CoordinateReferenceSystem newCRS,
MathTransform transform)
Returns a new Geometry that is the coordinate transformation of this
Geometry into the passed coordinate reference system, using the
specified transform. |
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)
Transform 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(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 |