|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Extension public interface MathTransform1D
Transforms one-dimensional coordinate points.
CoordinateOperation.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.
Method Summary | |
---|---|
double |
derivative(double value)
Gets the derivative of this function at a value. |
double |
transform(double value)
Transforms the specified value. |
Methods inherited from interface MathTransform |
---|
derivative, getSourceDimensions, getTargetDimensions, inverse, isIdentity, toWKT, transform, transform, transform |
Method Detail |
---|
double transform(double value) throws TransformException
value
- The value to transform.
TransformException
- if the value can't be transformed.double derivative(double value) throws TransformException
value
- The value where to evaluate the derivative.
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 |