Uses of Interface
ucar.unidata.metdata.Value

Packages that use Value
ucar.unidata.metdata Meteorological data classes. 
 

Uses of Value in ucar.unidata.metdata
 

Methods in ucar.unidata.metdata that return Value
 Value Ensemble.get(Quantity qq)
          Get the Value of a Quantity from the Ensemble
 Value Ensemble.get(String qstr)
          Get the Value from the Ensemble by Quantity name
 Value Metar.getAltimeterSetting()
          Get the Altimeter setting for this metar
 Value Metar.getCeiling()
          Get the ceiling value
 Value Metar.getDewPoint()
          Get the dewpoint value.
 Value Metar.getSkyCoverage()
          Get the sky coverage
 Value Metar.getTemperature()
          Get the temperature
 Value Metar.getVerticalVisibility()
          Get the vertical visibility value
 Value Metar.getWindDirection()
          Get the wind direction.
 Value Metar.getWindSpeed()
          Get the wind speed.
static Value ValueFactory.newValue(int vv, String unitName)
          Create a new Value
 Value Ensemble.put(Quantity qq, Value vv)
          Put a Quantity in the Ensemble
 Value Ensemble.put(String qstr, int vv, String uStr)
          Pust a Quantity into the Ensemble.
 

Methods in ucar.unidata.metdata with parameters of type Value
 boolean Quantity.isAssignable(Value value)
          See if a Value is assignable to this Quantity
 Value Ensemble.put(Quantity qq, Value vv)
          Put a Quantity in the Ensemble