Package ucar.unidata.view.sounding
Class SkewTReadoutTable.MixingRatioReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.SkewTReadoutTable.MyReadout
ucar.unidata.view.sounding.SkewTReadoutTable.PTDerivedReadout
ucar.unidata.view.sounding.SkewTReadoutTable.MixingRatioReadout
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
SkewTReadoutTable
protected static class SkewTReadoutTable.MixingRatioReadout
extends SkewTReadoutTable.PTDerivedReadout
Provides support for mixing ratio 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
ConstructorsConstructorDescriptionConstructs from nothing.MixingRatioReadout
(String name) Constructs from a name for the readout. -
Method Summary
Methods inherited from class ucar.unidata.view.sounding.SkewTReadoutTable.PTDerivedReadout
compute, getPressure, getTemperature, setPressure, setTemperature
Methods inherited from class ucar.unidata.view.sounding.RealReadout
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
-
Constructor Details
-
MixingRatioReadout
Constructs from nothing.- Throws:
ParseException
- Bad internal unit specification.
-
MixingRatioReadout
Constructs from a name for the readout.- Parameters:
name
- The name for the readout.- Throws:
ParseException
- Bad internal unit specification.
-
-
Method Details
-
compute
Computes the derived quantity.- Specified by:
compute
in classSkewTReadoutTable.PTDerivedReadout
- Parameters:
pressure
- The pressure.temperature
- The temperature.- Returns:
- The value of the derived quantity.
- Throws:
VisADException
- VisAD failure.RemoteException
- Java RMI failure.
-