Package | Description |
---|---|
ucar.unidata.metdata |
Meteorological data classes.
|
Modifier and Type | Method and Description |
---|---|
Value |
Ensemble.get(Quantity qq)
Get the Value of a
Quantity from the Ensemble |
Value |
Ensemble.get(java.lang.String qstr)
|
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,
java.lang.String unitName)
Create a new Value
|
Value |
Ensemble.put(Quantity qq,
Value vv)
Put a
Quantity in the Ensemble |
Value |
Ensemble.put(java.lang.String qstr,
int vv,
java.lang.String uStr)
Pust a
Quantity into the Ensemble. |
Modifier and Type | Method and Description |
---|---|
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 |