org.deegree.cs.configuration
Class ProviderBasedAccuracyTest

java.lang.Object
  extended by org.deegree.cs.configuration.ProviderBasedAccuracyTest

public class ProviderBasedAccuracyTest
extends Object

TransformationTest a junit test class for testing the accuracy of various transformations.

Version:
$Revision: 30120 $, $Date: 2011-03-22 10:04:15 +0100 (Tue, 22 Mar 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $

Constructor Summary
ProviderBasedAccuracyTest()
           
 
Method Summary
 void testCompoundToCompound()
          Test the forward/inverse transformation from a compound_projected crs (EPSG:28992) to another compound_projected crs (EPSG:25832)
 void testCompoundToGeocentric()
          Test the forward/inverse transformation from a compound_projected crs (EPSG:31467) to a geocentric crs (EPSG:4964)
 void testCompoundToGeographic()
          Test the transformation from a compound_projected crs (EPSG:28992_compound) to a geographic crs (EPSG:4258) coordinate system .
 void testCompoundToProjected()
          Test the forward/inverse transformation from a compound_geographic crs (EPSG:4326) to a projected crs (EPSG:31467)
 void testGeocentricToGeocentric()
          Test the forward/inverse transformation from a geocentric (dummy based on bessel) to another geocentric crs (EPSG:4964 based on etrs89)
 void testGeographicToGeocentric()
          Test the forward/inverse transformation from a geographic crs (EPSG:4314) to a geocentric crs (EPSG:4964)
 void testGeographicToGeographic()
          Test the forward/inverse transformation from a geographic crs (EPSG:4314) to another geographic crs (EPSG:4258)
 void testGeographicToGeographicNTv2()
          Test the forward/inverse transformation from a geographic crs (EPSG:4314) to another geographic crs (EPSG:4258)
 void testProjectedToGeocentric()
          Test the forward/inverse transformation from a projected crs (EPSG:28992) to a geocentric crs (EPSG:4964)
 void testProjectedToGeographic()
          Test the forward/inverse transformation from a projected crs (EPSG:31467) to a geographic crs (EPSG:4258)
 void testProjectedToProjected()
          Test the forward/inverse transformation from a projected crs (EPSG:28992) to another projected crs (EPSG:25832)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderBasedAccuracyTest

public ProviderBasedAccuracyTest()
Method Detail

testCompoundToCompound

public void testCompoundToCompound()
                            throws TransformationException
Test the forward/inverse transformation from a compound_projected crs (EPSG:28992) to another compound_projected crs (EPSG:25832)

Throws:
TransformationException

testCompoundToGeographic

public void testCompoundToGeographic()
                              throws TransformationException
Test the transformation from a compound_projected crs (EPSG:28992_compound) to a geographic crs (EPSG:4258) coordinate system .

Throws:
TransformationException

testCompoundToGeocentric

public void testCompoundToGeocentric()
                              throws TransformationException
Test the forward/inverse transformation from a compound_projected crs (EPSG:31467) to a geocentric crs (EPSG:4964)

Throws:
TransformationException

testCompoundToProjected

public void testCompoundToProjected()
                             throws TransformationException
Test the forward/inverse transformation from a compound_geographic crs (EPSG:4326) to a projected crs (EPSG:31467)

Throws:
TransformationException

testProjectedToProjected

public void testProjectedToProjected()
                              throws TransformationException
Test the forward/inverse transformation from a projected crs (EPSG:28992) to another projected crs (EPSG:25832)

Throws:
TransformationException

testProjectedToGeographic

public void testProjectedToGeographic()
                               throws TransformationException
Test the forward/inverse transformation from a projected crs (EPSG:31467) to a geographic crs (EPSG:4258)

Throws:
TransformationException

testProjectedToGeocentric

public void testProjectedToGeocentric()
                               throws TransformationException
Test the forward/inverse transformation from a projected crs (EPSG:28992) to a geocentric crs (EPSG:4964)

Throws:
TransformationException

testGeographicToGeographic

public void testGeographicToGeographic()
                                throws TransformationException
Test the forward/inverse transformation from a geographic crs (EPSG:4314) to another geographic crs (EPSG:4258)

Throws:
TransformationException

testGeographicToGeographicNTv2

public void testGeographicToGeographicNTv2()
                                    throws TransformationException
Test the forward/inverse transformation from a geographic crs (EPSG:4314) to another geographic crs (EPSG:4258)

Throws:
TransformationException

testGeographicToGeocentric

public void testGeographicToGeocentric()
                                throws TransformationException
Test the forward/inverse transformation from a geographic crs (EPSG:4314) to a geocentric crs (EPSG:4964)

Throws:
TransformationException
TransformationException

testGeocentricToGeocentric

public void testGeocentricToGeocentric()
                                throws TransformationException
Test the forward/inverse transformation from a geocentric (dummy based on bessel) to another geocentric crs (EPSG:4964 based on etrs89)

Throws:
TransformationException


Copyright © 2011. All Rights Reserved.