Package org.opengis.test
package org.opengis.test
Base classes for validators and test suites for all GeoAPI objects. The
Validators
class provides static validate
methods that can be
used for validating existing instances of various kind. Those methods can be conveniently
imported in a test class with the following Java statement:
import static org.opengis.test.Validators.*;
No other validator class need to be considered, unless the validation process needs to be customized.
- Since:
- 2.2
- Version:
- 3.0
-
ClassesClassDescriptionAssertion methods to be used by GeoAPI tests.Base class of GeoAPI tests.Pre-defined constants for the units of measurement used by the conformance tests.Base class of all GeoAPI validators.A set of convenience methods for validating GeoAPI implementations.A set of convenience static methods for validating GeoAPI implementations.