|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameter | |
---|---|
org.geotools.parameter | Parameter implementation. |
Uses of Parameter in org.geotools.parameter |
---|
Methods in org.geotools.parameter that return Parameter | ||
---|---|---|
Parameter |
Parameter.clone()
Returns a clone of this parameter. |
|
static
|
Parameter.create(String name,
Class<T> type,
T value)
Constructs a parameter from the specified code list. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |