Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor
Package
Description
Description and storage of parameter values.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of GeneralParameterDescriptor in org.opengis.parameter
Modifier and TypeInterfaceDescriptioninterface
The definition of a parameter used by an operation method.interface
The definition of a group of related parameters used by an operation method.Modifier and TypeMethodDescriptionParameterDescriptorGroup.descriptor
(String name) Returns the parameter descriptor in this group for the specified identifier code.GeneralParameterValue.getDescriptor()
Returns the abstract definition of this parameter or group of parameters.Modifier and TypeMethodDescriptionParameterDescriptorGroup.descriptors()
Returns the parameters in this group. -
Uses of GeneralParameterDescriptor in org.opengis.test
Modifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(GeneralParameterDescriptor object) Tests the conformance of the given object.static void
Validators.validate
(GeneralParameterDescriptor object) Tests the conformance of the given object. -
Uses of GeneralParameterDescriptor in org.opengis.test.referencing
Modifier and TypeMethodDescriptionint
ParameterValidator.dispatch
(GeneralParameterDescriptor object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).