|
||||||||||
| 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.WaterVaporMixingRatio
ucar.visad.quantities.SaturationMixingRatio
public final class SaturationMixingRatio
Provides support for the quantity of saturation mixing-ratio. Instances are immutable.
| Nested Class Summary | |
|---|---|
protected static class |
SaturationMixingRatio.MyFunction
The SaturationMixingRatio(pressure, temperature) function. |
| Method Summary | |
|---|---|
static Data |
create(Data pressure,
Data temperature)
Creates a saturation water-vapor mixing-ratio data object from data objects for pressure and in-situ temperature. |
static Data |
createTemperature(Data pressure,
Data rSat)
Creates an AirTemperature data object from data objects of pressure and saturation mixing-ratio. |
static RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class. |
static RealType |
getRealType()
Obtains the RealType associated with this class. |
static Function |
newFunction()
Returns a SaturationMixingRatio(pressure, temperature) function. |
| Methods inherited from class ucar.visad.quantities.WaterVaporMixingRatio |
|---|
getGasConstantRatio |
| 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 |
| 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 createTemperature(Data pressure,
Data rSat)
throws TypeException,
UnitException,
VisADException,
RemoteException
pressure - The air pressure data object.rSat - The saturation mixing-ratio data object.
TypeException - At least one argument has incorrect type.
UnitException - Inappropriate unit argument.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.VisADMath
public static Data create(Data pressure,
Data temperature)
throws TypeException,
UnitException,
UnimplementedException,
VisADException,
RemoteException
pressure - The pressure data object.temperature - The in-situ temperature data object.
TypeException - At least one argument has incorrect type.
UnitException - Unit convertion failure.
UnimplementedException - Necessary operation not yet implemented.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.VisADMathpublic static Function newFunction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||