Class Airport
Airport
primary record.
public class Airport : Port, IIcao, IIdentity, INamed
- Inheritance
-
objectAirport
- Implements
- Inherited Members
Remarks
See section 4.1.7.1.
Properties
Gates
Associated gates.
public Gate[]? Gates { get; set; }
Property Value
- Gate[]
LongestRunwayLength
Longest Runway (LONGEST RWY)
field.
public int LongestRunwayLength { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.54.
LongestRunwayType
Surface Code (SC)
character.
public SurfaceType LongestRunwayType { get; set; }
Property Value
Remarks
See section 5.249.
Thresholds
Associated runways.
public Threshold[]? Thresholds { get; set; }