org.deegree.cs.projections.cylindric
Class TransverseMercatorTest

java.lang.Object
  extended by org.deegree.cs.projections.ProjectionBase
      extended by org.deegree.cs.projections.cylindric.TransverseMercatorTest

public class TransverseMercatorTest
extends ProjectionBase

StereographicAlternativeTest tests the transverse mercator 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
TransverseMercatorTest()
           
 
Method Summary
 void testAccuracy()
          reference point created with proj4 command : proj -f "%.5f" +proj=tmerc +ellps=GRS80 +lon_0=9 +lat_0=0 +k=0.9996 +x_0=500000 6.610765 53.235916 340545.99617007 5901178.79904923
 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

TransverseMercatorTest

public TransverseMercatorTest()
Method Detail

testAccuracy

public void testAccuracy()
                  throws ProjectionException
reference point created with proj4 command : proj -f "%.5f" +proj=tmerc +ellps=GRS80 +lon_0=9 +lat_0=0 +k=0.9996 +x_0=500000 6.610765 53.235916 340545.99617007 5901178.79904923

Throws:
ProjectionException

testConsistency

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



Copyright © 2011. All Rights Reserved.