| IAircraftSanityChecker Interface |
Namespace: VirtualRadar.Interface
The IAircraftSanityChecker type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckAltitude |
Checks the altitude for an aircraft.
| |
| CheckPosition |
Checks the position for an ICAO.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| FirstGoodAltitude |
Returns the first altitude that appears to be in line with the current altitude recorded
for the aircraft.
| |
| FirstGoodPosition |
Returns the first position that appears to be in line with the current position recorded
for the aircraft.
| |
| IsGoodAircraftIcao |
Returns true if the string represents a valid ICAO code.
| |
| ResetAircraft |
Resets the sanity checks for the aircraft passed across.
|