The Waypoint type exposes the following members.

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()()()().)

See Also