org.deegree.cs.projections.conic
Class LambertConformalConicTest
java.lang.Object
org.deegree.cs.projections.ProjectionBase
org.deegree.cs.projections.conic.LambertConformalConicTest
public class LambertConformalConicTest
- extends ProjectionBase
StereographicAlternativeTest
test the lambert conformal conic projection
- 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=lcc +ellps=GRS80 +lon_0=-77 +lat_0=37.66666666665 +k=1 +x_0=400000 +y_0=0 +lat_1=39.45 +lat_2=38.3
6.610765 53.235916
5402441.35292079 4213918.86230420
|
void |
testConsistency()
tests the consistency of the LambertConformalConic projection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LambertConformalConicTest
public LambertConformalConicTest()
testAccuracy
public void testAccuracy()
throws ProjectionException
- reference point created with proj4 command :
proj -f "%.8f" +proj=lcc +ellps=GRS80 +lon_0=-77 +lat_0=37.66666666665 +k=1 +x_0=400000 +y_0=0 +lat_1=39.45 +lat_2=38.3
6.610765 53.235916
5402441.35292079 4213918.86230420
- Throws:
ProjectionException
testConsistency
public void testConsistency()
- tests the consistency of the
LambertConformalConic
projection.
Copyright © 2011. All Rights Reserved.