org.deegree.cs.projections.azimuthal
Class LambertAzimuthalTest

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

public class LambertAzimuthalTest
extends ProjectionBase

StereographicAlternativeTest test the lambert azimuthal equal area projection.

Version:
$Revision: 29594 $, $Date: 2011-02-09 15:56:20 +0100 (Wed, 09 Feb 2011) $
Author:
Rutger Bezema, last edited by: $Author: lbuesching $

Field Summary
 
Fields inherited from class org.deegree.cs.projections.ProjectionBase
axis_degree, datum_6258, ellipsoid_7019, geographic_4258, wgs_1188
 
Constructor Summary
LambertAzimuthalTest()
           
 
Method Summary
 void testAccuracy()
          reference point created with proj4 command : proj -f "%.8f" +proj=laea +ellps=GRS80 +lon_0=10 +lat_0=52 +k=1 +x_0=4321000 +y_0=3210000 6.610765 53.235916 4094775.23791324 3352810.22470640
 void testConsistency()
          tests the consistency of the LambertAzimuthalEqualArea 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

LambertAzimuthalTest

public LambertAzimuthalTest()
Method Detail

testAccuracy

public void testAccuracy()
                  throws ProjectionException
reference point created with proj4 command : proj -f "%.8f" +proj=laea +ellps=GRS80 +lon_0=10 +lat_0=52 +k=1 +x_0=4321000 +y_0=3210000 6.610765 53.235916 4094775.23791324 3352810.22470640

Throws:
ProjectionException

testConsistency

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



Copyright © 2011. All Rights Reserved.