Click or drag to resize
ReportFlightJson Class
Describes the flight of an aircraft in a report.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteReportFlightJson

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

The ReportFlightJson type exposes the following members.

Constructors
  NameDescription
Public methodReportFlightJson
Initializes a new instance of the ReportFlightJson class
Top
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
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 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also