Interface ILcdDAFIFAerodromeFeature

All Superinterfaces:
ILcdAerodromeFeature

public interface ILcdDAFIFAerodromeFeature extends ILcdAerodromeFeature
This interface extends the more general applicable features defined in the ILcdAerodromeFeature interface with DAFIF specific features.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

This interface defines the features (properties) that can be requested through ILcdFeatured. A more preferred and generic way to access the properties of a domain object is through ILcdDataObject. The related class defining the available data object properties for a DAFIF aerodrome is TLcdDAFIFAerodromeDataProperties.

See Also:
  • Field Details

    • ICAO_CODE

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

      This feature is of the type String.

      See Also:
    • COUNTRY_CODE

      static final String COUNTRY_CODE
      A code indicating the country in which the aerodrome is located. The country code is of the type String.
      See Also:
    • STATE_PROVINCE_CODE

      static final String STATE_PROVINCE_CODE
      A code indicating the state/province in which the aerodrome is located. The state/province identification is of the type Integer.
      See Also:
    • FAA_HOST_COUNTRY_IDENTIFIER

      static final String FAA_HOST_COUNTRY_IDENTIFIER
      A location identifier assigned by the federal aviation administration. The federal aviation administration identifier/host country identifier is of the type String.
      See Also:
    • OPERATING_AGENCY

      static final String OPERATING_AGENCY
      A code indicating the operating agency of the aerodrome. The primary operating agency is of the type String.
      See Also:
    • ROTATING_BEACON

      static final String ROTATING_BEACON
      A boolean flag indicating the presence of a navaid that displays flashes of white and/or colored light indicating the location of the aerodrome. The rotating beacon is of the type Boolean.
      See Also:
    • WORLD_AREA_CODE

      static final String WORLD_AREA_CODE
      The world area code in which the aerodrome is located. The area code is of type String
      See Also:
    • AERODROME_COMMUNICATIONS

      static final String AERODROME_COMMUNICATIONS
      A code indicating that a vector of airport/heliport communication features is attached to the aerodrome.
      See Also:
    • CYCLE_DATE

      static final String CYCLE_DATE
      Identifies the calendar period in which the record was added to the 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
      See Also: