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