The RFLeg type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RFLeg |
Creates an RFLeg object.
|
Methods
Name | Description | |
---|---|---|
![]() | AppendXml |
Appends this Object to a xml LegsCollection representation.
(Overrides Leg..::..AppendXml(XmlElement).) |
![]() | AwaitsConditionResult |
Returns true if the leg depends on a condition that has not been
initialized.
(Inherited from Leg.) |
![]() | CompareIds |
Compare that both legs are the same based on their ids.
(Inherited from Leg.) |
![]() | DeepCopy |
Returns a deep copy of a RF leg.
(Overrides Leg..::..DeepCopy(Stage).) |
![]() | DependsOnCondition |
Checks whether the leg depends on a given condition.
(Inherited from Leg.) |
![]() | 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.
(Inherited from Leg.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | SetField |
Sets field indicated by field to the value in value.
(Inherited from Leg.) |
![]() | ToString |
A string that represents the current object.
(Inherited from Leg.) |
Fields
Name | Description | |
---|---|---|
![]() | clatitude |
Latitude of arc center.
|
![]() | clongitude |
Longitude of arc center.
|
![]() | destination |
Leg destination waypoint.
(Inherited from Leg.) |
![]() | direction |
Turn direction.
|
![]() | emergency |
Contingency list to be followed if an emergency occurs when executing this leg.
(Inherited from Leg.) |
![]() | id |
Leg id.
(Inherited from Leg.) |
![]() | next |
Next leg.
(Inherited from Leg.) |
![]() | nextid |
Next leg id.
(Inherited from Leg.) |
![]() | parent |
Leg parent.
(Inherited from Leg.) |
![]() | prev |
Previous leg.
(Inherited from Leg.) |
![]() | previd |
Previous leg id.
(Inherited from Leg.) |
![]() | stage |
Stage the leg belons to.
(Inherited from Leg.) |
Properties
Name | Description | |
---|---|---|
![]() | Clatitude | |
![]() | Clongitude | |
![]() | 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.
(Inherited from Leg.) |
![]() | Destination | (Inherited from Leg.) |
![]() | Direction | |
![]() | FlightPlan |
Flight plan the leg belongs to.
(Inherited from Leg.) |
![]() | ID | (Inherited from Leg.) |
![]() | Next | (Inherited from Leg.) |
![]() | Nextid | (Inherited from Leg.) |
![]() | Parent | (Inherited from Leg.) |
![]() | Prev | (Inherited from Leg.) |
![]() | Previd | (Inherited from Leg.) |
![]() | radius |
Turn radius.
|
![]() | XsiType |
Gets the XsiType for this Leg.
(Overrides Leg..::..XsiType.) |