| |
|
| org.geotools.referencing.factory.OrderedAxisAuthorityFactoryTest
OrderedAxisAuthorityFactoryTest | public class OrderedAxisAuthorityFactoryTest extends TestCase (Code) | | Tests the usage of
OrderedAxisAuthorityFactory with the help of the
EPSG database. Any EPSG plugin should fit. However, this test live in the
plugin/epsg-hsql module since the HSQL plugin is the only one which
is garantee to work on any machine running Maven.
version: $Id: OrderedAxisAuthorityFactoryTest.java 27848 2007-11-12 13:10:32Z desruisseaux $ author: Martin Desruisseaux author: Jody Garnett |
OrderedAxisAuthorityFactoryTest | public OrderedAxisAuthorityFactoryTest(String name)(Code) | | Constructs a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the suite from the command line. If
"-log" flag is specified on the
command-line, then the logger will be set to
Level.CONFIG . This is usefull
for tracking down which data source is actually used.
|
suite | public static Test suite()(Code) | | Returns the test suite.
|
testAxisReordering | public void testAxisReordering() throws FactoryException(Code) | | Tests the axis reordering.
|
testLongitudeFirst | public void testLongitudeFirst() throws FactoryException(Code) | | Tests the creation of EPSG:4326 CRS with different axis order.
|
|
|
|