The RwyFix type exposes the following members.

Constructors

  NameDescription
Public methodRwyFix
Creates a RwyFix object.

Methods

  NameDescription
Public methodAppendXml
Appends this Object to a xml FixesCollection representation.
(Overrides Fix..::..AppendXml(XmlElement).)
Public methodCoordinatesToStr
Creates a String representation for this fix coordinates (latitude longitude).
(Inherited from Fix.)
Public methodDeepCopy
Returns deep copy of a runway fix.
(Overrides Fix..::..DeepCopy()()()().)
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 methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

Fields

  NameDescription
Protected field_desc (Inherited from Fix.)
Protected field_id (Inherited from Fix.)
Protected field_lat (Inherited from Fix.)
Protected field_lon (Inherited from Fix.)
Protected field_name (Inherited from Fix.)

Properties

  NameDescription
Public propertyAltitude
Altitude of the runway.
Public propertyDescription
Fix description.
(Inherited from Fix.)
Public propertyHeading
Heading of the runway.
Public propertyId
Fix id.
(Inherited from Fix.)
Public propertyLat
Fix latitude.
(Inherited from Fix.)
Public propertyLength
Length of the runway.
Public propertyLon
Fix longitude.
(Inherited from Fix.)
Public propertyName
Fix name.
(Inherited from Fix.)

See Also