public interface TemperatureCalculator
Modifier and Type | Method and Description |
---|---|
visad.Real |
nextTemperature(visad.Real nextPressure)
Returns the next temperature associated with the next, lower pressure
of the parcel's trajectory.
|
visad.Real nextTemperature(visad.Real nextPressure) throws visad.TypeException, visad.UnitException, visad.VisADException, java.rmi.RemoteException
nextPressure
- The next pressure of the parcel's trajectory.visad.TypeException
- Something has the wrong type.visad.UnitException
- Incompatible units.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.