Class RunwayThreshold
Runway
primary record.
public class RunwayThreshold : Fix, IIcao, IIdentity
- Inheritance
-
RunwayThreshold
- Implements
- Inherited Members
Remarks
See section 4.1.10.1.
Properties
Airport
public Airport Airport { get; set; }
Property Value
Bearing
Runway Magnetic Bearing (RWY BRG)
field.
public Course Bearing { get; set; }
Property Value
- Course
Degrees and tenths of a degree.
Remarks
See section 5.58.
Description
Runway Description (RUNWAY DESCRIPTION)
field.
public string? Description { get; set; }
Property Value
Remarks
See section 5.59.
Distance
Threshold Displacement Distance (DSPLCD THR)
field.
public int Distance { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.69.
Elevation
Landing Threshold Elevation (LANDING THRES ELEV)
field.
public int Elevation { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.68.
EllipsoidalHeight
Ellipsoidal Height
field.
public float EllipsoidalHeight { get; set; }
Property Value
- float
Meters and tenths of meter.
Remarks
See section 5.225.
GlobalLanding
Associated GLS.
public GlobalLanding? GlobalLanding { get; set; }
Property Value
Gradient
Runway Gradient (RWY GRAD)
field.
[Obsolete("todo")]
public float Gradient { get; set; }
Property Value
- float
Degrees and thousands of degrees.
Remarks
See section 5.212.
Height
Threshold Crossing Height (TCH)
field.
public int Height { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.67.
InstrumentLanding
Associated ILS.
public InstrumentLanding? InstrumentLanding { get; set; }
Property Value
Length
Runway Length (RUNWAY LENGTH)
field.
public int Length { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.57.
Markers
Associated ILS Markers.
public List<InstrumentMarker>? Markers { get; set; }
Property Value
MicrowaveLanding
Associated MLS.
public MicrowaveLanding? MicrowaveLanding { get; set; }
Property Value
Stopway
Stopway
field.
public int Stopway { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.79.
Type
TCH Value Indicator (TCHVI)
character.
public ThresholdType Type { get; set; }
Property Value
Remarks
See section 5.270.
Width
Runway Width (WIDTH)
field.
public int Width { get; set; }
Property Value
- int
Feet.
Remarks
See section 5.109.