Uses of Class
org.apache.sis.parameter.ParameterValueList
Packages that use ParameterValueList
Package
Description
Descriptions and values of parameters used by a coordinate operation or a process.
-
Uses of ParameterValueList in org.apache.sis.parameter
Fields in org.apache.sis.parameter declared as ParameterValueListModifier and TypeFieldDescriptionprivate ParameterValueListDefaultParameterValueGroup.valuesContains the descriptor and the parameter values for this group.Methods in org.apache.sis.parameter with parameters of type ParameterValueListModifier and TypeMethodDescriptionprivate voidDefaultParameterValueGroup.setValues(org.opengis.parameter.GeneralParameterValue[] parameters, Map<org.opengis.parameter.GeneralParameterDescriptor, org.opengis.parameter.GeneralParameterDescriptor> replacements, ParameterValueList addTo) Appends all parameter values.Constructors in org.apache.sis.parameter with parameters of type ParameterValueListModifierConstructorDescription(package private)Constructs a parameter list initialized to a copy of the given one.