ucar.unidata.view.sounding
Class AerologicalReadoutTable.LCLTemperatureReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.MyReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.PTRDerivedReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.LCLTemperatureReadout
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- AerologicalReadoutTable
protected class AerologicalReadoutTable.LCLTemperatureReadout
- extends AerologicalReadoutTable.PTRDerivedReadout
Provides support for LCL temperature readouts.
|
Method Summary |
protected Real |
compute(Real pressure,
Real temperature,
Real dewPoint)
Computes the value of the derived quantity from pressure,
temperature, and dew-point. |
| 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.LCLTemperatureReadout
public AerologicalReadoutTable.LCLTemperatureReadout()
throws ParseException
- Constructs from nothing.
- Throws:
ParseException - Invalid internal unit specification.
compute
protected Real compute(Real pressure,
Real temperature,
Real dewPoint)
throws VisADException,
RemoteException
- Computes the value of the derived quantity from pressure,
temperature, and dew-point.
- Specified by:
compute in class AerologicalReadoutTable.PTRDerivedReadout
- Parameters:
pressure - The pressure.temperature - The temperature.dewPoint - The dew-point.
- Returns:
- The value of the derived quantity.
- Throws:
VisADException - VisAD failure.
RemoteException - Java RMI failure.