Uses of Class
org.geotools.parameter.Parameter

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
<T extends CodeList>
Parameter<T>
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.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.