Class

AirportRunwayEnd

USI.Core

One operational end of a physical runway.

public sealed class AirportRunwayEnd : IEquatable<AirportRunwayEnd>

Constructors

AirportRunwayEnd

public AirportRunwayEnd(string Identifier, string InstrumentLandingSystemIdentifier)

One operational end of a physical runway.

Properties

ApproachLights

public AirportApproachLights ApproachLights { get; set; }

The enabled approach-light installation, or null when disabled.

BlastPad

public AirportRunwayPavement BlastPad { get; set; }

The enabled blast-pad pavement, or null when none is authored.

Identifier

public string Identifier { get; set; }

InstrumentLandingSystemFacility

public FacilityReference InstrumentLandingSystemFacility { get; set; }

The complete referenced landing-guidance facility, or null when no facility is published for this runway end.

InstrumentLandingSystemIdentifier

public string InstrumentLandingSystemIdentifier { get; set; }

LeftVisualApproachSlopeIndicator

public AirportVisualApproachSlopeIndicator LeftVisualApproachSlopeIndicator { get; set; }

The installed left-side visual slope indicator, or null when absent.

Overrun

public AirportRunwayPavement Overrun { get; set; }

The enabled overrun pavement, or null when none is authored.

RightVisualApproachSlopeIndicator

public AirportVisualApproachSlopeIndicator RightVisualApproachSlopeIndicator { get; set; }

The installed right-side visual slope indicator, or null when absent.

ThresholdPavement

public AirportRunwayPavement ThresholdPavement { get; set; }

The enabled threshold pavement, or null when none is authored.

Methods

<Clone>$

public AirportRunwayEnd <Clone>$()

Deconstruct

public void Deconstruct(string Identifier, string InstrumentLandingSystemIdentifier)

Equals

public bool Equals(object obj)

Equals

public bool Equals(AirportRunwayEnd other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()