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