org.deegree.cs.projections.azimuthal
Class StereographicAlternativeTest
java.lang.Object
org.deegree.cs.projections.ProjectionBase
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 $
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StereographicAlternativeTest
public StereographicAlternativeTest()
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.