Interface ILcdDAFIFProcedureFeature

All Superinterfaces:
ILcdProcedureFeature

public interface ILcdDAFIFProcedureFeature extends ILcdProcedureFeature
This interface extends the more general applicable features defined in the ILcdProcedureFeature 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 procedure is TLcdDAFIFProcedureDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The identifier of the aerodrome to which this procedure belongs.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    The ICAO location identifier of the procedure.
    static final String
    The type of this procedure.

    Fields inherited from interface com.luciad.ais.model.procedure.ILcdProcedureFeature

    DESIGNATOR
  • Field Details

    • AERODROME_IDENTIFIER

      static final String AERODROME_IDENTIFIER
      The identifier of the aerodrome to which this procedure belongs. The aerodrome identifier is of the type String.
      See Also:
    • TYPE

      static final String TYPE
      The type of this procedure. The procedure type is of the type TLcdProcedureType.
      See Also:
    • ICAO_CODE

      static final String ICAO_CODE
      The ICAO location identifier of the procedure. 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:
    • 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: