Class TLcdARINCATSRouteSegmentDataProperties

java.lang.Object
com.luciad.format.arinc.model.route.TLcdARINCATSRouteSegmentDataProperties

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

    • ICAO_REGION

      public static final TLcdDataProperty ICAO_REGION
      The two letter ICAO region of the route segment. The ICAO region is of the type String.
    • DIRECTION_RESTRICTION

      public static final TLcdDataProperty DIRECTION_RESTRICTION
      An indication of the direction an enroute airway is to be flown. The direction restriction is of the type TLcdRouteDirectionRestriction.
    • CRUISE_LEVEL

      public static final TLcdDataProperty 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
    • TYPE

      public static final TLcdDataProperty TYPE
      A code identifying the type of route segment. The operations type is of the type TLcdATSRouteSegmentType.
    • LEVEL

      public static final TLcdDataProperty LEVEL
      A code indicating the airspace structure in which the route is effective. The level is of the type TLcdATSRouteSegmentLevel.
    • INBOUND_MAGNETIC_COURSE

      public static final TLcdDataProperty INBOUND_MAGNETIC_COURSE
      Directional information leading to the fix of the route segment. The inbound magnetic course is of the type Float.
    • INBOUND_MAGNETIC_COURSE_TYPE

      public static final TLcdDataProperty 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.
    • OUTBOUND_MAGNETIC_COURSE

      public static final TLcdDataProperty OUTBOUND_MAGNETIC_COURSE
      Directional information leading away from the fix of the route segment. The outbound magnetic course is of the type Float.
    • OUTBOUND_MAGNETIC_COURSE_TYPE

      public static final TLcdDataProperty 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.
    • MINIMUM_ALTITUDE_1

      public static final TLcdDataProperty 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.
    • MINIMUM_ALTITUDE_UNIT_1

      public static final TLcdDataProperty MINIMUM_ALTITUDE_UNIT_1
      The unit of measurement of the minimum altitude. The unit of measurement is of the type TLcdAltitudeUnit.
    • MINIMUM_ALTITUDE_2

      public static final TLcdDataProperty 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.
    • MINIMUM_ALTITUDE_UNIT_2

      public static final TLcdDataProperty MINIMUM_ALTITUDE_UNIT_2
      The unit of measurement of the minimum altitude. The unit of measurement is of the type TLcdAltitudeUnit.
    • MAXIMUM_ALTITUDE

      public static final TLcdDataProperty MAXIMUM_ALTITUDE
      The maximum allowed altitude for the route segment. The maximum altitude is of the type Integer.
    • MAXIMUM_ALTITUDE_UNIT

      public static final TLcdDataProperty MAXIMUM_ALTITUDE_UNIT
      The unit of measurement of the maximum altitude. The unit of measurement is of the type TLcdAltitudeUnit.
    • DISTANCE

      public static final TLcdDataProperty DISTANCE
      The distance between the end points of the segment. The distance is of the type Float.
    • DISTANCE_UNIT

      public static final TLcdDataProperty DISTANCE_UNIT
      The unit of measurement for the distance. The unit of measurement is of the type TLcdDistanceUnit.
    • REQUIRED_NAVIGATION_PERFORMANCE

      public static final TLcdDataProperty REQUIRED_NAVIGATION_PERFORMANCE
      A code representing the value of the required navigation performance or the required navigation performance in nautical miles. The required navigation performance is of the type String.
    • FIXED_RADIUS_TRANSITION_INDICATOR

      public static final TLcdDataProperty 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.
    • SEQUENCE_NUMBER

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

      public static final TLcdDataProperty FIX_IDENTIFIER
      The five-character-name-code with which the fix is identified. The fix identifier is of the type String.
      Since:
      2016.1.43
    • WAYPOINT_DESCRIPTION_CODE

      public static final TLcdDataProperty 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.
      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