public class EquivalentPotentialTemperature extends PotentialTemperature
An instance of this class is immutable.
Modifier | Constructor and Description |
---|---|
protected |
EquivalentPotentialTemperature(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
static visad.Data |
create(visad.Data pressure,
visad.Data temperature,
visad.Data mixingRatio)
Creates an 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
protected EquivalentPotentialTemperature(java.lang.String name) throws visad.VisADException
name
- The name for this quantity.visad.VisADException
- Couldn't create necessary VisAD object.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, visad.Data mixingRatio) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
pressure
- The air pressure data object.temperature
- The temperature data object.mixingRatio
- The water-vapor mixing-ratio data object.visad.TypeException
- An input argument has wrong type.visad.VisADException
- Couldn't create necessary VisAD object.java.rmi.RemoteException
- Java RMI failure.