Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor
-
Packages that use GeneralParameterDescriptor 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.referencing
package. -
-
Uses of GeneralParameterDescriptor in org.opengis.parameter
Subinterfaces of GeneralParameterDescriptor in org.opengis.parameter Modifier and Type Interface Description interface
ParameterDescriptor<T>
The definition of a parameter used by an operation method.interface
ParameterDescriptorGroup
The definition of a group of related parameters used by an operation method.Methods in org.opengis.parameter that return GeneralParameterDescriptor Modifier and Type Method Description GeneralParameterDescriptor
ParameterDescriptorGroup. descriptor(java.lang.String name)
Returns the parameter descriptor in this group for the specified identifier code.GeneralParameterDescriptor
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 GeneralParameterDescriptor Modifier and Type Method Description java.util.List<GeneralParameterDescriptor>
ParameterDescriptorGroup. descriptors()
Returns the parameters in this group. -
Uses of GeneralParameterDescriptor in org.opengis.test
Methods in org.opengis.test with parameters of type GeneralParameterDescriptor Modifier and Type Method Description 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 GeneralParameterDescriptor Modifier and Type Method Description void
ParameterValidator. dispatch(GeneralParameterDescriptor object)
Dispatches the given object to one ofvalidate
methods.
-