@squawk
    Preparing search index...

    Interface RunwayEnd

    One end of a runway, identified by its designator (e.g. "04L", "22R"). Contains approach, lighting, and declared distance information for this end.

    interface RunwayEnd {
        approachLights?: string;
        asdaFt?: number;
        displacedThresholdElevationFt?: number;
        displacedThresholdFt?: number;
        elevationFt?: number;
        glidepathAngleDeg?: number;
        hasCenterlineLights?: boolean;
        hasReil?: boolean;
        hasRvr?: boolean;
        hasTdzLights?: boolean;
        id: string;
        ils?: IlsSystem;
        lahsoDistanceFt?: number;
        lahsoEntity?: string;
        lat?: number;
        ldaFt?: number;
        lon?: number;
        markingCondition?: RunwayMarkingCondition;
        markingType?: RunwayMarkingType;
        rightTraffic?: boolean;
        tdzElevationFt?: number;
        thresholdCrossingHeightFt?: number;
        todaFt?: number;
        toraFt?: number;
        trueHeadingDeg?: number;
        vgsiType?: VgsiType;
    }
    Index

    Properties

    approachLights?: string

    Approach lighting system code.

    asdaFt?: number

    Accelerate-Stop Distance Available in feet.

    displacedThresholdElevationFt?: number

    Displaced threshold elevation in feet MSL.

    displacedThresholdFt?: number

    Displaced threshold distance in feet from the runway end.

    elevationFt?: number

    Runway end elevation in feet MSL.

    glidepathAngleDeg?: number

    Visual glide path angle in degrees.

    hasCenterlineLights?: boolean

    Whether centerline lights are available.

    hasReil?: boolean

    Whether runway end identifier lights are available.

    hasRvr?: boolean

    Whether runway visual range equipment is installed.

    hasTdzLights?: boolean

    Whether touchdown zone lights are available.

    id: string

    Runway end designator (e.g. "04L", "22R", "09").

    ils?: IlsSystem

    Instrument Landing System installed at this runway end.

    lahsoDistanceFt?: number

    Land And Hold Short Operations available landing distance in feet.

    lahsoEntity?: string

    Intersecting runway or entity for LAHSO operations.

    lat?: number

    Latitude of the runway end in decimal degrees.

    ldaFt?: number

    Landing Distance Available in feet.

    lon?: number

    Longitude of the runway end in decimal degrees.

    markingCondition?: RunwayMarkingCondition

    Condition of runway markings.

    markingType?: RunwayMarkingType

    Type of runway markings.

    rightTraffic?: boolean

    Whether right-hand traffic pattern is in effect for this end.

    tdzElevationFt?: number

    Touchdown zone elevation in feet MSL.

    thresholdCrossingHeightFt?: number

    Threshold crossing height in feet AGL.

    todaFt?: number

    Takeoff Distance Available in feet.

    toraFt?: number

    Takeoff Run Available in feet.

    trueHeadingDeg?: number

    True heading in degrees.

    vgsiType?: VgsiType

    Type of visual glide slope indicator.