ucar.unidata.metdata
Class ValueFactory
java.lang.Object
ucar.unidata.metdata.ValueFactory
public class ValueFactory
- extends Object
A factory for creating Values.
- Version:
- $Revision: 1.7 $
- Author:
- Glenn Davis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueFactory
public ValueFactory()
- Default constructor
newValue
public static Value newValue(int vv,
String unitName)
- Create a new Value
- Parameters:
vv - data valueunitName - Unit name
- Returns:
- Value with unit and value