public interface MathTransformation
Modifier and Type | Method and Description |
---|---|
double |
derivative(double value)
Returns the derivative value of the provided transformation
|
int |
getSourceDimensions()
Returns the input transformation dimensions
|
int |
getTargetDimensions()
Returns the output transformation dimensions
|
MathTransformation |
inverseTransform()
Returns the inverse transformation of the current transform
|
boolean |
isIdentity()
Indicates whether the transformation is an identity
|
double |
transform(double value)
Transforms input value using the provided transformation
|
Position |
transform(Position ptSrc,
Position ptDst)
|
double transform(double value) throws TransformationException
value
- TransformationException
double derivative(double value) throws Exception
value
- Exception
int getSourceDimensions()
int getTargetDimensions()
MathTransformation inverseTransform()
boolean isIdentity()
Position transform(Position ptSrc, Position ptDst) throws TransformationException
ptSrc
- ptDst
- TransformationException
Copyright © 2006–2016 GeoSolutions. All rights reserved.