| org.geotools.geometry.jts.CoordinateSequenceTransformerTest
CoordinateSequenceTransformerTest | public class CoordinateSequenceTransformerTest extends TestCase (Code) | | Tests the
DefaultCoordinateSequenceTransformer implementation.
since: 2.2 version: $Id: CoordinateSequenceTransformerTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ 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 | testTransform() Compares the current implementation with a simplier one. |
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.
|
testTransform | public void testTransform() throws FactoryException, TransformException(Code) | | Compares the current implementation with a simplier one.
|
|
|