final public class ScriptTest extends TestCase (Code)
Run a test scripts. Scripts include a test suite provided by OpenGIS.
Each script contains a list of source and target coordinates reference systems (in WKT),
source coordinate points and expected coordinate points after the transformation from
source CRS to target CRS.
This is probably the most important test case for the whole CRS module.
version: $Id: ScriptTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Yann Cézard author: Remi Eve author: Martin Desruisseaux
Constructor Summary
public
ScriptTest(String name) Constructs a test case with the given name.
Method Summary
public static void
main(String[] args) Run all tests from the command line.
Run "Molodensky.txt".
throws: IOException - If ScriptTest.MT_MOLODENSKY_SCRIPT can't be read. throws: FactoryException - if a line can't be parsed. throws: TransformException - if the transformation can't be run.