public class DryAirGasConstant extends GasConstant
Modifier | Constructor and Description |
---|---|
protected |
DryAirGasConstant(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getRealType()
Obtains the RealType associated with this class.
|
static visad.Real |
newReal()
Creates a Real from nothing.
|
getRealType, getRealType, realType
realTupleType, setRealTupleType
protected DryAirGasConstant(java.lang.String name) throws visad.VisADException
name
- The name for the 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.Real newReal() throws visad.VisADException
visad.VisADException
- Couldn't create necessary VisAD object.