Interface ILcdDAFIFParachuteJumpAreaFeature

All Superinterfaces:
ILcdParachuteJumpAreaFeature

public interface ILcdDAFIFParachuteJumpAreaFeature extends ILcdParachuteJumpAreaFeature
This interface extends the more general applicable features defined in the ILcdParachuteJumpAreaFeature 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 parachute jump area is TLcdDAFIFParachuteJumpAreaDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The reference used for the altitude.
    static final String
    The unit of measurement used for the altitude.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    The altitude for which the parachute jump area is effective.
    static final String
    The hours, dates or conditions of operation.
    static final String
    The actual hours of operating.
    static final String
    The first two letters of the ICAO location identifier of the parachute jump area representing the ICAO region code.
    static final String
    A unique identification for the parachute jump area.
    static final String
    The official name assigned to the parachute jump area by the controlling authority.
    static final String
    A code used to indicate the operating times of the parachute jump area.
    static final String
    A code indicating the state/province in which the parachute jump area is located.
  • Field Details

    • IDENTIFICATION

      static final String IDENTIFICATION
      A unique identification for the parachute jump area. The identification is of the type String.
      See Also:
    • NAME

      static final String NAME
      The official name assigned to the parachute jump area by the controlling authority. The name is of type String.
      See Also:
    • ICAO_REGION

      static final String ICAO_REGION
      The first two letters of the ICAO location identifier of the parachute jump area representing the ICAO region code.

      This feature 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 parachute jump area is located. The state/province identification is of the type Integer.
      See Also:
    • OPERATING_TIMES

      static final String OPERATING_TIMES
      A code used to indicate the operating times of the parachute jump area. The operating times is of the type String.
      See Also:
    • HOURS

      static final String HOURS
      The actual hours of operating. The hours is of the type String.
      See Also:
    • EFFECTIVE_TIMES

      static final String EFFECTIVE_TIMES
      The hours, dates or conditions of operation. The effective times is of the type String.
      See Also:
    • EFFECTIVE_ALTITUDE

      static final String EFFECTIVE_ALTITUDE
      The altitude for which the parachute jump area is effective. The effective altitude is of the type Integer.
      See Also:
    • ALTITUDE_UNIT

      static final String ALTITUDE_UNIT
      The unit of measurement used for the altitude. The altitude unit is of the type TLcdAltitudeUnit.
      See Also:
    • ALTITUDE_REFERENCE

      static final String ALTITUDE_REFERENCE
      The reference used for the altitude. The altitude reference is of the type TLcdAltitudeReference.
      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: