Class TLcdARINCTACANDataProperties
java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCTACANDataProperties
This class provides easy access to the properties of the TACAN type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The identification of the aerodrome to which the navaid relates.static final TLcdDataProperty
A code permitting to categorize the navaids by geographical area (standard record) or by airline for whom the data is provided (tailored record).static final TLcdDataProperty
The calendar period in which the record was added to the file or last revised.static final TLcdDataProperty
The characteristics of the NAVAID facility.static final TLcdDataProperty
The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations.static final TLcdDataProperty
The unit of measurement of the facility elevation.static final TLcdDataProperty
An indication of the usable ranges of the navaid.static final TLcdDataProperty
The Flight Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure.static final TLcdDataProperty
The value of the frequency.static final TLcdDataProperty
The distance in nautical miles to the next nearest navaid on the same frequency.static final TLcdDataProperty
The unit of measurement of the frequency.static final TLcdDataProperty
The two letter ICAO region of the navaid.static final TLcdDataProperty
The identification of the navaid.static final TLcdDataProperty
The name of the navaid.static final TLcdDataProperty
The class of the navaid.static final TLcdDataProperty
The original datum in which the geometry was encoded.static final TLcdDataProperty
The value of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked.static final TLcdDataProperty
The type of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked.static final TLcdDataProperty
The 5 char class code of the navaid.static final TLcdDataProperty
The Upper Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. -
Method Summary
-
Field Details
-
CUSTOMER_AREA_CODE
A code permitting to categorize the navaids by geographical area (standard record) or by airline for whom the data is provided (tailored record). The customer/area code is of the typeString
. -
ICAO_REGION
The two letter ICAO region of the navaid. The ICAO region is of the typeString
. -
IDENTIFIER
The identification of the navaid. The identifier is of the typeString
. -
NAME
The name of the navaid. The name is of the typeString
. -
NAVAID_CLASS
The class of the navaid. The operations type is of the typeTLcdNavaidType
. -
TACAN_CLASS
The 5 char class code of the navaid. The class code is of the typeString
.- Since:
- 2016.1.43
-
AERODROME_IDENTIFIER
The identification of the aerodrome to which the navaid relates. The aerodrome identifier is of the typeString
. -
FREQUENCY
The value of the frequency. The frequency is of the typeFloat
. -
FREQUENCY_UNIT
The unit of measurement of the frequency. The frequency unit is of the typeTLcdFrequencyUnit
. -
FREQUENCY_PROTECTION
The distance in nautical miles to the next nearest navaid on the same frequency. The frequency protection is of the typeString
. -
FIGURE_OF_MERIT
An indication of the usable ranges of the navaid. The figure of Merit is of the typeTLcdFigureOfMerit
. -
STATION_DECLINATION
The value of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. The station declination is of the typeFloat
. -
STATION_DECLINATION_TYPE
The type of the station declination, which contains the angular difference between true north and the zero degree radial of the NAVAID at the time the NAVAID was last site checked. The station declination type is of the typeTLcdStationDeclinationType
. -
ORIGINAL_DATUM
The original datum in which the geometry was encoded. Values are instances ofILcdGeodeticDatum
. -
FIR_IDENTIFIER
The Flight Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. For records that are classed or designated as high altitude, the FIR field will be blank. For detail records classed or designated as low altitude and high altitude, both the FIR and the UIR identifier will be entered. The FIR identifier is of the typeString
, consisting of 4 characters.- Since:
- 2016.1.43
-
UIR_IDENTIFIER
The Upper Information Region identifier provides Flight Information Service and Alerting Service, related to the altitude structure. For areas assigned a FIR identifier only that is valid for both the low altitude and the high altitude structure, the UIR field will be blank. For detail records classed or designated as low altitude and high altitude, both the FIR and the UIR identifier will be entered. The UIR identifier is of the typeString
, consisting of 4 characters.- Since:
- 2016.1.43
-
FACILITY_ELEVATION
The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations. The facility elevation is of the typeInteger
, in feet w.r.t. MSL.- Since:
- 2016.1.43
-
FACILITY_ELEVATION_UNIT
The unit of measurement of the facility elevation. The unit of measurement of the facility elevation is of the typeTLcdAltitudeUnit
.- Since:
- 2016.1.43
-
FACILITY_CHARACTERISTICS
The characteristics of the NAVAID facility. The content specifications of this field can be found in section 5.93 of ARINC Specification 424-18. The facility characteristics are of the typeString
.- Since:
- 2016.1.43
-
CYCLE_DATE
The calendar period in which the record was added to the file or last revised. A change in any ARINC 424 field, except Dynamic Magnetic Variation, Frequency Protection, Continuation Record Number and File Record Number, requires a cycle date change. The cycle date will not change if there is no change in the data. The first two digits of the field contain the last two digits of the year in which the addition or revision was made. The last two digits contain the numeric identity of the 28-day data update cycle during which the change occurred. Each calendar year contains 13 such cycles, however, on rare occasions 14 cycles will be encountered. The cycle date is of the typeString
.- Since:
- 2016.1.51
-