Click or drag to resize
AircraftComparerColumn Class
A list of column names that can be used with the IAircraftComparer. These names are sent to the server from Javascript on the browser, if you change these then you must also change the Javascript.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceAircraftComparerColumn

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

The AircraftComparerColumn type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAltitude
The altitude that the aircraft is flying at.
Public fieldStatic memberCallsign
The callsign the aircraft is flying under.
Public fieldStatic memberDestination
The airport that the aircraft is flying to.
Public fieldStatic memberDistanceFromHere
The distance from the browser to the aircraft.
Public fieldStatic memberFirstSeen
The time the aircraft was first seen by the server.
Public fieldStatic memberFlightsCount
The number of flights recorded for the aircraft in the BaseStation database.
Public fieldStatic memberGroundSpeed
The aircraft's ground speed.
Public fieldStatic memberIcao24
The aircraft's unique ICAO24 identifier.
Public fieldStatic memberIcao24Country
The country that the aircraft's ICAO24 code is allocated to.
Public fieldStatic memberModel
The manufacturer and model of the aircraft.
Public fieldStatic memberNumberOfEngines
The number of engines on the aircraft (note that 'C' is a valid number of engines).
Public fieldStatic memberOperator
The company or individual operating the aircraft.
Public fieldStatic memberOperatorIcao
The ICAO code of the company operating the aircraft.
Public fieldStatic memberOrigin
The airport where the aircraft began its flight.
Public fieldStatic memberRegistration
The aircraft's registration.
Public fieldStatic memberSpecies
An indication of the type of vehicle, e.g. helicopter, landplane etc.
Public fieldStatic memberSquawk
The squawk code assigned to the aircraft by ATC.
Public fieldStatic memberType
The ICAO8643 type code of the aircraft model.
Public fieldStatic memberVerticalRate
The aircraft's rate of ascent or descent.
Public fieldStatic memberWakeTurbulenceCategory
The ATC wake turbulence category for the aircraft.
Top
See Also