Class Airport
Airport
primary record.
public class Airport : Port, IIcao, IIdentity, INamed
- Inheritance
-
Airport
- Implements
- Inherited Members
Remarks
See section 4.1.7.1.
Properties
Beacons
Associated NDBs.
public List<TerminalBeacon>? Beacons { get; set; }
Property Value
Gates
Associated gates.
public List<Gate>? Gates { get; set; }
Property Value
InstrumentLandings
Associated ILS.
public List<InstrumentLanding>? InstrumentLandings { get; set; }
Property Value
LongestRunwayLength
Longest Runway (LONGEST RWY)
field.
public int LongestRunwayLength { get; set; }
Property Value
- int
Hundreds of feet.
Remarks
See section 5.54.
LongestRunwayType
Surface Code (SC)
character.
public SurfaceType LongestRunwayType { get; set; }
Property Value
Remarks
See section 5.249.
Markers
Associated Localizer Markers.
public List<InstrumentMarker>? Markers { get; set; }
Property Value
MicrowaveLandings
Associated MLS.
public List<MicrowaveLanding>? MicrowaveLandings { get; set; }
Property Value
Omnidirectionals
Associated VHF Navaids.
public List<Omnidirectional>? Omnidirectionals { get; set; }
Property Value
Thresholds
Associated runways.
public List<RunwayThreshold>? Thresholds { get; set; }