Class TLcdDAFIFRefuelingTrackDataProperties
java.lang.Object
com.luciad.format.dafif.model.refuelingtrack.TLcdDAFIFRefuelingTrackDataProperties
This class provides easy access to the properties of the RefuelingTrack type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The altitude description of the first refueling.static final TLcdDataProperty
The altitude description of the third refueling.static final TLcdDataProperty
The altitude description of the second refueling.static final TLcdDataProperty
The APN radar beacon code setting of this refueling track.static final TLcdDataProperty
The APX radar beacon code setting of this refueling track.static final TLcdDataProperty
The air traffic control center that controls the airspace within which this refueling track is located.static final TLcdDataProperty
The back-up UHF frequency of this refueling track.static final TLcdDataProperty
The unit of measurement of the back-up UHF frequency.static final TLcdDataProperty
A code indicating the country in which the refueling track or anchor is located.static final TLcdDataProperty
A code indicating predominant direction of the refueling track or anchor at the point of entry.static final TLcdDataProperty
The ICAO location identifier at the point of entry.static final TLcdDataProperty
The name or series of characters with which the refueling operations are identified.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
The primary UHF frequency of this refueling track.static final TLcdDataProperty
The unit of measurement of the primary UHF frequency.static final TLcdDataProperty
The receiver air to air Y-band TACAN channel to be used during air refueling operations.static final TLcdDataProperty
The minimum altitude of the first refueling.static final TLcdDataProperty
The maximum altitude of the first refueling.static final TLcdDataProperty
The minimum altitude of the third refueling.static final TLcdDataProperty
The maximum altitude of the third refueling.static final TLcdDataProperty
The minimum altitude of the second refueling.static final TLcdDataProperty
The maximum altitude of the second refueling.static final TLcdDataProperty
The military unit responsible for scheduling refueling operations.static final TLcdDataProperty
The tanker air to air Y-band TACAN channel to be used during air refueling operations.static final TLcdDataProperty
The type of this refueling track. -
Method Summary
-
Field Details
-
IDENTIFIER
The name or series of characters with which the refueling operations are identified. The identification is of the typeString
. -
DIRECTION
A code indicating predominant direction of the refueling track or anchor at the point of entry. The direction is of the typeString
. -
TYPE
The type of this refueling track. The type is of the typeTLcdRefuelingTrackType
. -
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
. -
COUNTRY_CODE
A code indicating the country in which the refueling track or anchor is located. The country code is of the typeString
. -
PRIMARY_UHF_FREQUENCY
The primary UHF frequency of this refueling track. The primary UHF frequency is of the typeFloat
. -
PRIMARY_UHF_FREQUENCY_UNIT
The unit of measurement of the primary UHF frequency. The primary UHF frequency unit is of the typeTLcdFrequencyUnit
. -
BACK_UP_UHF_FREQUENCY
The back-up UHF frequency of this refueling track. The back-up UHF frequency is of the typeFloat
. -
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
. -
APN_69_134_135_SETTING
The APN radar beacon code setting of this refueling track. The APN radar beacon code setting is of the typeString
. -
APX_78_ENCODE_DECODE
The APX radar beacon code setting of this refueling track. The APX radar beacon code setting is of the typeString
. -
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
. -
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
. -
ALTITUDE_ONE_DESCRIPTION
The altitude description of the first refueling. The altitude description is of the typeTLcdAltitudeType
. -
ALTITUDE_TWO_DESCRIPTION
The altitude description of the second refueling. The altitude description is of the typeTLcdAltitudeType
. -
ALTITUDE_THREE_DESCRIPTION
The altitude description of the third refueling. The altitude description is of the typeTLcdAltitudeType
. -
SCHEDULING_UNIT
The military unit responsible for scheduling refueling operations. The scheduling unit is of the typeString
. -
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
. -
REFUELING_ONE__ALTITUDE_ONE_MEASURE
The minimum altitude of the first refueling. The altitude is of the typeILcdISO19103Measure
. -
REFUELING_ONE__ALTITUDE_TWO_MEASURE
The maximum altitude of the first refueling. The altitude is of the typeILcdISO19103Measure
. -
REFUELING_TWO__ALTITUDE_ONE_MEASURE
The minimum altitude of the second refueling. The altitude is of the typeILcdISO19103Measure
. -
REFUELING_TWO__ALTITUDE_TWO_MEASURE
The maximum altitude of the second refueling. The altitude is of the typeILcdISO19103Measure
. -
REFUELING_THREE__ALTITUDE_ONE_MEASURE
The minimum altitude of the third refueling. The altitude is of the typeILcdISO19103Measure
. -
REFUELING_THREE__ALTITUDE_TWO_MEASURE
The maximum altitude of the third refueling. The altitude is of the typeILcdISO19103Measure
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
.
-