Uses of Interface
org.opengis.parameter.ParameterDescriptor
-
Packages that use ParameterDescriptor Package Description org.opengis.parameter Description and storage of parameter values.org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of ParameterDescriptor in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterDescriptor Modifier and Type Method Description ParameterDescriptor<T>ParameterValue. getDescriptor()Returns the abstract definition of this parameter value. -
Uses of ParameterDescriptor in org.opengis.test
Methods in org.opengis.test with parameters of type ParameterDescriptor Modifier and Type Method Description voidValidatorContainer. validate(ParameterDescriptor<?> object)Tests the conformance of the given object.static voidValidators. validate(ParameterDescriptor<?> object)Tests the conformance of the given object. -
Uses of ParameterDescriptor in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ParameterDescriptor Modifier and Type Method Description <T> voidParameterValidator. validate(ParameterDescriptor<T> object)Validates the given descriptor.
-