public final class SaturationPointPressure extends AirPressure
An instance of this class is immutable.
AirPressure.AirPressureCoordinateSystem, AirPressure.StandardAtmosphereCoordinateSystem
Modifier and Type | Method and Description |
---|---|
static visad.Data |
create(visad.Data pressure,
visad.Data temperature,
visad.Data saturationPointTemperature)
Creates a saturation-point pressure data object from data objects for
pressure, temperature, and saturation-point temperature.
|
protected static visad.Real |
getExponent()
Returns the exponent associated with this quantity.
|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getRealType()
Obtains the RealType associated with this class.
|
fromAltitude, getStandardAtmosphereCS, toAltitude
getRealType, getRealType, realType
realTupleType, setRealTupleType
public static visad.RealType getRealType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.RealTupleType getRealTupleType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.protected static visad.Real getExponent() throws visad.VisADException
visad.VisADException
- if a core VisAD failure occurs.public static visad.Data create(visad.Data pressure, visad.Data temperature, visad.Data saturationPointTemperature) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
pressure
- The air pressure data object.temperature
- The temperature data object.saturationPointTemperature
- The saturation-point temperature data object.visad.TypeException
- An input argument has wrong type.visad.VisADException
- Couldn't create necessary VisAD object.java.rmi.RemoteException
- Java RMI failure.