| org.geotools.referencing.operation.projection.SouthOrientedTest
SouthOrientedTest | final public class SouthOrientedTest extends TestCase (Code) | | Tests some south-oriented map projections.
version: $Id: SouthOrientedTest.java 24683 2007-03-06 06:02:15Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String args) Runs the tests with the textual test runner. | public static Test | suite() Uses reflection to dynamically create a test suite containing all
the
testXXX() methods - from the JUnit FAQ. | public void | testKrovak() Tests a Krovak projection with (SOUTH,WEST) axis. | public void | testTransverseMercator() Tests the Transverse Mercator South-Oriented case. |
SouthOrientedTest | public SouthOrientedTest(String name)(Code) | | Constructs a test 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) | | Uses reflection to dynamically create a test suite containing all
the
testXXX() methods - from the JUnit FAQ.
|
testKrovak | public void testKrovak() throws FactoryException(Code) | | Tests a Krovak projection with (SOUTH,WEST) axis.
|
testTransverseMercator | public void testTransverseMercator() throws FactoryException(Code) | | Tests the Transverse Mercator South-Oriented case.
|
|
|