org.deegree.cs.projections.conic
Class LambertConformalConicTest

java.lang.Object
  extended by org.deegree.cs.projections.ProjectionBase
      extended by 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 $

Field Summary
 
Fields inherited from class org.deegree.cs.projections.ProjectionBase
axis_degree, datum_6258, ellipsoid_7019, geographic_4258, wgs_1188
 
Constructor Summary
LambertConformalConicTest()
           
 
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 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

LambertConformalConicTest

public LambertConformalConicTest()
Method Detail

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.