Interface ILcdDAFIFAirspaceFeature

All Superinterfaces:
ILcdAirspaceFeature

public interface ILcdDAFIFAirspaceFeature extends ILcdAirspaceFeature
This interface extends the more general applicable features defined in the ILcdAirspaceFeature 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 classes defining the available data object properties for DAFIF airspaces are TLcdDAFIFAirspaceDataProperties and TLcdDAFIFSpecialUseAirspaceDataProperties.

See Also:
  • Field Details

    • BOUNDARY_IDENTIFICATION

      static final String BOUNDARY_IDENTIFICATION
      A unique set of number preceded by the controlling authority ICAO code. The identification is of the type String.
      See Also:
    • ICAO_CODE

      static final String 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.

      See Also:
    • ICAO_REGION

      static final String 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.

      See Also:
    • COMMUNICATIONS_NAME

      static final String COMMUNICATIONS_NAME
      The call sign of the communications facilities. The communications name is of the type String.
      See Also:
    • COMMUNICATIONS_FREQUENCY1

      static final String COMMUNICATIONS_FREQUENCY1
      A frequency that allows communication with the identified facility. The frequency is of the type String
      See Also:
    • COMMUNICATIONS_FREQUENCY2

      static final String COMMUNICATIONS_FREQUENCY2
      A frequency that allows communication with the identified facility. The frequency is of the type String
      See Also:
    • CONTROLLING_AGENCY

      static final String CONTROLLING_AGENCY
      The office of responsibility for controlling air traffic within the airspace. The controlling agency is of the type String.
      See Also:
    • LEVEL

      static final String LEVEL
      A code that indicates the structure in which the boundary is effective. The level is of the type TLcdAirspaceStructureType.
      See Also:
    • CLASS_EXCEPTION_REMARKS

      static final String CLASS_EXCEPTION_REMARKS
      A description of the class exception. The class exception remarks field is of the type String.
      See Also:
    • RNP

      static final String RNP
      A statement of the navigation performance accuracy necessary for operation within the airspace (expressed in Nautical Miles). The RNP is of the type Float.
      See Also:
    • SECTOR

      static final String SECTOR
      A code used to identify a sector of an airspace which is divided into individual sections of defined dimensions.

      The sector is only available for Special Use Airspaces.

      The sector is of the type String.

      See Also:
    • WEATHER

      static final String WEATHER
      The meteorological conditions in which the special use airspace can be used.

      The weather is only available for Special Use Airspaces.

      The weather is of type TLcdWeatherType.

      See Also:
    • EFFECTIVE_TIMES

      static final String EFFECTIVE_TIMES
      The days, hours and dates that the given airspace is to be in effect.

      The effective times is only available for Special Use Airspaces.

      The effective times features is of the type String.

      See Also:
    • EFFECTIVE_DATE

      static final String EFFECTIVE_DATE
      The effective date of the special use airspace.

      The effective date is only available for Special Use Airspaces.

      The effective date is of the type String.

      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: