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