ucar.unidata.view.sounding
Interface TemperatureCalculator

All Known Implementing Classes:
AerologicalDisplay.MyWetTemperatureCalculator, DefaultWetTemperatureCalculator, DryTemperatureCalculator, MixingRatioTemperatureCalculator

public interface TemperatureCalculator

Provides support for calculating the temperature associated with the next pressure of a parcel trajectory.

Version:
$Id: TemperatureCalculator.java,v 1.14 2005/05/13 18:33:39 jeffmc Exp $
Author:
Steven R. Emmerson

Method Summary
 Real nextTemperature(Real nextPressure)
          Returns the next temperature associated with the next, lower pressure of the parcel's trajectory.
 

Method Detail

nextTemperature

Real nextTemperature(Real nextPressure)
                     throws TypeException,
                            UnitException,
                            VisADException,
                            RemoteException
Returns the next temperature associated with the next, lower pressure of the parcel's trajectory.

Parameters:
nextPressure - The next pressure of the parcel's trajectory.
Returns:
The temperature corresponding to the pressure.
Throws:
TypeException - Something has the wrong type.
UnitException - Incompatible units.
VisADException - VisAD failure.
RemoteException - Java RMI failure.