Interface ILcdATSRouteSegmentFeature

All Superinterfaces:
ILcdRouteSegmentFeature
All Known Subinterfaces:
ILcdARINCATSRouteSegmentFeature, ILcdDAFIFATSRouteSegmentFeature

public interface ILcdATSRouteSegmentFeature extends ILcdRouteSegmentFeature
This interface defines generally applicable features for an ATS route segment. If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The distance between the end points of the segment.
    static final String
    The unit of measurement for the distance.
    static final String
    A code indicating the airspace structure in which the route is effective.
    static final String
    A code representing the value of the required navigation performance or the required navigation performance in nautical miles.
    static final String
    A code identifying the type of route segment.
  • Field Details

    • TYPE

      static final String TYPE
      A code identifying the type of route segment. The operations type is of the type TLcdATSRouteSegmentType.
      See Also:
    • LEVEL

      static final String LEVEL
      A code indicating the airspace structure in which the route is effective. The level is of the type TLcdATSRouteSegmentLevel.
      See Also:
    • DISTANCE

      static final String DISTANCE
      The distance between the end points of the segment. The distance is of the type Float.
      See Also:
    • DISTANCE_UNIT

      static final String DISTANCE_UNIT
      The unit of measurement for the distance. The unit of measurement is of the type TLcdDistanceUnit.
      See Also:
    • REQUIRED_NAVIGATION_PERFORMANCE

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