LandingGuidanceFacility
USI.Core
An ILS or localizer facility from simulator navigation data.
public sealed class LandingGuidanceFacility : IEquatable<LandingGuidanceFacility>Constructors
LandingGuidanceFacility
public LandingGuidanceFacility(string Identifier, string Name, Angle Latitude, Angle Longitude, Length ElevationMeanSeaLevel, Frequency Frequency, Angle LocalizerCourseTrue, bool HasGlideSlope)An ILS or localizer facility from simulator navigation data.
Properties
ElevationMeanSeaLevel
public Length ElevationMeanSeaLevel { get; set; }Frequency
public Frequency Frequency { get; set; }HasGlideSlope
public bool HasGlideSlope { get; set; }Identifier
public string Identifier { get; set; }Latitude
public Angle Latitude { get; set; }LocalizerCourseTrue
public Angle LocalizerCourseTrue { get; set; }Longitude
public Angle Longitude { get; set; }Name
public string Name { get; set; }Methods
<Clone>$
public LandingGuidanceFacility <Clone>$()Deconstruct
public void Deconstruct(string Identifier, string Name, Angle Latitude, Angle Longitude, Length ElevationMeanSeaLevel, Frequency Frequency, Angle LocalizerCourseTrue, bool HasGlideSlope)Equals
public bool Equals(object obj)Equals
public bool Equals(LandingGuidanceFacility other)GetHashCode
public int GetHashCode()ToString
public string ToString()