Uses of Interface
org.opengis.parameter.GeneralParameterDescriptor
-
Packages that use GeneralParameterDescriptor Package Description org.opengis.parameter Description and storage of parameter values. -
-
Uses of GeneralParameterDescriptor in org.opengis.parameter
Subinterfaces of GeneralParameterDescriptor in org.opengis.parameter Modifier and Type Interface Description interfaceParameterDescriptor<T>The definition of a parameter used by an operation method.interfaceParameterDescriptorGroupThe 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 GeneralParameterDescriptorParameterDescriptorGroup. descriptor(String name)Returns the parameter descriptor in this group for the specified identifier code.GeneralParameterDescriptorGeneralParameterValue. 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 List<GeneralParameterDescriptor>ParameterDescriptorGroup. descriptors()Returns the parameters in this group.
-