The FlightPlan type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FlightPlan |
Flight Plan constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Check |
Checks the flight plan. To be called once the whole flight plan has been read.
|
![]() | DeepCopy |
Enables flight plan cloning
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados. (Inherited from Object.) |
![]() | FindCondition |
Returns the list of legs in the flight plan which depend on the given condition.
|
![]() | FindLeg |
Returns the leg with id legId. null if not found.
|
![]() | FindStage |
Returns the stage with id stageId. null if not found
|
![]() | GetAllWayPoints | |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetInitialLeg |
Returns the initial leg of the flight plan.
|
![]() | GetNextToFinal |
Returns the next leg of a final leg of a given stage.
|
![]() | GetPrevToInitial |
Returns the previous leg of an initial leg of a given stage.
|
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | GetXmlElement |
Gets the xml representation for this FlightPlan.
|
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | ToString |
A string that represents the current object.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | description |
Description of the flight plan.
|
![]() | id |
Flight plan id.
|
![]() | name |
Name of the flight plan.
|
![]() | type |
Properties
Name | Description | |
---|---|---|
![]() | Emergencies |
Collection of emergency flight plans
|
![]() | Fixes |
Collection of flight plan fixes
|
![]() | LocaleInfo |
Locale info (used to interpret values in the XML document)
|
![]() | stages | |
![]() | Type |
Type of flight plan: STD, CONT, REACT
|