Uses of Class
org.opengis.test.Validator
-
Packages that use Validator Package Description org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.geometry Validators and test suites for theorg.opengis.geometry
package.org.opengis.test.metadata Validators and test suites for theorg.opengis.metadata
package.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package.org.opengis.test.util Validators and test suites for theorg.opengis.util
package. -
-
Uses of Validator in org.opengis.test
Fields in org.opengis.test with type parameters of type Validator Modifier and Type Field Description java.util.List<Validator>
ValidatorContainer. all
An unmodifiable "live" list of all validators. -
Uses of Validator in org.opengis.test.geometry
Subclasses of Validator in org.opengis.test.geometry Modifier and Type Class Description class
GeometryValidator
ValidatesGeometry
and related objects from theorg.opengis.geometry
package. -
Uses of Validator in org.opengis.test.metadata
Subclasses of Validator in org.opengis.test.metadata Modifier and Type Class Description class
CitationValidator
ValidatesCitation
and related objects from theorg.opengis.metadata.citation
package.class
ExtentValidator
ValidatesExtent
and related objects from theorg.opengis.metadata.extent
package.class
MetadataValidator
Base class for validators oforg.opengis.metadata
package. -
Uses of Validator in org.opengis.test.referencing
Subclasses of Validator in org.opengis.test.referencing Modifier and Type Class Description class
CRSValidator
ValidatesCoordinateReferenceSystem
and related objects from theorg.opengis.referencing.crs
package.class
CSValidator
ValidatesCoordinateSystem
and related objects from theorg.opengis.referencing.cs
package.class
DatumValidator
ValidatesDatum
and related objects from theorg.opengis.datum
package.class
OperationValidator
ValidatesCoordinateOperation
and related objects from theorg.opengis.referencing.operation
package.class
ParameterValidator
ValidatesParameterValue
and related objects from theorg.opengis.parameter
package.class
ReferencingValidator
ValidatesIdentifiedObject
and related objects from theorg.opengis.referencing
package. -
Uses of Validator in org.opengis.test.util
Subclasses of Validator in org.opengis.test.util Modifier and Type Class Description class
NameValidator
ValidatesGenericName
and related objects from theorg.opengis.util
package.
-