Interface ParameterValueGroup

All Superinterfaces:
GeneralParameterValue

@UML(identifier="ParameterValueGroup", specification=ISO_19111) public interface ParameterValueGroup extends GeneralParameterValue
A group of related parameter values. The same group can be repeated more than once in an coordinate operation or higher level ParameterValueGroup, if those instances contain different values of one or more ParameterValues which suitably distinguish among those groups.

The methods adapted from the ISO 19111 standard are getDescriptor() and values(). Other methods (except clone()) are convenience methods:

Design note:

There is no parameters(String) method returning a list of parameter values because the ISO 19111 standard fixes the ParameterValue maximum occurrence to 1.
Since:
1.0
See Also: