@squawk
    Preparing search index...

    Variable AircraftCategoryConst

    AircraftCategory: {
        A0: "unknown";
        A1: "light";
        A2: "small";
        A3: "large";
        A4: "highVortexLarge";
        A5: "heavy";
        A6: "highPerformance";
        A7: "rotorcraft";
        B1: "glider";
        B2: "lighterThanAir";
        B3: "parachutist";
        B4: "ultralight";
        B6: "uav";
        B7: "spaceVehicle";
        C1: "surfaceEmergencyVehicle";
        C2: "surfaceServiceVehicle";
        C3: "pointObstacle";
        C4: "clusterObstacle";
        C5: "lineObstacle";
    } = ...

    ICAO/FAA aircraft category codes mapped to human-readable labels.

    The letter prefix indicates the broad grouping:

    • A - airborne powered aircraft
    • B - airborne unpowered or special-category aircraft
    • C - surface vehicles and fixed obstacles

    Type Declaration

    • ReadonlyA0: "unknown"
    • ReadonlyA1: "light"
    • ReadonlyA2: "small"
    • ReadonlyA3: "large"
    • ReadonlyA4: "highVortexLarge"
    • ReadonlyA5: "heavy"
    • ReadonlyA6: "highPerformance"
    • ReadonlyA7: "rotorcraft"
    • ReadonlyB1: "glider"
    • ReadonlyB2: "lighterThanAir"
    • ReadonlyB3: "parachutist"
    • ReadonlyB4: "ultralight"
    • ReadonlyB6: "uav"
    • ReadonlyB7: "spaceVehicle"
    • ReadonlyC1: "surfaceEmergencyVehicle"
    • ReadonlyC2: "surfaceServiceVehicle"
    • ReadonlyC3: "pointObstacle"
    • ReadonlyC4: "clusterObstacle"
    • ReadonlyC5: "lineObstacle"