Uses of Interface
org.opengis.parameter.ParameterValue
-
Packages that use ParameterValue Package Description org.opengis.parameter Description and storage of parameter values. -
-
Uses of ParameterValue in org.opengis.parameter
Methods in org.opengis.parameter that return ParameterValue Modifier and Type Method Description ParameterValue<T>ParameterValue. clone()Returns a copy of this parameter value.ParameterValue<T>ParameterDescriptor. createValue()Creates a new instance of parameter value initialized with the default value.ParameterValue<?>ParameterValueGroup. parameter(String name)Returns the value in this group for the specified identifier code.
-