public class AirPressure extends Pressure
Modifier and Type | Class and Description |
---|---|
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
|
Modifier | Constructor and Description |
---|---|
protected |
AirPressure(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
static visad.Data |
fromAltitude(visad.Data altitude)
Converts altitude to pressure.
|
static visad.RealTupleType |
getRealTupleType()
Obtains the RealTupleType associated with this class.
|
static visad.RealType |
getRealType()
Obtains the RealType associated with this class.
|
static AirPressure.AirPressureCoordinateSystem |
getStandardAtmosphereCS()
Returns a coordinate system transformation for the Standard Atmosphere.
|
static visad.Data |
toAltitude(visad.Data pressure)
Converts pressure to altitude.
|
getRealType, getRealType, realType
realTupleType, setRealTupleType
protected AirPressure(java.lang.String name) throws visad.VisADException
name
- The name for the quantity.visad.VisADException
- Couldn't create necessary VisAD object.public static AirPressure.AirPressureCoordinateSystem getStandardAtmosphereCS() throws visad.VisADException
visad.VisADException
- if a core VisAD failure occurs.public static visad.RealType getRealType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.RealTupleType getRealTupleType() throws visad.VisADException
visad.VisADException
- Couldn't perform necessary VisAD operation.public static visad.Data toAltitude(visad.Data pressure) throws visad.VisADException
pressure
- A pressure data object.visad.VisADException
- if a core VisAD failure occurs.public static visad.Data fromAltitude(visad.Data altitude) throws visad.VisADException
altitude
- A altitude data object.visad.VisADException
- if a core VisAD failure occurs.