Class TLcdARINCTACANDataProperties

java.lang.Object
com.luciad.format.arinc.model.navaid.TLcdARINCTACANDataProperties

public final class TLcdARINCTACANDataProperties extends Object
This class provides easy access to the properties of the TACAN type.
See Also:
  • Field Details

    • CUSTOMER_AREA_CODE

      public static final TLcdDataProperty 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 type String.
    • ICAO_REGION

      public static final TLcdDataProperty ICAO_REGION
      The two letter ICAO region of the navaid. The ICAO region is of the type String.
    • IDENTIFIER

      public static final TLcdDataProperty IDENTIFIER
      The identification of the navaid. The identifier is of the type String.
    • NAME

      public static final TLcdDataProperty NAME
      The name of the navaid. The name is of the type String.
    • TACAN_CLASS

      public static final TLcdDataProperty TACAN_CLASS
      The 5 char class code of the navaid. The class code is of the type String.
      Since:
      2016.1.43
    • AERODROME_IDENTIFIER

      public static final TLcdDataProperty AERODROME_IDENTIFIER
      The identification of the aerodrome to which the navaid relates. The aerodrome identifier is of the type String.
    • FREQUENCY

      public static final TLcdDataProperty FREQUENCY
      The value of the frequency. The frequency is of the type Float.
    • FREQUENCY_UNIT

      public static final TLcdDataProperty FREQUENCY_UNIT
      The unit of measurement of the frequency. The frequency unit is of the type TLcdFrequencyUnit.
    • FREQUENCY_PROTECTION

      public static final TLcdDataProperty FREQUENCY_PROTECTION
      The distance in nautical miles to the next nearest navaid on the same frequency. The frequency protection is of the type String.
    • FIGURE_OF_MERIT

      public static final TLcdDataProperty FIGURE_OF_MERIT
      An indication of the usable ranges of the navaid. The figure of Merit is of the type TLcdFigureOfMerit.
    • STATION_DECLINATION

      public static final TLcdDataProperty 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 type Float.
    • STATION_DECLINATION_TYPE

      public static final TLcdDataProperty 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 type TLcdStationDeclinationType.
    • ORIGINAL_DATUM

      public static final TLcdDataProperty ORIGINAL_DATUM
      The original datum in which the geometry was encoded. Values are instances of ILcdGeodeticDatum.
    • FIR_IDENTIFIER

      public static final TLcdDataProperty 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 type String, consisting of 4 characters.
      Since:
      2016.1.43
    • UIR_IDENTIFIER

      public static final TLcdDataProperty 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 type String, consisting of 4 characters.
      Since:
      2016.1.43
    • FACILITY_ELEVATION

      public static final TLcdDataProperty FACILITY_ELEVATION
      The elevation of the VOR, NDB, ILS Marker, Airways Marker and Airport Communications stations. The facility elevation is of the type Integer, in feet w.r.t. MSL.
      Since:
      2016.1.43
    • FACILITY_ELEVATION_UNIT

      public static final TLcdDataProperty FACILITY_ELEVATION_UNIT
      The unit of measurement of the facility elevation. The unit of measurement of the facility elevation is of the type TLcdAltitudeUnit.
      Since:
      2016.1.43
    • FACILITY_CHARACTERISTICS

      public static final TLcdDataProperty 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 type String.
      Since:
      2016.1.43
    • CYCLE_DATE

      public static final TLcdDataProperty 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 type String.
      Since:
      2016.1.51