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 ParameterValueGroupParameterValueGroup. addGroup(String name)Creates a new subgroup of the specified name, and adds it to the list of subgroups.GeneralParameterDescriptorParameterDescriptorGroup. descriptor(String name)Returns the parameter descriptor in this group for the specified identifier code.List<ParameterValueGroup>ParameterValueGroup. groups(String name)Returns all subgroups with the specified name.ParameterValue<?>ParameterValueGroup. parameter(String name)Returns the value in this group for the specified identifier code.
-