Uses of Interface
org.opengis.parameter.ParameterDescriptor
Packages that use ParameterDescriptor
Package
Description
Description and storage of parameter values.
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ParameterDescriptor in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterDescriptorModifier and TypeMethodDescriptionParameterValue.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 ParameterDescriptorModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ParameterDescriptor<?> object) Tests the conformance of the given object.static void
Validators.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 ParameterDescriptorModifier and TypeMethodDescription<T> void
ParameterValidator.validate
(ParameterDescriptor<T> object) Validates the given descriptor.