org.deegree.cs.transformations
Class TransformationAccuracy
java.lang.Object
org.deegree.cs.transformations.TransformationAccuracy
- Direct Known Subclasses:
- TransformationAccuracyTest, TransformationETRS89RDTest
public abstract class TransformationAccuracy
- extends Object
Method Summary |
protected void |
doForwardAndInverse(ICRS sourceCRS,
ICRS targetCRS,
javax.vecmath.Point3d source,
javax.vecmath.Point3d target,
javax.vecmath.Point3d forwardEpsilon,
javax.vecmath.Point3d inverseEpsilon)
Do an forward and inverse accuracy test. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformationAccuracy
public TransformationAccuracy()
doForwardAndInverse
protected void doForwardAndInverse(ICRS sourceCRS,
ICRS targetCRS,
javax.vecmath.Point3d source,
javax.vecmath.Point3d target,
javax.vecmath.Point3d forwardEpsilon,
javax.vecmath.Point3d inverseEpsilon)
throws TransformationException
- Do an forward and inverse accuracy test.
- Parameters:
sourceCRS
- targetCRS
- source
- target
- forwardEpsilon
- inverseEpsilon
-
- Throws:
TransformationException
Copyright © 2011. All Rights Reserved.