Uses of Interface
org.opengis.parameter.ParameterDescriptor
Packages that use ParameterDescriptor
Package
Description
Metadata about the specific elements that a particular implementation supports.
Information to uniquely identify the data or service.
Description of the quality of geographic data.
Description and storage of parameter values.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ParameterDescriptor in org.opengis.filter.capability
Methods in org.opengis.filter.capability that return types with arguments of type ParameterDescriptorModifier and TypeMethodDescriptiondefault List
<? extends ParameterDescriptor<?>> AvailableFunction.getArguments()
Returns the list of arguments expected by the function. -
Uses of ParameterDescriptor in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type ParameterDescriptorModifier and TypeMethodDescriptiondefault Collection
<? extends ParameterDescriptor<?>> OperationMetadata.getParameters()
The parameters that are required for this interface. -
Uses of ParameterDescriptor in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return types with arguments of type ParameterDescriptorModifier and TypeMethodDescriptiondefault Collection
<? extends ParameterDescriptor<?>> Measure.getParameters()
Auxiliary variable(s) used by the data quality measure. -
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.