Interface ILcdARINCATSRouteSegmentFeature

All Superinterfaces:
ILcdATSRouteSegmentFeature, ILcdRouteSegmentFeature

public interface ILcdARINCATSRouteSegmentFeature extends ILcdATSRouteSegmentFeature
This interface extends the more general applicable features defined in the ILcdATSRouteSegmentFeature interface with ARINC 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 an ARINC ATS route segment is TLcdARINCATSRouteSegmentDataProperties.

See Also:
  • Field Details

    • ICAO_REGION

      static final String ICAO_REGION
      The two letter ICAO region of the route segment. The ICAO region is of the type String.
      See Also:
    • OUTBOUND_MAGNETIC_COURSE

      static final String OUTBOUND_MAGNETIC_COURSE
      Directional information leading away from the fix of the route segment. The outbound magnetic course is of the type Float.
      See Also:
    • OUTBOUND_MAGNETIC_COURSE_TYPE

      static final String OUTBOUND_MAGNETIC_COURSE_TYPE
      The type of the outbound magnetic course of the route segment. The outbound magnetic course type is of the type TLcdBearingType.
      See Also:
    • INBOUND_MAGNETIC_COURSE

      static final String INBOUND_MAGNETIC_COURSE
      Directional information leading to the fix of the route segment. The inbound magnetic course is of the type Float.
      See Also:
    • INBOUND_MAGNETIC_COURSE_TYPE

      static final String INBOUND_MAGNETIC_COURSE_TYPE
      The type of the inbound magnetic course of the route segment. The inbound magnetic course type is of the type TLcdBearingType.
      See Also:
    • MINIMUM_ALTITUDE_1

      static final String MINIMUM_ALTITUDE_1
      The MEA or MFA if the altitude is the same for both directions of flight. If the route segment has different MEAs/MFAs for each direction of flight, this field will contain the MEA or MFA for the direction of flight in which the airway is coded. The minimum altitude is of the type Integer.
      See Also:
    • MINIMUM_ALTITUDE_1_UNIT

      static final String MINIMUM_ALTITUDE_1_UNIT
      The unit of measurement of the minimum altitude. The unit of measurement is of the type TLcdAltitudeUnit.
      See Also:
    • MINIMUM_ALTITUDE_2

      static final String MINIMUM_ALTITUDE_2
      Empty if the MEA/MFA is the same for both directions of flight. If the route segment has different MEAs/MFAs for each direction of flight, this field will contain the MEA or MFA for the opposite direction of the direction of flight in which the airway is coded. The minimum altitude is of the type Integer.
      See Also:
    • MINIMUM_ALTITUDE_2_UNIT

      static final String MINIMUM_ALTITUDE_2_UNIT
      The unit of measurement of the minimum altitude. The unit of measurement is of the type TLcdAltitudeUnit.
      See Also:
    • MAXIMUM_ALTITUDE

      static final String MAXIMUM_ALTITUDE
      The maximum allowed altitude for the route segment. The maximum altitude is of the type Integer.
      See Also:
    • MAXIMUM_ALTITUDE_UNIT

      static final String MAXIMUM_ALTITUDE_UNIT
      The unit of measurement of the maximum altitude. The unit of measurement is of the type TLcdAltitudeUnit.
      See Also:
    • DIRECTION_RESTRICTION

      static final String DIRECTION_RESTRICTION
      An indication of the direction an enroute airway is to be flown. The direction restriction is of the type TLcdRouteDirectionRestriction.
      See Also:
    • CRUISE_LEVEL

      static final String CRUISE_LEVEL
      A code identifying the Cruise Table record that is to be used for cruise levels. The cruise level is of the type String
      See Also:
    • FIXED_RADIUS_TRANSITION_INDICATOR

      static final String FIXED_RADIUS_TRANSITION_INDICATOR
      An indication that a specific turn radius from the inbound course to the outbound course is required by the airspace controlling agency. The radius value is expressed in nautical miles. The radius is of the type Float.
      See Also:
    • SEQUENCE_NUMBER

      static final String SEQUENCE_NUMBER
      A flight sequence order. A route of flight is defined by a series of records taken in order. The sequence number then defines the location of the record in the sequence defining the route of flight identified in the route identifier field. The sequence number is of the type Integer.
      See Also:
    • FIX_IDENTIFIER

      static final String FIX_IDENTIFIER
      The five-character-name-code with which the fix is identified. The fix identifier is of the type String.
      See Also:
    • WAYPOINT_DESCRIPTION_CODE

      static final String WAYPOINT_DESCRIPTION_CODE
      The Waypoint Description Code field enables the significance or function of a fix at a specific location in a route to be identified. The property provides information on the type of fix. The specification of valid contents for this property can be found in section 5.17 of ARINC Specification 424-18. The waypoint description code is of the type String.
      See Also:
    • CYCLE_DATE

      static final String 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
      See Also: