AirborneVelocityMessage Class |
Namespace: VirtualRadar.Interface.Adsb
The AirborneVelocityMessage type exposes the following members.
Name | Description | |
---|---|---|
AirborneVelocityMessage | Initializes a new instance of the AirborneVelocityMessage class |
Name | Description | |
---|---|---|
Airspeed |
Gets or sets the aircraft's airspeed in knots.
| |
AirspeedExceeded |
Gets or sets a value indicating that the aircraft's airspeed is higher than the maximum value that ADS-B messages can carry.
| |
AirspeedIsTrueAirspeed |
Gets or sets a value indicating whether the Airspeed property indicates true airspeed or indicated airspeed.
| |
ChangeOfIntent |
Gets or sets a value indicating that the Intent Change flag in a velocity message was set.
| |
GeometricAltitudeDelta |
Gets or sets the difference between geometric and barometric altitude. Positive values indicate geometric altitude is above
barometric, negative values indicate geometric altitude is below barometric.
| |
GeometricAltitudeDeltaExceeded |
Gets or sets a value indicating that the difference between the geometric and barometric altitude sources exceeds the maximum
value that ADS-B can convey.
| |
Heading |
Gets or sets the aircraft's heading (not its ground track).
| |
HorizontalVelocityError |
Gets or sets the margin for error for the horizontal velocity values.
| |
VectorVelocity |
Gets or sets the velocity and bearing when expressed in an ADS-B message as a pair of speeds along the X/Y axes.
| |
VelocityType |
Gets or sets the type of velocity encoded within the message, specifically whether it is airspeed or ground speed.
| |
VerticalRate |
Gets or sets the vertical rate in feet per minute. Positive values indicate that the vehicle is ascending, negative values
indicate the vehicle is descending.
| |
VerticalRateExceeded |
Gets or sets a value indicating that the vertical rate exceeds the highest value that the ADS-B message can convey.
| |
VerticalRateIsBarometric |
Gets or sets a value indicating that the source for the vertical rate is barometric as opposed to geometric.
|
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns an English description of the message.
(Overrides ObjectToString.) |