|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.cs.configuration.ProviderBasedAccuracyTest
public class ProviderBasedAccuracyTest
TransformationTest
a junit test class for testing the accuracy of various transformations.
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 |
---|
public ProviderBasedAccuracyTest()
Method Detail |
---|
public void testCompoundToCompound() throws TransformationException
TransformationException
public void testCompoundToGeographic() throws TransformationException
TransformationException
public void testCompoundToGeocentric() throws TransformationException
TransformationException
public void testCompoundToProjected() throws TransformationException
TransformationException
public void testProjectedToProjected() throws TransformationException
TransformationException
public void testProjectedToGeographic() throws TransformationException
TransformationException
public void testProjectedToGeocentric() throws TransformationException
TransformationException
public void testGeographicToGeographic() throws TransformationException
TransformationException
public void testGeographicToGeographicNTv2() throws TransformationException
TransformationException
public void testGeographicToGeocentric() throws TransformationException
TransformationException
TransformationException
public void testGeocentricToGeocentric() throws TransformationException
TransformationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |