|
||||||||||
| 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.Density
ucar.visad.quantities.AirDensity
public final class AirDensity
Provides support for the quantity of atmospheric density.
| Method Summary | |
|---|---|
static Data |
create(Data pressure,
Data temperature)
Creates an AirDensity data object from data objects for Pressure, and temperature |
static Data |
create(Data pressure,
Data inSituAirTemperature,
Data dewPoint)
Creates an AirDensity data object from data objects for Pressure, InSituAirTemperature, and DewPoint. |
static FlatField |
create(FlatField inputField)
Creates an AirPressure -> AirDensity field from an Pressure -> (InSituAirTemperature, DewPoint) field. |
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 |
| 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 pressure,
Data inSituAirTemperature,
Data dewPoint)
throws TypeException,
UnimplementedException,
VisADException,
RemoteException
pressure - A Pressure data object.inSituAirTemperature - An InSituAirTemperature data object.dewPoint - A DewPoint data object.
TypeException - At least one argument has wrong type.
UnimplementedException - Necessary operation not yet implemented.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.VisADMath
public static Data create(Data pressure,
Data temperature)
throws TypeException,
UnimplementedException,
VisADException,
RemoteException
pressure - A Pressure data object.temperature - A temperature data object. If the in-situ
temperature is used, then the returned density
will be that for dry air; if the virtual
temperature is used, then the returned density
will be the actual density.
TypeException - At least one argument has wrong type.
UnimplementedException - Necessary operation not yet implemented.
VisADException - Couldn't create necessary VisAD object.
RemoteException - Java RMI failure.VisADMath
public static FlatField create(FlatField inputField)
throws TypeException,
UnimplementedException,
VisADException,
RemoteException
inputField - An Pressure -> (InSituAirTemperature,
DewPoint) field.
TypeException - At least one argument has wrong type.
UnimplementedException - Necessary operation not yet implemented.
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 | |||||||||