protected static class AerologicalReadoutTable.PotentialTemperatureReadout extends AerologicalReadoutTable.PTDerivedReadout
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 |
---|
PotentialTemperatureReadout()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Real |
compute(visad.Real pressure,
visad.Real temperature)
Computes the derived quantity.
|
compute, getPressure, getTemperature, setPressure, setTemperature
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
public PotentialTemperatureReadout() throws visad.data.units.ParseException
visad.data.units.ParseException
- Bad internal unit specification.protected visad.Real compute(visad.Real pressure, visad.Real temperature) throws java.rmi.RemoteException, visad.VisADException
compute
in class AerologicalReadoutTable.PTDerivedReadout
pressure
- The pressure.temperature
- The temperature.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.