| ReportFlightJson Class |
Namespace: VirtualRadar.Interface.WebSite
The ReportFlightJson type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportFlightJson | Initializes a new instance of the ReportFlightJson class |
| Name | Description | |
|---|---|---|
| AircraftIndex |
Gets or sets the index in the Aircraft list on either AircraftReportJson or FlightReportJson
of the ReportAircraftJson for the aircraft's that undertook the flight.
| |
| Callsign |
Gets or sets the callsign that the aircraft used during the flight.
| |
| EndTime |
Gets or sets the time that a transmission from the aircraft was last seen.
| |
| FirstAltitude |
Gets or sets the altitude that the aircraft was flying at when it was first seen.
| |
| FirstGroundSpeed |
Gets or sets the ground speed that the aircraft was travelling at when it was first seen.
| |
| FirstIsOnGround |
Gets or sets a value indicating whether the aircraft was on the ground when it was first seen.
| |
| FirstLatitude |
Gets or sets the latitude of the aircraft when it was first seen.
| |
| FirstLongitude |
Gets or sets the longitude of the aircraft when it was first seen.
| |
| FirstSquawk |
Gets or sets the squawk that the aircraft was transmitting when it was first seen.
| |
| FirstTrack |
Gets or sets the heading that the aircraft was flying over the ground when it was first seen.
| |
| FirstVerticalRate |
Gets or sets the rate of climb / descent that the aircraft was making when first seen.
| |
| HadAlert |
Gets or sets a value indicating that the aircraft changed its squawk during the flight.
| |
| HadEmergency |
Gets or sets a value indicating that the aircraft transmitted an emergency squawk code during the flight.
| |
| HadSpi |
Gets or sets a value indicating that the pilot pressed the IDENT button at some point during the flight.
| |
| LastAltitude |
Gets or sets the altitude that the aircraft was flying at when it was last seen.
| |
| LastGroundSpeed |
Gets or sets the ground speed that the aircraft was travelling at when it was last seen.
| |
| LastIsOnGround |
Gets or sets a value indicating whether the aircraft was on the ground when it was last seen.
| |
| LastLatitude |
Gets or sets the latitude of the aircraft when it was last seen.
| |
| LastLongitude |
Gets or sets the longitude of the aircraft when it was last seen.
| |
| LastSquawk |
Gets or sets the squawk that the aircraft was transmitting when it was last seen.
| |
| LastTrack |
Gets or sets the heading that the aircraft was flying over the ground when it was last seen.
| |
| LastVerticalRate |
Gets or sets the rate of climb / descent that the aircraft was making when last seen.
| |
| NumADSBMsgRec |
Gets or sets the total number of ADSB messages received over the course of the flight.
| |
| NumModeSMsgRec |
Gets or sets the total number of Mode-S messages received over the course of the flight.
| |
| NumPosMsgRec |
Gets or sets the total number of messages that contained position information received over the course of the flight.
| |
| RouteIndex |
Gets or sets the index in the Routes list on either AircraftReportJson or FlightReportJson
of the ReportRouteJson for the route that the aircraft flew.
| |
| RowNumber |
Gets or sets the position of the flight within the set of flights retrieved by the criteria.
| |
| StartTime |
Gets or sets the time that a transmission from the aircraft was first seen.
|
| 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 a string that represents the current object. (Inherited from Object.) |