Class TLcdDAFIFTAirspaceDataProperties

java.lang.Object
com.luciad.format.dafift.model.airspace.TLcdDAFIFTAirspaceDataProperties

public final class TLcdDAFIFTAirspaceDataProperties extends Object
This class provides easy access to the properties of the Airspace type.
See Also:
  • Field Details

    • TYPE

      public static final TLcdDataProperty TYPE
      A code indicating the type of airspace. The type is of type TLcdAirspaceType.
    • BOUNDARY_IDENTIFICATION

      public static final TLcdDataProperty BOUNDARY_IDENTIFICATION
      A unique set of number preceded by the controlling authority ICAO code. The identification is of the type String.
    • NAME

      public static final TLcdDataProperty NAME
      The name of the airspace. The name is of type String.
    • ICAO_CODE

      public static final TLcdDataProperty ICAO_CODE
      The ICAO location identifier of the airspace. This is a four letter code which consists of four characters or two characters and two spaces.

      This feature is of the type String.

    • ICAO_REGION

      public static final TLcdDataProperty ICAO_REGION
      The first two letters of the feature ICAO_CODE representing the ICAO region of the airspace.

      This feature is of the type String.

    • CONTROLLING_AGENCY

      public static final TLcdDataProperty CONTROLLING_AGENCY
      The office of responsibility for controlling air traffic within the airspace. The controlling agency is of the type String.
    • COMMUNICATIONS_NAME

      public static final TLcdDataProperty COMMUNICATIONS_NAME
      The call sign of the communications facilities. The communications name is of the type String.
    • COMMUNICATIONS_FREQUENCY_1

      public static final TLcdDataProperty COMMUNICATIONS_FREQUENCY_1
      A frequency that allows communication with the identified facility. The frequency is of the type String
    • COMMUNICATIONS_FREQUENCY_2

      public static final TLcdDataProperty COMMUNICATIONS_FREQUENCY_2
      A frequency that allows communication with the identified facility. The frequency is of the type String
    • CLASS

      public static final TLcdDataProperty CLASS
      A code that indicates the airspace classification. The class is of the type TLcdAirspaceClass.
    • CLASS_EXCEPTION_REMARKS

      public static final TLcdDataProperty CLASS_EXCEPTION_REMARKS
      A description of the class exception. The class exception remarks field is of the type String.
    • LEVEL

      public static final TLcdDataProperty LEVEL
      A code that indicates the structure in which the boundary is effective. The level is of the type TLcdAirspaceStructureType.
    • UPPER_LIMIT

      public static final TLcdDataProperty UPPER_LIMIT
      The numerical value of the upper limit of the airspace. The upper limit is of the type Float.
    • UPPER_LIMIT_UNIT

      public static final TLcdDataProperty UPPER_LIMIT_UNIT
      The unit of measurement for the upper limit. The upper limit unit is of the type TLcdAltitudeUnit
    • UPPER_LIMIT_REFERENCE

      public static final TLcdDataProperty UPPER_LIMIT_REFERENCE
      A code indicating the convention of calculating the upper limit. The upper limit reference point is of the type TLcdAltitudeReference.
    • LOWER_LIMIT

      public static final TLcdDataProperty LOWER_LIMIT
      The numerical value of the lower limit of the airspace. The lower limit is of the type Float.
    • LOWER_LIMIT_UNIT

      public static final TLcdDataProperty LOWER_LIMIT_UNIT
      The unit of measurement for the lower limit. The lower limit unit is of the type TLcdAltitudeUnit
    • LOWER_LIMIT_REFERENCE

      public static final TLcdDataProperty LOWER_LIMIT_REFERENCE
      A code indicating the convention of calculating the lower limit. The lower limit reference point is of the type TLcdAltitudeReference.
    • REQUIRED_NAVIGATION_PERFORMANCE

      public static final TLcdDataProperty REQUIRED_NAVIGATION_PERFORMANCE
      A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles). The RNP is of the type Float.
    • CYCLE_DATE

      public static final TLcdDataProperty CYCLE_DATE
      Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the type String.
      Since:
      2022.0