[Missing <summary> documentation for "N:FlightPlan"]

Classes

  ClassDescription
Public classBasicScan
Implements a basic scan leg that covers a rectangular area.
Public classCondition
Implements a flight plan condition.
Public classContingency
A contingency action.
Public classContingencyList
Randomly accessed list of contingencies.
Public classDFLeg
Direct to a Fix (DF) leg class.
Public classEmergency
A contingency flight plan.
Public classEmergencyCollection
A collection of fixes.
Public classFix
A flight plan Fix.
Public classFixesCollection
A collection of fixes.
Public classFlightPlan
Flight plan root element. Stores and manages all data related to the flight plan.
Public classGPSCoords
Stores latitude and longitude information.
Public classHFLeg
Holding to a Fix leg class.
Public classIFLeg
Initial Fix (IF) leg class.
Public classIntersectionLeg
Intersection leg class.
Public classIRFLeg
Initial Ramp Fix (IRF) leg class.
Public classIterativeLeg
Iterative leg class.
Public classLALeg
Landing (LA) leg class.
Public classLeg
Base class for all leg types.
Public classLegHelper
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.
Public classLegsCollection
A collection of legs.
Public classLocale
Locale information used to make approppriate conversions when reading the XML flight plan.
Public classRFLeg
Radius to Fix (RF) leg class.
Public classRwyFix
Class derived from Fix used to store runway information.
Public classScanPoint
Implements an eight pattern which can be used to scan a specific point.
Public classStage
Represents a flight plan stage.
Public classStageList
Randomly accessed list of stages.
Public classTFLeg
Track to a Fix (TF) leg class.
Public classTOLeg
Take-off (TO) leg class.
Public classUpdater
Processes an XML string with changes to the flight plan. Updates the flight plan correspondingly.
Public classWaypoint
Stores a flight plan waypoint.
Public classXMLFPException
Exception raised when problems are encountered during parsing of the flight plan.
Public classXMLFPParser
Implements a parser of flight plans given in XML format.
Public classXMLFPWriter
Utility class to write a FlightPlan object to a xml file.
Public classXmlHelper
Static class containing utility methods to work with xml nodes.

Enumerations

  EnumerationDescription
Public enumerationGPSCoords..::..Direction
Directions for determining the quadrants the coordinates belong to.
Public enumerationLeg..::..TurnDir
Possible values for turn direction.
Public enumerationStage..::..Type
Stage types.