Package org.opengis.test.referencing

Validators and test suites for the org.opengis.referencing package. The validator classes don't need to be used directly (use the static Validators methods instead), unless implementors want to alter the way referencing objects are validated.

This package provides a TransformTestCase base class with methods for testing MathTransform instances. The various TransformTestCase fields control different aspects of the test to be run, like the tolerance threshold for comparing ordinate values or whether math transform derivatives are supported. Implementors can extend this class in order to define their own tests.

The ObjectFactoryTest, AuthorityFactoryTest, ParameterizedTransformTest and other concrete classes can also be extended by implementors in order to inherit pre-defined test cases. Many of those test cases are derived from publications of authoritative sources like EPSG or national mapping agencies. By extending the test classes directly, implementors can control which factories are used and alter the way the tests are performed as documented in the above-cited TransformTestCase class.

Since:
2.2