Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor
Packages that use 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
Subinterfaces of GeneralParameterDescriptor in org.opengis.parameterModifier 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.Methods in org.opengis.parameter that return GeneralParameterDescriptorModifier 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.Methods in org.opengis.parameter that return types with arguments of type GeneralParameterDescriptorModifier and TypeMethodDescriptionParameterDescriptorGroup.descriptors()
Returns the parameters in this group. -
Uses of GeneralParameterDescriptor in org.opengis.test
Methods in org.opengis.test with parameters of type GeneralParameterDescriptorModifier 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
Methods in org.opengis.test.referencing with parameters of type GeneralParameterDescriptorModifier and TypeMethodDescriptionint
ParameterValidator.dispatch
(GeneralParameterDescriptor object) For each interface implemented by the given object, invokes the correspondingvalidate(…)
method defined in this class (if any).