The BasicScan type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicScan |
Creates a BasicScan leg 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 |
Returs deep copy of basic scan 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 | |
---|---|---|
![]() | angle |
A Double expressing an azimuth angle in degrees.
Together with the initial waypoint determines one of the area of interest
sides.
|
![]() | d1 |
Distance between turn centers of the holding pattern.
|
![]() | d2 |
Diameter of the turn segments.
|
![]() | destination |
Leg destination waypoint.
(Inherited from Leg.) |
![]() | dim1 |
A Double expressing the length, in meters, of
the sides parallel to the line defined by destination and angle.
|
![]() | dim2 |
A Double expressing the length, in meters, of
the sides orthogonal to the line defined by destination and angle.
|
![]() | 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.) |
![]() | separation |
Distance, in meters, between each pass of the scan pattern.
|
![]() | stage |
Stage the leg belons to.
(Inherited from Leg.) |
![]() | startAt |
Position, belonging to the generated pattern, where the scan should start.
|
![]() | turndirection |
A Leg..::..TurnDir indicating a turn direction value in case a
holding pattern is used for turning when reaching the end of a pass.
|
Properties
Name | Description | |
---|---|---|
![]() | Angle | |
![]() | D1 | |
![]() | D2 | |
![]() | 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.) |
![]() | Dim1 | |
![]() | Dim2 | |
![]() | 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.) |
![]() | Separation | |
![]() | StartAt | |
![]() | Turndirection | |
![]() | XsiType |
Gets the XsiType for this Leg.
(Overrides Leg..::..XsiType.) |