Click or drag to resize
VirtualRadar.Interface.StandingData Namespace
The namespace for all of the interfaces and objects associated with handling the standing data files.
Classes
  ClassDescription
Public classAircraftType
Describes an aircraft type as read from ICAO8643
Public classAirline
Describes an airline in the standing data files.
Public classAirport
Describes an airport in the standing data files.
Public classCallsignRouteDetail
A DTO that carries information about a callsign and its route for instances of ICallsignRouteFetcher.
Public classCodeBlock
The interface for objects that hold information about an assigned block of ICAO24 codes.
Public classFlightNumber
Describes a flight number in the data files.
Public classRoute
Describes a route stored or inferred from the standing data files.
Interfaces
  InterfaceDescription
Public interfaceIBackgroundDataDownloader
The interface for the object that downloads updates to the data in the background once a day (configuration permitting).
Public interfaceIBackgroundDataDownloaderProvider
The interface for objects that abstract away the environment for IBackgroundDataDownloader.
Public interfaceICallsignRouteFetcher
The interface for a singleton object that manages the fetching of routes for callsigns across many aircraft lists (or potentially anything that needs to find callsigns from routes).
Public interfaceIStandingDataManager
The interface for objects that manage standing data for the server.
Public interfaceIStandingDataManagerProvider
The interface for objects that abstract away the environment for IStandingDataManager.
Public interfaceIStandingDataUpdater
The interface for objects that can update the standing data maintenance files.
Public interfaceIStandingDataUpdaterProvider
The interface for objects that can abstract away the environment for IStandingDataUpdater.
Enumerations
  EnumerationDescription
Public enumerationEnginePlacement
An enumeration of the placement of the engines on the aircraft, if known.
Public enumerationEngineType
An enumeration of the type of aircraft engine in use on the aircraft.
Public enumerationSpecies
An enumeration of the different species of flying machine described by ICAO8643.
Public enumerationWakeTurbulenceCategory
An enumeration of the different wake turbulence categories as used in ICAO8643.
Remarks

The standing data contains information about aircraft types, airport codes, airline codes and routes. The plugins would probably be most interested in the IStandingDataManager interface as this is the one that can perform lookups.