Uses of Class
org.geotools.parameter.Parameter
- 
Packages that use Parameter Package Description org.geotools.parameter Parameter implementation.
- 
- 
Uses of Parameter in org.geotools.parameterMethods in org.geotools.parameter that return Parameter Modifier and Type Method Description ParameterParameter. clone()Returns a clone of this parameter.static Parameter<Double>Parameter. create(String name, double value, Unit<?> unit)Constructs a parameter from the specified name and value.static Parameter<Integer>Parameter. create(String name, int value)Constructs a parameter from the specified name and value.static <T extends CodeList>
 Parameter<T>Parameter. create(String name, Class<T> type, T value)Constructs a parameter from the specified code list.
 
-