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