| org.geotools.referencing.operation.transform.GeocentricTranslationTest
GeocentricTranslationTest | final public class GeocentricTranslationTest extends TestCase (Code) | | Tests the
GeocentricTranslation class.
version: $Id: GeocentricTranslationTest.java 25050 2007-04-06 00:41:49Z jgarnett $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String args) Runs the tests with the textual test runner. | public static Test | suite() Returns the test suite. | public void | testFrameRotation() Test case using example from EPSG Guidance Note number 7 part 2 (May 2005),
section 2.4.3.2.2. | public void | testGeotoolsExtensions() Tests the creation with geocentric transforms. | public void | testSevenParam() Test case using example from EPSG Guidance Note number 7 part 2 (May 2005),
section 2.4.3.2.1. | public void | testTranslation() Test case using example from EPSG Guidance Note number 7 part 2 (May 2005),
section 2.4.3.1. |
GeocentricTranslationTest | public GeocentricTranslationTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String args)(Code) | | Runs the tests with the textual test runner.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testFrameRotation | public void testFrameRotation() throws FactoryException, TransformException(Code) | | Test case using example from EPSG Guidance Note number 7 part 2 (May 2005),
section 2.4.3.2.2.
|
testGeotoolsExtensions | public void testGeotoolsExtensions() throws FactoryException, TransformException(Code) | | Tests the creation with geocentric transforms.
Note: the expected values here are approximatives since we didn't used
an external source of test points for this test.
|
testSevenParam | public void testSevenParam() throws FactoryException, TransformException(Code) | | Test case using example from EPSG Guidance Note number 7 part 2 (May 2005),
section 2.4.3.2.1.
|
testTranslation | public void testTranslation() throws FactoryException, TransformException(Code) | | Test case using example from EPSG Guidance Note number 7 part 2 (May 2005),
section 2.4.3.1.
|
|
|