| org.geotools.referencing.factory.epsg.OperationFactoryTest
OperationFactoryTest | public class OperationFactoryTest extends TestCase (Code) | | Tests the usage of
CoordinateOperationFactory 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: OperationFactoryTest.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 | testCreate() Tests the creation of an operation from EPSG:4230 to EPSG:4326. |
OperationFactoryTest | public OperationFactoryTest(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.
|
testCreate | public void testCreate() throws FactoryException(Code) | | Tests the creation of an operation from EPSG:4230 to EPSG:4326. They are the same
CRS than the one tested in
DefaultDataSourceTest.testTransformations .
|
|
|