Interface ILcdDAFIFRefuelingTrackFeature
- All Superinterfaces:
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
Modifier and TypeFieldDescriptionstatic 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
The name or series of characters with which the refueling operations are identified. The identification is of the typeString
.- See Also:
-
DIRECTION
A code indicating predominant direction of the refueling track or anchor at the point of entry. The direction is of the typeString
.- See Also:
-
TYPE
The type of this refueling track. The type is of the typeTLcdRefuelingTrackType
.- See Also:
-
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 typeString
.- See Also:
-
COUNTRY_CODE
A code indicating the country in which the refueling track or anchor is located. The country code is of the typeString
.- See Also:
-
PRIMARY_UHF_FREQUENCY
The primary UHF frequency of this refueling track. The primary UHF frequency is of the typeFloat
.- See Also:
-
PRIMARY_UHF_FREQUENCY_UNIT
The unit of measurement of the primary UHF frequency. The primary UHF frequency unit is of the typeTLcdFrequencyUnit
.- See Also:
-
BACK_UP_UHF_FREQUENCY
The back-up UHF frequency of this refueling track. The back-up UHF frequency is of the typeFloat
.- See Also:
-
BACK_UP_UHF_FREQUENCY_UNIT
The unit of measurement of the back-up UHF frequency. The back-up UHF frequency unit is of the typeTLcdFrequencyUnit
.- See Also:
-
APN_SETTING
The APN radar beacon code setting of this refueling track. The APN radar beacon code setting is of the typeString
.- See Also:
-
APX_ENCODE_DECODE
The APX radar beacon code setting of this refueling track. The APX radar beacon code setting is of the typeString
.- See Also:
-
RECEIVER_CHANNEL
The receiver air to air Y-band TACAN channel to be used during air refueling operations. The receiver channel is of the typeInteger
.- See Also:
-
TANKER_CHANNEL
The tanker air to air Y-band TACAN channel to be used during air refueling operations. The tanker channel is of the typeInteger
.- See Also:
-
ALTITUDE_1_DESCRIPTION
The altitude description of the first refueling. The altitude description is of the typeTLcdAltitudeType
.- See Also:
-
ALTITUDE_2_DESCRIPTION
The altitude description of the second refueling. The altitude description is of the typeTLcdAltitudeType
.- See Also:
-
ALTITUDE_3_DESCRIPTION
The altitude description of the third refueling. The altitude description is of the typeTLcdAltitudeType
.- See Also:
-
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 typeInteger
.- See Also:
-
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 typeInteger
.- See Also:
-
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 typeInteger
.- See Also:
-
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 typeInteger
.- See Also:
-
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 typeInteger
.- See Also:
-
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 typeInteger
.- See Also:
-
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 typeTLcdDistanceUnit
.- See Also:
-
SCHEDULING_UNIT
The military unit responsible for scheduling refueling operations. The scheduling unit is of the typeString
.- See Also:
-
ASSIGNED_ATC
The air traffic control center that controls the airspace within which this refueling track is located. The assigned ATC is of the typeString
.- See Also:
-
REFUELING_1_ALTITUDE_1_MEASURE
The minimum altitude of the first refueling. The altitude is of the typeILcdISO19103Measure
.- See Also:
-
REFUELING_1_ALTITUDE_2_MEASURE
The maximum altitude of the first refueling. The altitude is of the typeILcdISO19103Measure
.- See Also:
-
REFUELING_2_ALTITUDE_1_MEASURE
The minimum altitude of the second refueling. The altitude is of the typeILcdISO19103Measure
.- See Also:
-
REFUELING_2_ALTITUDE_2_MEASURE
The maximum altitude of the second refueling. The altitude is of the typeILcdISO19103Measure
.- See Also:
-
REFUELING_3_ALTITUDE_1_MEASURE
The minimum altitude of the third refueling. The altitude is of the typeILcdISO19103Measure
.- See Also:
-
REFUELING_3_ALTITUDE_2_MEASURE
The maximum altitude of the third refueling. The altitude is of the typeILcdISO19103Measure
.- See Also:
-
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 typeString
.- Since:
- 2022.0
- See Also:
-