|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.cs.transformations.TransformationAccuracy org.deegree.cs.transformations.TransformationAccuracyTest
public class TransformationAccuracyTest
A JUnit test class for testing the accuracy of various transformations, thus testing the functionality of the Transformation factory independent of any underlying configuration.
Field Summary |
---|
Constructor Summary | |
---|---|
TransformationAccuracyTest()
|
Method Summary | |
---|---|
void |
test2DTo2Dwith3rdCoordinate()
|
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 |
testCompoundToGeographicEqualOnEllips()
Test the transformation from a compound_projected crs (EPSG:28992_compound) to a geographic crs (EPSG:4258) coordinate system . |
void |
testCompoundToGeographicEqualOnEllipsNotOnAxis()
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 |
testGeographicLatLonToGeographic()
Test the forward/inverse transformation from a geographic crs (EPSG:4314) lat/lon to another geographic crs (EPSG:4258) lon/lat |
void |
testGeographicLatLonToGeographicLatLon()
Test the forward/inverse transformation from a geographic crs (EPSG:4314) lat/lon to another geographic crs (EPSG:4258) lat/lon |
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 |
testProjectedOnGeoLatLonToGeographic()
Test the forward/inverse transformation from a projected crs (EPSG:31467) based on a lat/lon geographic crs to a 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 |
testProjectedToGeographicLatLon()
Test the forward/inverse transformation from a projected crs (EPSG:31467) to a geographic crs (EPSG:4258) which has lat/lon axis |
void |
testProjectedToProjected()
Test the forward/inverse transformation from a projected crs (EPSG:28992) to another projected crs (EPSG:25832) |
void |
testProjectedToProjectedWithLatLonGeoAxis()
Test the forward/inverse transformation from a projected crs (EPSG:28992) to another projected crs (EPSG:25832) |
void |
testProjectedToProjectedWithYX()
Test the forward/inverse transformation from a projected crs (EPSG:28992) to another projected crs (EPSG:25832) |
void |
testProjectedWithYXToGeographic()
Test the forward/inverse transformation from a projected crs (EPSG:31467) with yx axis order to a geographic crs (EPSG:4258). |
void |
testSwitchXYEPSG7423()
|
Methods inherited from class org.deegree.cs.transformations.TransformationAccuracy |
---|
doForwardAndInverse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationAccuracyTest()
Method Detail |
---|
public void testCompoundToCompound() throws TransformationException
TransformationException
public void testCompoundToGeographic() throws TransformationException
TransformationException
public void testCompoundToGeographicEqualOnEllips() throws TransformationException
TransformationException
public void testCompoundToGeographicEqualOnEllipsNotOnAxis() throws TransformationException
TransformationException
public void testCompoundToGeocentric() throws TransformationException
TransformationException
public void testCompoundToProjected() throws TransformationException
TransformationException
public void testProjectedToProjected() throws TransformationException
TransformationException
public void testProjectedToProjectedWithLatLonGeoAxis() throws TransformationException
TransformationException
public void testProjectedToProjectedWithYX() throws TransformationException
TransformationException
public void testProjectedToGeographic() throws TransformationException
TransformationException
public void testProjectedWithYXToGeographic() throws TransformationException
TransformationException
public void testProjectedOnGeoLatLonToGeographic() throws TransformationException
TransformationException
public void testProjectedToGeographicLatLon() throws TransformationException
TransformationException
public void testProjectedToGeocentric() throws TransformationException
TransformationException
public void testGeographicToGeographic() throws TransformationException
TransformationException
public void testGeographicLatLonToGeographic() throws TransformationException
TransformationException
public void testGeographicLatLonToGeographicLatLon() throws TransformationException
TransformationException
public void testGeographicToGeocentric() throws TransformationException
TransformationException
TransformationException
public void testGeocentricToGeocentric() throws TransformationException
TransformationException
public void test2DTo2Dwith3rdCoordinate() throws TransformationException
TransformationException
public void testSwitchXYEPSG7423() throws IllegalArgumentException, TransformationException
IllegalArgumentException
TransformationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |