Class TLcdDAFIFTMarkerDataProperties

java.lang.Object
com.luciad.format.dafift.model.navaid.TLcdDAFIFTMarkerDataProperties

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

    • AIRPORT_IDENTIFIER

      public static final TLcdDataProperty AIRPORT_IDENTIFIER
      The identification of the aerodrome to which the marker relates. The aerodrome identifier is of the type String.
    • RUNWAY_IDENTIFIER

      public static final TLcdDataProperty RUNWAY_IDENTIFIER
      The identification of the runway served by the marker. The runway identifier is of the type String.
    • COMPONENT_TYPE

      public static final TLcdDataProperty COMPONENT_TYPE
      A code indicating which part of an ILS or MLS installation is represented by the marker.

      The component type of a marker will always be 'B', 'I', 'M' or 'O'.

      The component type is of the type Character.

    • MARKER_TYPE

      public static final TLcdDataProperty MARKER_TYPE
      The type of this marker. The marker type is of the type TLcdMarkerType.
    • COLLOCATION

      public static final TLcdDataProperty COLLOCATION
      A code indicating how a locator or navaid is collocated. The collocation is of the type String.
    • NAME

      public static final TLcdDataProperty NAME
      The official name assigned to the marker by the controlling authority. The name is of the type String.
    • FREQUENCY

      public static final TLcdDataProperty FREQUENCY
      The frequency of this marker. 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.
    • LOCATION

      public static final TLcdDataProperty LOCATION
      The the distance from the approach end of the runway to the marker in thousandths of nautical miles. The location is of the type Float.
    • MAGNETIC_VARIATION

      public static final TLcdDataProperty MAGNETIC_VARIATION
      The angular difference between True North and Magnetic North. The magnetic variation is of the type String.
    • CYCLE_DATE

      public static final TLcdDataProperty CYCLE_DATE
      Identifies the calendar period in which the record was added to the DAFIFT 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