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.geometrypackage.org.opengis.test.metadata Validators and test suites for theorg.opengis.metadatapackage.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage.org.opengis.test.util Validators and test suites for theorg.opengis.utilpackage. -
-
Uses of ValidatorContainer in org.opengis.test
Fields in org.opengis.test declared as ValidatorContainer Modifier and Type Field Description protected ValidatorContainerValidator. containerThe container of this validator.static ValidatorContainerValidators. DEFAULTThe default container to be used by all staticvalidatemethods.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.
-