ucar.unidata.view.sounding
Class AerologicalReadoutTable.WindDirectionReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.MyReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.WindDirectionReadout
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- AerologicalReadoutTable
protected static class AerologicalReadoutTable.WindDirectionReadout
- extends AerologicalReadoutTable.MyReadout
Provides support for wind direction readouts.
| Methods inherited from class ucar.unidata.view.sounding.RealReadout |
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AerologicalReadoutTable.WindDirectionReadout
public AerologicalReadoutTable.WindDirectionReadout()
throws ParseException
- Constructs from nothing.
- Throws:
ParseException - if the unit specification "hPa" couldn't be
parsed.
setWindDirection
public void setWindDirection(Real windDir)
- Sets the wind direction property.
- Parameters:
windDir - The new value.