Click or drag to resize
ReportFlightJson Properties

The ReportFlightJson type exposes the following members.

Properties
  NameDescription
Public propertyAircraftIndex
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.
Public propertyCallsign
Gets or sets the callsign that the aircraft used during the flight.
Public propertyEndTime
Gets or sets the time that a transmission from the aircraft was last seen.
Public propertyFirstAltitude
Gets or sets the altitude that the aircraft was flying at when it was first seen.
Public propertyFirstGroundSpeed
Gets or sets the ground speed that the aircraft was travelling at when it was first seen.
Public propertyFirstIsOnGround
Gets or sets a value indicating whether the aircraft was on the ground when it was first seen.
Public propertyFirstLatitude
Gets or sets the latitude of the aircraft when it was first seen.
Public propertyFirstLongitude
Gets or sets the longitude of the aircraft when it was first seen.
Public propertyFirstSquawk
Gets or sets the squawk that the aircraft was transmitting when it was first seen.
Public propertyFirstTrack
Gets or sets the heading that the aircraft was flying over the ground when it was first seen.
Public propertyFirstVerticalRate
Gets or sets the rate of climb / descent that the aircraft was making when first seen.
Public propertyHadAlert
Gets or sets a value indicating that the aircraft changed its squawk during the flight.
Public propertyHadEmergency
Gets or sets a value indicating that the aircraft transmitted an emergency squawk code during the flight.
Public propertyHadSpi
Gets or sets a value indicating that the pilot pressed the IDENT button at some point during the flight.
Public propertyLastAltitude
Gets or sets the altitude that the aircraft was flying at when it was last seen.
Public propertyLastGroundSpeed
Gets or sets the ground speed that the aircraft was travelling at when it was last seen.
Public propertyLastIsOnGround
Gets or sets a value indicating whether the aircraft was on the ground when it was last seen.
Public propertyLastLatitude
Gets or sets the latitude of the aircraft when it was last seen.
Public propertyLastLongitude
Gets or sets the longitude of the aircraft when it was last seen.
Public propertyLastSquawk
Gets or sets the squawk that the aircraft was transmitting when it was last seen.
Public propertyLastTrack
Gets or sets the heading that the aircraft was flying over the ground when it was last seen.
Public propertyLastVerticalRate
Gets or sets the rate of climb / descent that the aircraft was making when last seen.
Public propertyNumADSBMsgRec
Gets or sets the total number of ADSB messages received over the course of the flight.
Public propertyNumModeSMsgRec
Gets or sets the total number of Mode-S messages received over the course of the flight.
Public propertyNumPosMsgRec
Gets or sets the total number of messages that contained position information received over the course of the flight.
Public propertyRouteIndex
Gets or sets the index in the Routes list on either AircraftReportJson or FlightReportJson of the ReportRouteJson for the route that the aircraft flew.
Public propertyRowNumber
Gets or sets the position of the flight within the set of flights retrieved by the criteria.
Public propertyStartTime
Gets or sets the time that a transmission from the aircraft was first seen.
Top
See Also