VirtualRadar.Interface.StandingData Namespace |
Class | Description | |
---|---|---|
AircraftType |
Describes an aircraft type as read from ICAO8643
| |
Airline |
Describes an airline in the standing data files.
| |
Airport |
Describes an airport in the standing data files.
| |
CallsignRouteDetail |
A DTO that carries information about a callsign and its route for instances of
ICallsignRouteFetcher.
| |
CodeBlock |
The interface for objects that hold information about an assigned block
of ICAO24 codes.
| |
FlightNumber |
Describes a flight number in the data files.
| |
Route |
Describes a route stored or inferred from the standing data files.
|
Interface | Description | |
---|---|---|
IBackgroundDataDownloader |
The interface for the object that downloads updates to the data in the background
once a day (configuration permitting).
| |
IBackgroundDataDownloaderProvider |
The interface for objects that abstract away the environment for IBackgroundDataDownloader.
| |
ICallsignRouteFetcher |
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).
| |
IStandingDataManager |
The interface for objects that manage standing data for the server.
| |
IStandingDataManagerProvider |
The interface for objects that abstract away the environment for IStandingDataManager.
| |
IStandingDataUpdater |
The interface for objects that can update the standing data maintenance files.
| |
IStandingDataUpdaterProvider |
The interface for objects that can abstract away the environment for IStandingDataUpdater.
|
Enumeration | Description | |
---|---|---|
EnginePlacement |
An enumeration of the placement of the engines on the aircraft, if known.
| |
EngineType |
An enumeration of the type of aircraft engine in use on the aircraft.
| |
Species |
An enumeration of the different species of flying machine described by ICAO8643.
| |
WakeTurbulenceCategory |
An enumeration of the different wake turbulence categories as used in ICAO8643.
|
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.