ucar.unidata.view.sounding
Class SkewTReadoutTable.LCLTemperatureReadout

java.lang.Object
  extended by ucar.unidata.view.sounding.RealReadout
      extended by ucar.unidata.view.sounding.SkewTReadoutTable.MyReadout
          extended by ucar.unidata.view.sounding.SkewTReadoutTable.PTRDerivedReadout
              extended by ucar.unidata.view.sounding.SkewTReadoutTable.LCLTemperatureReadout
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
SkewTReadoutTable

protected class SkewTReadoutTable.LCLTemperatureReadout
extends SkewTReadoutTable.PTRDerivedReadout

Provides support for LCL temperature readouts.


Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.unidata.view.sounding.RealReadout
RealReadout.FormatProperty, RealReadout.NameProperty, RealReadout.NumericValueProperty, RealReadout.UnitProperty
 
Field Summary
 
Fields inherited from class ucar.unidata.view.sounding.RealReadout
FORMAT, NAME, NUMERIC_STRING, REAL_UNIT, REALTYPE_NAME, REALTYPE_UNIT, SPECIFIED_NAME, SPECIFIED_UNIT, UNIT_STRING
 
Constructor Summary
SkewTReadoutTable.LCLTemperatureReadout()
          Constructs from nothing.
 
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.SkewTReadoutTable.PTRDerivedReadout
compute, getDewPoint, getPressure, getTemperature, setDewPoint, setPressure, setTemperature
 
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
 

Constructor Detail

SkewTReadoutTable.LCLTemperatureReadout

public SkewTReadoutTable.LCLTemperatureReadout()
                                        throws ParseException
Constructs from nothing.

Throws:
ParseException - Invalid internal unit specification.
Method Detail

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 SkewTReadoutTable.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.