The Waypoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Waypoint(Waypoint) |
Copy constructor.
|
![]() | Waypoint(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), Fix, Boolean, Leg) |
Creates a waypoint object associated to a fix.
|
![]() | Waypoint(Nullable<(Of <<'(Double>)>>), Nullable<(Of <<'(Double>)>>), GPSCoords, GPSCoords, Boolean, Leg) |
Creates a waypoint specified via its coordinates.
|
Methods
Name | Description | |
---|---|---|
![]() | AppendXml |
Appends this Object to a xml element representation.
|
![]() | CoordinatesToStr |
Creates a String representation for this fix coordinates (latitude longitude).
|
![]() | DeepCopy |
Returns a deep copy of a waypoint object.
|
![]() | Distance(Waypoint) |
Returns distance beetween two waypoints.
|
![]() | Distance(Waypoint, Double%, Double%) |
Returns angle and distance from this waypoint to wp.
|
![]() | 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.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | Move |
Adds offset along a given course.
|
![]() | Rotate |
Rotate this waypoint a given number of degrees with respect to center.
|
![]() | SetParent |
Sets the parent of the waypoint.
|
![]() | ToString |
Gets the string representation for this WayPoint.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | altitude |
altitude in meters.
|
![]() | fix |
fix id if waypoint is associated to a fix
|
![]() | speed |
speed in m/s.
|
![]() | vas_id |
This value should be set before sending the waypoint to the VAS, so
that we are able to identify the waypoint when VAS notifications are
received.
|
Properties
Name | Description | |
---|---|---|
![]() | flyBy |
Is this a fly by waypoint?
|
![]() | flyOver |
Is this a fly over waypoint?
|
![]() | hasTargetAlt |
Is there a target altitude for this waypoint?
|
![]() | hasTargetSpeed |
Is there a target speed for this waypoint?
|
![]() | isNamed |
Return true if this waypoint corresponds to a fix
|
![]() | latitude |
Returns waypoint latitude.
|
![]() | leg |
Returns waypoint's parent leg
|
![]() | longitude |
Returns waypoint longitude.
|
![]() | stage |
Returns waypoint's stage
|