|
||||||||||
| 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.Pressure
ucar.visad.quantities.AirPressure
public class AirPressure
Provides support for the quantity of air pressure.
| Nested Class Summary | |
|---|---|
static class |
AirPressure.AirPressureCoordinateSystem
Provides support for a Pressure <-> Altitude coordinate system transformation. |
static class |
AirPressure.StandardAtmosphereCoordinateSystem
The class for the standard atmosphere converion from altitude to pressure |
| Constructor Summary | |
|---|---|
protected |
AirPressure(String name)
Constructs from a name. |
| Method Summary | |
|---|---|
static Data |
fromAltitude(Data altitude)
Converts altitude to pressure. |
static RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class. |
static RealType |
getRealType()
Obtains the RealType associated with this class. |
static AirPressure.AirPressureCoordinateSystem |
getStandardAtmosphereCS()
Returns a coordinate system transformation for the Standard Atmosphere. |
static Data |
toAltitude(Data pressure)
Converts pressure to altitude. |
| 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 AirPressure(String name)
throws VisADException
name - The name for the quantity.
VisADException - Couldn't create necessary VisAD object.| Method Detail |
|---|
public static AirPressure.AirPressureCoordinateSystem getStandardAtmosphereCS()
throws VisADException
VisADException - if a core VisAD failure occurs.
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 toAltitude(Data pressure)
throws VisADException
pressure - A pressure data object.
VisADException - if a core VisAD failure occurs.
public static Data fromAltitude(Data altitude)
throws VisADException
altitude - A altitude data object.
VisADException - if a core VisAD failure occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||