Uses of Class
org.opengis.test.ValidatorContainer
-
Packages that use ValidatorContainer 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 ValidatorContainer in org.opengis.test
Fields in org.opengis.test declared as ValidatorContainer Modifier and Type Field Description protected ValidatorContainer
Validator. container
The container of this validator.static ValidatorContainer
Validators. DEFAULT
The default container to be used by all staticvalidate
methods.Constructors in org.opengis.test with parameters of type ValidatorContainer Constructor Description Validator(ValidatorContainer container, java.lang.String packageName)
Creates a new validator instance. -
Uses of ValidatorContainer in org.opengis.test.geometry
Constructors in org.opengis.test.geometry with parameters of type ValidatorContainer Constructor Description GeometryValidator(ValidatorContainer container)
Creates a new validator. -
Uses of ValidatorContainer in org.opengis.test.metadata
Constructors in org.opengis.test.metadata with parameters of type ValidatorContainer Constructor Description CitationValidator(ValidatorContainer container)
Creates a new validator.ExtentValidator(ValidatorContainer container)
Creates a new validator.MetadataValidator(ValidatorContainer container, java.lang.String packageName)
Creates a new validator instance. -
Uses of ValidatorContainer in org.opengis.test.referencing
Constructors in org.opengis.test.referencing with parameters of type ValidatorContainer Constructor Description CRSValidator(ValidatorContainer container)
Creates a new validator.CSValidator(ValidatorContainer container)
Creates a new validator.DatumValidator(ValidatorContainer container)
Creates a new validator.OperationValidator(ValidatorContainer container)
Creates a new validator.ParameterValidator(ValidatorContainer container)
Creates a new validator.ReferencingValidator(ValidatorContainer container, java.lang.String packageName)
Creates a new validator. -
Uses of ValidatorContainer in org.opengis.test.util
Constructors in org.opengis.test.util with parameters of type ValidatorContainer Constructor Description NameValidator(ValidatorContainer container)
Creates a new validator.
-