org.deegree.cs.transformations
Class TransformationAccuracy

java.lang.Object
  extended by org.deegree.cs.transformations.TransformationAccuracy
Direct Known Subclasses:
TransformationAccuracyTest, TransformationETRS89RDTest

public abstract class TransformationAccuracy
extends Object


Constructor Summary
TransformationAccuracy()
           
 
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
 

Constructor Detail

TransformationAccuracy

public TransformationAccuracy()
Method Detail

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.