org.deegree.cs.projections.azimuthal
Class StereographicAlternativeTest

java.lang.Object
  extended by org.deegree.cs.projections.ProjectionBase
      extended by org.deegree.cs.projections.azimuthal.StereographicAlternativeTest

public class StereographicAlternativeTest
extends ProjectionBase

StereographicAlternativeTest test the accuracy of the stereographic alternative projection by checking against a reference point created with proj4.

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

Field Summary
 
Fields inherited from class org.deegree.cs.projections.ProjectionBase
axis_degree, datum_6258, ellipsoid_7019, geographic_4258, wgs_1188
 
Constructor Summary
StereographicAlternativeTest()
           
 
Method Summary
 void testAccuracy()
          reference point created with proj4 command : proj -f "%.8f" +proj=sterea +ellps=bessel +lon_0=5.38763888888889 +lat_0=52.15616055555555 +k=0.9999079 +x_0=155000 +y_0=463000.0 6.610765 53.235916 236655.91462443 583827.76880699
 void testConsistency()
          tests the consistency of the StereographicAlternative projection.
 
Methods inherited from class org.deegree.cs.projections.ProjectionBase
consistencyTest, doAccuracyTest, doForwardAndInverse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StereographicAlternativeTest

public StereographicAlternativeTest()
Method Detail

testAccuracy

public void testAccuracy()
                  throws IllegalArgumentException,
                         ProjectionException
reference point created with proj4 command : proj -f "%.8f" +proj=sterea +ellps=bessel +lon_0=5.38763888888889 +lat_0=52.15616055555555 +k=0.9999079 +x_0=155000 +y_0=463000.0 6.610765 53.235916 236655.91462443 583827.76880699

Throws:
IllegalArgumentException
ProjectionException

testConsistency

public void testConsistency()
tests the consistency of the StereographicAlternative projection.



Copyright © 2011. All Rights Reserved.