| org.geotools.geometry.jts.JTSTest
JTSTest | public class JTSTest extends TestCase (Code) | | Tests the
JTS implementation.
since: 2.2 version: $Id: JTSTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Jess Eichar author: Martin Desruisseaux |
NAD83_BC | final static String NAD83_BC(Code) | | A CRS for testing purpose.
|
UTM_ZONE_10N | final static String UTM_ZONE_10N(Code) | | A CRS for testing purpose.
|
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.
|
testCheckCoordinateRange | public void testCheckCoordinateRange() throws Exception(Code) | | |
testOrthodromicDistance | public void testOrthodromicDistance() throws Exception(Code) | | Tests the distance between points function
|
testTransformCoordinate | public void testTransformCoordinate() throws FactoryException, TransformException(Code) | | Tests the transformation of a single coordinate.
|
testTransformEnvelopeMathTransform | public void testTransformEnvelopeMathTransform() throws FactoryException, TransformException(Code) | | |
|
|