The Waypoint type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAppendXml
Appends this Object to a xml element representation.
Public methodCoordinatesToStr
Creates a String representation for this fix coordinates (latitude longitude).
Public methodDeepCopy
Returns a deep copy of a waypoint object.
Public methodDistance(Waypoint)
Returns distance beetween two waypoints.
Public methodDistance(Waypoint, Double%, Double%)
Returns angle and distance from this waypoint to wp.
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
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.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodMove
Adds offset along a given course.
Public methodRotate
Rotate this waypoint a given number of degrees with respect to center.
Public methodSetParent
Sets the parent of the waypoint.
Public methodToString
Gets the string representation for this WayPoint.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldaltitude
altitude in meters.
Public fieldfix
fix id if waypoint is associated to a fix
Public fieldspeed
speed in m/s.
Public fieldvas_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

  NameDescription
Public propertyflyBy
Is this a fly by waypoint?
Public propertyflyOver
Is this a fly over waypoint?
Public propertyhasTargetAlt
Is there a target altitude for this waypoint?
Public propertyhasTargetSpeed
Is there a target speed for this waypoint?
Public propertyisNamed
Return true if this waypoint corresponds to a fix
Public propertylatitude
Returns waypoint latitude.
Public propertyleg
Returns waypoint's parent leg
Public propertylongitude
Returns waypoint longitude.
Public propertystage
Returns waypoint's stage

See Also