|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.quantities.Quantity
ucar.visad.quantities.ScalarQuantity
ucar.visad.quantities.RelativeHumidity
public class RelativeHumidity
Provides support for the quantity of saturation mixing-ratio. Instances are immutable.
| Constructor Summary | |
|---|---|
protected |
RelativeHumidity(String name)
Constructs from a name. |
| Method Summary | |
|---|---|
static Data |
create(Data mixingRatio,
Data pressure,
Data temperature)
Creates a water-vapor mixing-ratio data object from data objects for pressure and temperature. |
static RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class. |
static RealType |
getRealType()
Obtains the RealType associated with this class. |
| Methods inherited from class ucar.visad.quantities.ScalarQuantity |
|---|
getRealType, getRealType, realType |
| Methods inherited from class ucar.visad.quantities.Quantity |
|---|
realTupleType, setRealTupleType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected RelativeHumidity(String name)
throws VisADException
name - The name for the instance.
VisADException - Couldn't create necessary VisAD object.| Method Detail |
|---|
public static RealType getRealType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static RealTupleType getRealTupleType()
throws VisADException
VisADException - Couldn't perform necessary VisAD operation.
public static Data create(Data mixingRatio,
Data pressure,
Data temperature)
throws TypeException,
VisADException,
UnitException,
RemoteException
mixingRatio - The mixing ratiopressure - The pressure data object.temperature - The temperature data object. If the in-situ
temperature is used, then the returned object is
the saturation mixing ratio. If the dew-point
temperature is used, then the returned object is
the actual mixing-ratio.
temperature.
TypeException - At least one argument has incorrect type.
UnitException - Unit conversion failure.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||