The Leg type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Leg |
Creates a leg object.
|
Methods
Name | Description | |
---|---|---|
![]() | AppendXml |
Appends this Object to a xml LegsCollection representation.
|
![]() | AwaitsConditionResult |
Returns true if the leg depends on a condition that has not been
initialized.
|
![]() ![]() | CharToTurnDir |
Converts char to turn direction.
|
![]() | CompareIds |
Compare that both legs are the same based on their ids.
|
![]() | DeepCopy |
Returns a deep copy of a leg object. All references to other objects
are set to null, except for stage and destination waypoint. The latter
is actually deeply copied.
|
![]() | DependsOnCondition |
Checks whether the leg depends on a given condition.
|
![]() | 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.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | IsLastWaypoint |
Returns true if wp is the last waypoint of the current leg.
The comparison is made considering coordinates and altitude.
|
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | SetField |
Sets field indicated by field to the value in value.
|
![]() | ToString |
A string that represents the current object.
(Overrides Object..::..ToString()()()().) |
![]() ![]() | TurnDirInverse |
Returns the inverse of the given turn direction.
|
![]() ![]() | TurnDirToChar |
Converts turn direction to char.
|
Fields
Name | Description | |
---|---|---|
![]() | destination |
Leg destination waypoint.
|
![]() | emergency |
Contingency list to be followed if an emergency occurs when executing this leg.
|
![]() | id |
Leg id.
|
![]() ![]() | log |
log4j logger
|
![]() | next |
Next leg.
|
![]() | nextid |
Next leg id.
|
![]() | parent |
Leg parent.
|
![]() | prev |
Previous leg.
|
![]() | previd |
Previous leg id.
|
![]() | stage |
Stage the leg belons to.
|
Properties
Name | Description | |
---|---|---|
![]() | Depth |
Returns depth of this leg in the tree structure.
First leg below a stage is at depth 0, a leg contained under a leg
which is directly below stage level is at depth 1, and so on.
|
![]() | Destination | |
![]() | FlightPlan |
Flight plan the leg belongs to.
|
![]() | ID | |
![]() | Next | |
![]() | Nextid | |
![]() | Parent | |
![]() | Prev | |
![]() | Previd | |
![]() | XsiType |
Gets the XsiType for this Leg.
|