Interface ILcdDAFIFRefuelingTrackFeature

All Superinterfaces:
ILcdRefuelingTrackFeature

public interface ILcdDAFIFRefuelingTrackFeature extends ILcdRefuelingTrackFeature
This interface extends the more general applicable features defined in the ILcdRefuelingTrack 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 refueling track is TLcdDAFIFRefuelingTrackDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The altitude description of the first refueling.
    static final String
    The altitude description of the second refueling.
    static final String
    The altitude description of the third refueling.
    static final String
    Deprecated.
    TLcdDistanceUnit is inappropriate for representing altitude values.
    static final String
    The APN radar beacon code setting of this refueling track.
    static final String
    The APX radar beacon code setting of this refueling track.
    static final String
    The air traffic control center that controls the airspace within which this refueling track is located.
    static final String
    The back-up UHF frequency of this refueling track.
    static final String
    The unit of measurement of the back-up UHF frequency.
    static final String
    A code indicating the country in which the refueling track or anchor is located.
    static final String
    Identifies the calendar period in which the record was added to the file or last revised.
    static final String
    A code indicating predominant direction of the refueling track or anchor at the point of entry.
    static final String
    The ICAO location identifier at the point of entry.
    static final String
    The name or series of characters with which the refueling operations are identified.
    static final String
    The primary UHF frequency of this refueling track.
    static final String
    The unit of measurement of the primary UHF frequency.
    static final String
    The receiver air to air Y-band TACAN channel to be used during air refueling operations.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The minimum altitude of the first refueling.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The maximum altitude of the first refueling.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The minimum altitude of the second refueling.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The maximum altitude of the second refueling.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The minimum altitude of the third refueling.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The maximum altitude of the third refueling.
    static final String
    The military unit responsible for scheduling refueling operations.
    static final String
    The tanker air to air Y-band TACAN channel to be used during air refueling operations.
    static final String
    The type of this refueling track.
  • Field Details

    • IDENTIFIER

      static final String IDENTIFIER
      The name or series of characters with which the refueling operations are identified. The identification is of the type String.
      See Also:
    • DIRECTION

      static final String DIRECTION
      A code indicating predominant direction of the refueling track or anchor at the point of entry. The direction is of the type String.
      See Also:
    • TYPE

      static final String TYPE
      The type of this refueling track. The type is of the type TLcdRefuelingTrackType.
      See Also:
    • ICAO_CODE

      static final String ICAO_CODE
      The ICAO location identifier at the point of entry. 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 refueling track or anchor is located. The country code is of the type String.
      See Also:
    • PRIMARY_UHF_FREQUENCY

      static final String PRIMARY_UHF_FREQUENCY
      The primary UHF frequency of this refueling track. The primary UHF frequency is of the type Float.
      See Also:
    • PRIMARY_UHF_FREQUENCY_UNIT

      static final String PRIMARY_UHF_FREQUENCY_UNIT
      The unit of measurement of the primary UHF frequency. The primary UHF frequency unit is of the type TLcdFrequencyUnit.
      See Also:
    • BACK_UP_UHF_FREQUENCY

      static final String BACK_UP_UHF_FREQUENCY
      The back-up UHF frequency of this refueling track. The back-up UHF frequency is of the type Float.
      See Also:
    • BACK_UP_UHF_FREQUENCY_UNIT

      static final String BACK_UP_UHF_FREQUENCY_UNIT
      The unit of measurement of the back-up UHF frequency. The back-up UHF frequency unit is of the type TLcdFrequencyUnit.
      See Also:
    • APN_SETTING

      static final String APN_SETTING
      The APN radar beacon code setting of this refueling track. The APN radar beacon code setting is of the type String.
      See Also:
    • APX_ENCODE_DECODE

      static final String APX_ENCODE_DECODE
      The APX radar beacon code setting of this refueling track. The APX radar beacon code setting is of the type String.
      See Also:
    • RECEIVER_CHANNEL

      static final String RECEIVER_CHANNEL
      The receiver air to air Y-band TACAN channel to be used during air refueling operations. The receiver channel is of the type Integer.
      See Also:
    • TANKER_CHANNEL

      static final String TANKER_CHANNEL
      The tanker air to air Y-band TACAN channel to be used during air refueling operations. The tanker channel is of the type Integer.
      See Also:
    • ALTITUDE_1_DESCRIPTION

      static final String ALTITUDE_1_DESCRIPTION
      The altitude description of the first refueling. The altitude description is of the type TLcdAltitudeType.
      See Also:
    • ALTITUDE_2_DESCRIPTION

      static final String ALTITUDE_2_DESCRIPTION
      The altitude description of the second refueling. The altitude description is of the type TLcdAltitudeType.
      See Also:
    • ALTITUDE_3_DESCRIPTION

      static final String ALTITUDE_3_DESCRIPTION
      The altitude description of the third refueling. The altitude description is of the type TLcdAltitudeType.
      See Also:
    • REFUELING_1_ALTITUDE_1

      static final String REFUELING_1_ALTITUDE_1
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use REFUELING_1_ALTITUDE_1_MEASURE to obtain the unconverted altitude value as well as its original unit of measure.
      The minimum altitude of the first refueling. The altitude is of the type Integer.
      See Also:
    • REFUELING_1_ALTITUDE_2

      static final String REFUELING_1_ALTITUDE_2
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use REFUELING_1_ALTITUDE_2_MEASURE to obtain the unconverted altitude value as well as its original unit of measure.
      The maximum altitude of the first refueling. The altitude is of the type Integer.
      See Also:
    • REFUELING_2_ALTITUDE_1

      static final String REFUELING_2_ALTITUDE_1
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use REFUELING_2_ALTITUDE_1_MEASURE to obtain the unconverted altitude value as well as its original unit of measure.
      The minimum altitude of the second refueling. The altitude is of the type Integer.
      See Also:
    • REFUELING_2_ALTITUDE_2

      static final String REFUELING_2_ALTITUDE_2
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use REFUELING_2_ALTITUDE_2_MEASURE to obtain the unconverted altitude value as well as its original unit of measure.
      The maximum altitude of the second refueling. The altitude is of the type Integer.
      See Also:
    • REFUELING_3_ALTITUDE_1

      static final String REFUELING_3_ALTITUDE_1
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use REFUELING_3_ALTITUDE_1_MEASURE to obtain the unconverted altitude value as well as its original unit of measure.
      The minimum altitude of the third refueling. The altitude is of the type Integer.
      See Also:
    • REFUELING_3_ALTITUDE_2

      static final String REFUELING_3_ALTITUDE_2
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ALTITUDE_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use REFUELING_3_ALTITUDE_2_MEASURE to obtain the unconverted altitude value as well as its original unit of measure.
      The maximum altitude of the third refueling. The altitude is of the type Integer.
      See Also:
    • ALTITUDE_UNIT

      static final String ALTITUDE_UNIT
      Deprecated.
      TLcdDistanceUnit is inappropriate for representing altitude values. Use the REFUELING_i_ALTITUDE_j_MEASURE attributes to obtain an altitude value with a properly matching unit of measure.
      The unit of measurement of the altitudes used in this refueling track. The altitude unit is of the type TLcdDistanceUnit.
      See Also:
    • SCHEDULING_UNIT

      static final String SCHEDULING_UNIT
      The military unit responsible for scheduling refueling operations. The scheduling unit is of the type String.
      See Also:
    • ASSIGNED_ATC

      static final String ASSIGNED_ATC
      The air traffic control center that controls the airspace within which this refueling track is located. The assigned ATC is of the type String.
      See Also:
    • REFUELING_1_ALTITUDE_1_MEASURE

      static final String REFUELING_1_ALTITUDE_1_MEASURE
      The minimum altitude of the first refueling. The altitude is of the type ILcdISO19103Measure.
      See Also:
    • REFUELING_1_ALTITUDE_2_MEASURE

      static final String REFUELING_1_ALTITUDE_2_MEASURE
      The maximum altitude of the first refueling. The altitude is of the type ILcdISO19103Measure.
      See Also:
    • REFUELING_2_ALTITUDE_1_MEASURE

      static final String REFUELING_2_ALTITUDE_1_MEASURE
      The minimum altitude of the second refueling. The altitude is of the type ILcdISO19103Measure.
      See Also:
    • REFUELING_2_ALTITUDE_2_MEASURE

      static final String REFUELING_2_ALTITUDE_2_MEASURE
      The maximum altitude of the second refueling. The altitude is of the type ILcdISO19103Measure.
      See Also:
    • REFUELING_3_ALTITUDE_1_MEASURE

      static final String REFUELING_3_ALTITUDE_1_MEASURE
      The minimum altitude of the third refueling. The altitude is of the type ILcdISO19103Measure.
      See Also:
    • REFUELING_3_ALTITUDE_2_MEASURE

      static final String REFUELING_3_ALTITUDE_2_MEASURE
      The maximum altitude of the third refueling. The altitude is of the type ILcdISO19103Measure.
      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: