org.deegree.cs.projections.azimuthal
Class StereographicTest
java.lang.Object
org.deegree.cs.projections.ProjectionBase
org.deegree.cs.projections.azimuthal.StereographicTest
public class StereographicTest
- extends ProjectionBase
StereographicAlternativeTest
test the stereographic azimuthal projection as it was defined by snyder.
- 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=stere +ellps=bessel +lon_0=5.38763888888889 +lat_0=52.15616055555555 +k=0.9999079 +x_0=155000 +y_0=463000.0
6.610765 53.235916
236660.95112449 583829.78324175
|
void |
testAccuracyNorthPole()
reference point created with proj4 command :
#<32661> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs <>
proj -f "%.8f" +init=epsg:32166
6.610765 53.235916
2486063.23 -2194020.02
|
void |
testAccuracySouthPole()
reference point created with proj4 command :
#<32761> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs <>
proj -f "%.8f" +init=epsg:32761
6.610765 53.235916
6354589.64 39573786.54
|
void |
testConsistency()
tests the consistency of the StereographicAlternative projection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StereographicTest
public StereographicTest()
testAccuracy
public void testAccuracy()
throws IllegalArgumentException,
ProjectionException
- reference point created with proj4 command :
proj -f "%.8f" +proj=stere +ellps=bessel +lon_0=5.38763888888889 +lat_0=52.15616055555555 +k=0.9999079 +x_0=155000 +y_0=463000.0
6.610765 53.235916
236660.95112449 583829.78324175
- Throws:
IllegalArgumentException
ProjectionException
testAccuracyNorthPole
public void testAccuracyNorthPole()
throws IllegalArgumentException,
ProjectionException
- reference point created with proj4 command :
#<32661> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs <>
proj -f "%.8f" +init=epsg:32166
6.610765 53.235916
2486063.23 -2194020.02
- Throws:
IllegalArgumentException
ProjectionException
testAccuracySouthPole
public void testAccuracySouthPole()
throws IllegalArgumentException,
ProjectionException
- reference point created with proj4 command :
#<32761> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +ellps=WGS84 +datum=WGS84 +units=m +no_defs <>
proj -f "%.8f" +init=epsg:32761
6.610765 53.235916
6354589.64 39573786.54
- Throws:
IllegalArgumentException
ProjectionException
testConsistency
public void testConsistency()
- tests the consistency of the
StereographicAlternative
projection.
Copyright © 2011. All Rights Reserved.