public final class SaturationEquivalentPotentialTemperature extends EquivalentPotentialTemperature
An instance of this class is immutable.
Modifier and Type | Method and Description |
---|---|
static visad.Data |
create(visad.Data pressure,
visad.Data temperature)
Creates a saturation equivalent potential temperature data object.
|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getRealType()
Obtains the RealType associated with this class.
|
create
createAirTemperature, factor
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.public static visad.Data create(visad.Data pressure, visad.Data temperature) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
pressure
- The air pressure data object.temperature
- The 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.