|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MathTransform1D
in the org.opengis.referencing.operation
package.
Transforms one-dimensional coordinate points.
CoordinateTransformation.getMathTransform()
may returns instance of this
interface when source and destination coordinate systems are both one dimensional.
MathTransform1D
extends MathTransform
by adding a simple method
transforming a value without the overhead of creating data array.
Field Summary | |
static MathTransform1D |
IDENTITY
Deprecated. The one dimensional identity transform. |
Method Summary | |
double |
derivative(double value)
Deprecated. Gets the derivative of this function at a value. |
double |
transform(double value)
Deprecated. Transforms the specified value. |
Methods inherited from interface org.geotools.ct.MathTransform |
derivative, getDimSource, getDimTarget, inverse, isIdentity, transform, transform, transform |
Field Detail |
public static final MathTransform1D IDENTITY
Method Detail |
public double transform(double value) throws org.opengis.referencing.operation.TransformException
value
- The value to transform.
org.opengis.referencing.operation.TransformException
- if the value can't be transformed.public double derivative(double value) throws org.opengis.referencing.operation.TransformException
value
- The value where to evaluate the derivative.
org.opengis.referencing.operation.TransformException
- if the derivative can't be evaluated at the
specified point.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |