Interface ILcdDAFIFSectorFeature

All Superinterfaces:
ILcdSectorFeature

public interface ILcdDAFIFSectorFeature extends ILcdSectorFeature
This interface extends the more general applicable features defined in ILcdSectorFeature with specific features for DAFIF.

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 Sector is TLcdDAFIFTSectorDataProperties.

Since:
2022.0
See Also:
  • Field Details

    • BEARING_START

      static final String BEARING_START
      The start bearing of a sector, expressed in degrees. The bearing is of the type Integer.
      See Also:
    • BEARING_END

      static final String BEARING_END
      The end bearing of a sector, expressed in degrees. The bearing is of the type Integer.
      See Also:
    • MILEAGE_START

      static final String MILEAGE_START
      The start mileage of a sector, expressed in nautical miles. The mileage is of the type Integer.
      See Also:
    • MILEAGE_LIMIT

      static final String MILEAGE_LIMIT
      The limit mileage of a sector, expressed in nautical miles. The mileage is of the type Integer.
      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.
      See Also:
    • MSA_TYPE

      static final String MSA_TYPE
      The type of terminal procedure altitude record. The MSA type is of the type TLcdMinimumSectorAltitudeType.
      Since:
      2023.1
      See Also: