|
||||||||||
| 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.Temperature
ucar.visad.quantities.AirTemperature
ucar.visad.quantities.SaturationPointTemperature
public final class SaturationPointTemperature
Provides support for the quantity of saturation-point temperature. Saturation-point temperature is the temperature at which a parcel of air lifted dry-adiabatically will become saturated.
An instance of this class is immutable.
| Method Summary | |
|---|---|
static Data |
create(Data pressure,
Data temperature,
Data mixingRatio)
Creates a saturation-point temperature data object from data objects for pressure, temperature, and water-vapor mixing-ratio. |
protected static Real |
getDenomConst()
Returns the constant in the denominator. |
protected static Real |
getLogTCoeff()
Returns the coefficient of the log(temperature) term for this quantity. |
protected static Real |
getNumerator()
Returns the numerator associated with this quantity. |
protected static Real |
getP0()
Returns the reference pressure for this quantity. |
static RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class. |
static RealType |
getRealType()
Obtains the RealType associated with this class. |
protected static Real |
getT0()
Returns the reference temperature for this quantity. |
protected static Real |
getTempConst()
Returns the temperature constant. |
| 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.
protected static Real getNumerator()
throws VisADException
VisADException - if a core VisAD failure occurs.
protected static Real getLogTCoeff()
throws VisADException
VisADException - if a core VisAD failure occurs.
protected static Real getP0()
throws VisADException
VisADException - if a core VisAD failure occurs.
protected static Real getT0()
throws VisADException
VisADException - if a core VisAD failure occurs.
protected static Real getDenomConst()
throws VisADException
VisADException - if a core VisAD failure occurs.
protected static Real getTempConst()
throws VisADException
VisADException - if a core VisAD failure occurs.
public static Data create(Data pressure,
Data temperature,
Data mixingRatio)
throws TypeException,
VisADException,
RemoteException
pressure - The air pressure data object.temperature - The temperature data object.mixingRatio - The water-vapor mixing-ratio data object.
TypeException - An input argument has wrong type.
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 | |||||||||