public interface MathTransformation
Modifier and Type | Method and Description |
---|---|
double |
derivative(double value) |
int |
getSourceDimensions() |
int |
getTargetDimensions() |
MathTransformation |
inverseTransform() |
boolean |
isIdentity() |
double |
transform(double value) |
Position |
transform(Position ptSrc,
Position ptDst) |
double transform(double value) throws TransformationException
TransformationException
int getSourceDimensions()
int getTargetDimensions()
MathTransformation inverseTransform()
boolean isIdentity()
Position transform(Position ptSrc, Position ptDst) throws TransformationException
TransformationException
Copyright © 2006–2015 GeoSolutions. All rights reserved.