public class AirTemperature extends Temperature
Modifier | Constructor and Description |
---|---|
protected |
AirTemperature()
Constructs an instance.
|
protected |
AirTemperature(java.lang.String name)
Constructs an instance from a name.
|
protected |
AirTemperature(java.lang.String name,
visad.Unit unit)
Constructs an instance from a name and a default unit.
|
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.
|
getRealType, getRealType, realType
realTupleType, setRealTupleType
protected AirTemperature() throws visad.VisADException
visad.VisADException
- Couldn't create necessary VisAD object.protected AirTemperature(java.lang.String name) throws visad.VisADException
name
- The name of the quantity.visad.VisADException
- Couldn't create necessary VisAD object.protected AirTemperature(java.lang.String name, visad.Unit unit) throws visad.VisADException
name
- The name of the quantity.unit
- The default unit of 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.