| AirPressure Class |
Namespace: VirtualRadar.Interface
The AirPressure type exposes the following members.
| Name | Description | |
|---|---|---|
| AirPressure | Initializes a new instance of the AirPressure class |
| Name | Description | |
|---|---|---|
| AgeSeconds |
Gets or sets the age of the observation in seconds (from when the
fetch occurred).
| |
| Latitude |
Gets or sets the latitude where the observation was made.
| |
| Longitude |
Gets or sets the longitude where the observation was made.
| |
| PressureInHg |
Gets or sets the air pressure in inches of mercury.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GeometricAltitudeToPressureAltitude(NullableInt32) |
Takes a geometric altitude and returns the pressure altitude for a given air pressure reading.
| |
| GeometricAltitudeToPressureAltitude(NullableInt32, Single) |
Takes a geometric altitude and air pressure reading and returns the pressure altitude for a given air pressure reading.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InHgToMillibars |
Converts pressure settings in inches of mercury to millibars.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MillibarsToInHg |
Converts pressure settings in millibars to inches of mercury.
| |
| ObservationTimeUtc |
Returns the time that the air pressure observation was made.
| |
| PressureAltitudeToGeometricAltitude(NullableInt32) |
Takes a pressure altitude and returns the geometric altitude.
| |
| PressureAltitudeToGeometricAltitude(NullableInt32, Single) |
Takes a pressure altitude and pressure setting, and returns the geometric altitude.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| OneMillibarToInHg |
The number of inches of mercury in one millibar.
| |
| StandardPressureInHg |
The standard air pressure value in inches of mercury.
|