Click or drag to resize
AirPressure Class
An air pressure reading, as downloaded from the SDM site.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceAirPressure

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AirPressure

The AirPressure type exposes the following members.

Constructors
  NameDescription
Public methodAirPressure
Initializes a new instance of the AirPressure class
Top
Properties
  NameDescription
Public propertyAgeSeconds
Gets or sets the age of the observation in seconds (from when the fetch occurred).
Public propertyLatitude
Gets or sets the latitude where the observation was made.
Public propertyLongitude
Gets or sets the longitude where the observation was made.
Public propertyPressureInHg
Gets or sets the air pressure in inches of mercury.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGeometricAltitudeToPressureAltitude(NullableInt32)
Takes a geometric altitude and returns the pressure altitude for a given air pressure reading.
Public methodStatic memberGeometricAltitudeToPressureAltitude(NullableInt32, Single)
Takes a geometric altitude and air pressure reading and returns the pressure altitude for a given air pressure reading.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInHgToMillibars
Converts pressure settings in inches of mercury to millibars.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMillibarsToInHg
Converts pressure settings in millibars to inches of mercury.
Public methodObservationTimeUtc
Returns the time that the air pressure observation was made.
Public methodPressureAltitudeToGeometricAltitude(NullableInt32)
Takes a pressure altitude and returns the geometric altitude.
Public methodStatic memberPressureAltitudeToGeometricAltitude(NullableInt32, Single)
Takes a pressure altitude and pressure setting, and returns the geometric altitude.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberOneMillibarToInHg
The number of inches of mercury in one millibar.
Public fieldStatic memberStandardPressureInHg
The standard air pressure value in inches of mercury.
Top
See Also