Uses of Class
org.opengis.parameter.ParameterNotFoundException
-
Packages that use ParameterNotFoundException Package Description org.opengis.parameter Description and storage of parameter values. -
-
Uses of ParameterNotFoundException in org.opengis.parameter
Methods in org.opengis.parameter that throw ParameterNotFoundException Modifier and Type Method Description ParameterValueGroup
ParameterValueGroup. addGroup(java.lang.String name)
Creates a new group of the specified name.GeneralParameterDescriptor
ParameterDescriptorGroup. descriptor(java.lang.String name)
Returns the parameter descriptor in this group for the specified identifier code.java.util.List<ParameterValueGroup>
ParameterValueGroup. groups(java.lang.String name)
Returns all subgroups with the specified name.ParameterValue<?>
ParameterValueGroup. parameter(java.lang.String name)
Returns the value in this group for the specified identifier code.
-