protected class SkewTReadoutTable.LCLPressureReadout extends SkewTReadoutTable.PTRDerivedReadout
RealReadout.FormatProperty, RealReadout.NameProperty, RealReadout.NumericValueProperty, RealReadout.UnitProperty
FORMAT, NAME, NUMERIC_STRING, REAL_UNIT, REALTYPE_NAME, REALTYPE_UNIT, SPECIFIED_NAME, SPECIFIED_UNIT, UNIT_STRING
Constructor and Description |
---|
LCLPressureReadout()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Real |
compute(visad.Real pressure,
visad.Real temperature,
visad.Real dewPoint)
Computes the value of the derived quantity from pressure,
temperature, and dew-point.
|
compute, getDewPoint, getPressure, getTemperature, setDewPoint, setPressure, setTemperature
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
public LCLPressureReadout() throws visad.data.units.ParseException
visad.data.units.ParseException
- Invalid internal unit specification.protected visad.Real compute(visad.Real pressure, visad.Real temperature, visad.Real dewPoint) throws visad.VisADException, java.rmi.RemoteException
compute
in class SkewTReadoutTable.PTRDerivedReadout
pressure
- The pressure.temperature
- The temperature.dewPoint
- The dew-point.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.