Uses of Interface
org.opengis.parameter.GeneralParameterValue
- 
Packages that use GeneralParameterValue Package Description org.opengis.parameter Description and storage of parameter values. - 
- 
Uses of GeneralParameterValue in org.opengis.parameter
Subinterfaces of GeneralParameterValue in org.opengis.parameter Modifier and Type Interface Description interfaceParameterValue<T>A single parameter value used by an operation method.interfaceParameterValueGroupA group of related parameter values.Methods in org.opengis.parameter that return GeneralParameterValue Modifier and Type Method Description GeneralParameterValueGeneralParameterValue. clone()Returns a copy of this parameter value or group.GeneralParameterValueGeneralParameterDescriptor. createValue()Creates a new instance of parameter value or group initialized with the default value(s).Methods in org.opengis.parameter that return types with arguments of type GeneralParameterValue Modifier and Type Method Description List<GeneralParameterValue>ParameterValueGroup. values()Returns all values in this group. 
 -