| org.geotools.referencing.operation.Transform3DTest
Transform3DTest | final public class Transform3DTest extends TestCase (Code) | | Tests of the
createProjectedCRS(...) setting up the CRS with a 3D cartesian output for
one test, and using a 2D + vertical CRS compound for the second test. This test constructs most
objects using GeoAPI only (except for a few helper classes).
version: $Id: Transform3DTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Justin Couch author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run the suite from the command line. | public static Test | suite() Returns the test suite. | public void | testProjectedToGeocentric() Tests a 3D projected to geocentric transform. |
Transform3DTest | public Transform3DTest(String testName)(Code) | | Construct a test case.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testProjectedToGeocentric | public void testProjectedToGeocentric() throws FactoryException, TransformException(Code) | | Tests a 3D projected to geocentric transform.
|
|
|