[Missing <summary> documentation for "N:FlightPlan"]
Classes
Class | Description | |
---|---|---|
![]() | BasicScan |
Implements a basic scan leg that covers a rectangular area.
|
![]() | Condition |
Implements a flight plan condition.
|
![]() | Contingency |
A contingency action.
|
![]() | ContingencyList |
Randomly accessed list of contingencies.
|
![]() | DFLeg |
Direct to a Fix (DF) leg class.
|
![]() | Emergency |
A contingency flight plan.
|
![]() | EmergencyCollection |
A collection of fixes.
|
![]() | Fix |
A flight plan Fix.
|
![]() | FixesCollection |
A collection of fixes.
|
![]() | FlightPlan |
Flight plan root element.
Stores and manages all data related to the flight plan.
|
![]() | GPSCoords |
Stores latitude and longitude information.
|
![]() | HFLeg |
Holding to a Fix leg class.
|
![]() | IFLeg |
Initial Fix (IF) leg class.
|
![]() | IntersectionLeg |
Intersection leg class.
|
![]() | IRFLeg |
Initial Ramp Fix (IRF) leg class.
|
![]() | IterativeLeg |
Iterative leg class.
|
![]() | LALeg |
Landing (LA) leg class.
|
![]() | Leg |
Base class for all leg types.
|
![]() | LegHelper |
This class provides a temporary repository to store leg related
data. It also helps to validate it before creating and initializing
a new leg instance.
|
![]() | LegsCollection |
A collection of legs.
|
![]() | Locale |
Locale information used to make approppriate conversions when reading
the XML flight plan.
|
![]() | RFLeg |
Radius to Fix (RF) leg class.
|
![]() | RwyFix |
Class derived from Fix used to store runway information.
|
![]() | ScanPoint |
Implements an eight pattern which can be used to scan a specific point.
|
![]() | Stage |
Represents a flight plan stage.
|
![]() | StageList |
Randomly accessed list of stages.
|
![]() | TFLeg |
Track to a Fix (TF) leg class.
|
![]() | TOLeg |
Take-off (TO) leg class.
|
![]() | Updater |
Processes an XML string with changes to the flight plan.
Updates the flight plan correspondingly.
|
![]() | Waypoint |
Stores a flight plan waypoint.
|
![]() | XMLFPException |
Exception raised when problems are encountered during parsing of the flight plan.
|
![]() | XMLFPParser |
Implements a parser of flight plans given in XML format.
|
![]() | XMLFPWriter |
Utility class to write a FlightPlan object to a xml file.
|
![]() | XmlHelper |
Static class containing utility methods to work with xml nodes.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | GPSCoords..::..Direction |
Directions for determining the quadrants the coordinates belong to.
|
![]() | Leg..::..TurnDir |
Possible values for turn direction.
|
![]() | Stage..::..Type |
Stage types.
|