Interface ILcdDAFIFMilitaryTrainingRoutePointFeature

All Superinterfaces:
ILcdMilitaryTrainingRoutePointFeature, ILcdRoutePointFeature

public interface ILcdDAFIFMilitaryTrainingRoutePointFeature extends ILcdMilitaryTrainingRoutePointFeature
This interface extends the more general applicable features defined in the ILcdMilitaryTrainingRoutePointFeature interface with DAFIF 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 a DAFIF military training route point is TLcdDAFIFMilitaryTrainingRoutePointDataProperties.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Additional information vital to the execution of the military training route at this point to the next point.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the CROSS_ALTITUDE_1_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The cross altitude one of this military training route point.
    static final String
    Deprecated.
    TLcdDistanceUnit is inappropriate for representing altitude values.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the CROSS_ALTITUDE_2_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The cross altitude two of this military training route point.
    static final String
    Deprecated.
    TLcdDistanceUnit is inappropriate for representing altitude values.
    static final String
    The cross altitude description of this military training route point.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ENROUTE_ALTITUDE_1_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The enroute altitude one of this military training route point.
    static final String
    Deprecated.
    TLcdDistanceUnit is inappropriate for representing altitude values.
    static final String
    Deprecated.
    This value is always converted to feet by the decoder, in order to comply with the ENROUTE_ALTITUDE_2_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes.
    static final String
    The cross altitude two of this military training route point.
    static final String
    Deprecated.
    TLcdDistanceUnit is inappropriate for representing altitude values.
    static final String
    The enroute altitude description of this military training route point.
    static final String
    The fix of this military training route point.
    static final String
    The identifier of the next military training route point.
    static final String
    The identifier of this military training route point.
    static final String
    The specific direction in which a turn is to be made.
    static final String
    The turn radius around this military training route point.
    static final String
    The unit of measurement of the turn radius.
    static final String
    The usage code of the waypoint.
    static final String
    The width on the left side of the center line of this military training route point.
    static final String
    The width on the right side of the center line of this military training route point.
  • Field Details

    • POINT_IDENTIFIER

      static final String POINT_IDENTIFIER
      The identifier of this military training route point. The identifier is of the type String.
      See Also:
    • FIX

      static final String FIX
      The fix of this military training route point. The fix is of the type String.
      See Also:
    • USAGE_CODE

      static final String USAGE_CODE
      The usage code of the waypoint. A usage code indicates the airspace structure in which the waypoint is utilized. Usage code is of the type TLcdMilitaryTrainingRoutePointUsageCode.
      See Also:
    • NEXT_POINT_IDENTIFIER

      static final String NEXT_POINT_IDENTIFIER
      The identifier of the next military training route point. The identifier of the next point is of the type String.
      See Also:
    • CROSS_ALTITUDE_DESCRIPTION

      static final String CROSS_ALTITUDE_DESCRIPTION
      The cross altitude description of this military training route point. The cross altitude description is of the type TLcdAltitudeType.
      See Also:
    • CROSS_ALTITUDE_1

      static final String CROSS_ALTITUDE_1
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the CROSS_ALTITUDE_1_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use CROSS_ALTITUDE_1_MEASURE to obtain the unconverted altitude value as well as its unit of measure.
      The cross altitude one of this military training route point. The cross altitude one is of the type Integer.
      See Also:
    • CROSS_ALTITUDE_1_UNIT

      static final String CROSS_ALTITUDE_1_UNIT
      Deprecated.
      TLcdDistanceUnit is inappropriate for representing altitude values. Use the *_MEASURE attributes to obtain an altitude value with a properly matching unit of measure.
      The unit of measurement of the cross altitude one. The cross altitude one unit is of the type TLcdDistanceUnit.
      See Also:
    • CROSS_ALTITUDE_2

      static final String CROSS_ALTITUDE_2
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the CROSS_ALTITUDE_2_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use CROSS_ALTITUDE_2_MEASURE to obtain the unconverted altitude value as well as its unit of measure.
      The cross altitude two of this military training route point. The cross altitude two is of the type Integer.
      See Also:
    • CROSS_ALTITUDE_2_UNIT

      static final String CROSS_ALTITUDE_2_UNIT
      Deprecated.
      TLcdDistanceUnit is inappropriate for representing altitude values. Use the *_MEASURE attributes to obtain an altitude value with a properly matching unit of measure.
      The unit of measurement of the cross altitude two. The cross altitude two unit is of the type TLcdDistanceUnit.
      See Also:
    • ENROUTE_ALTITUDE_DESCRIPTION

      static final String ENROUTE_ALTITUDE_DESCRIPTION
      The enroute altitude description of this military training route point. The enroute altitude description is of the type TLcdAltitudeType.
      See Also:
    • ENROUTE_ALTITUDE_1

      static final String ENROUTE_ALTITUDE_1
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ENROUTE_ALTITUDE_1_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use ENROUTE_ALTITUDE_1_MEASURE to obtain the unconverted altitude value as well as its unit of measure.
      The enroute altitude one of this military training route point. The enroute altitude one is of the type Integer.
      See Also:
    • ENROUTE_ALTITUDE_1_UNIT

      static final String ENROUTE_ALTITUDE_1_UNIT
      Deprecated.
      TLcdDistanceUnit is inappropriate for representing altitude values. Use the *_MEASURE attributes to obtain an altitude value with a properly matching unit of measure.
      The unit of measurement of the enroute altitude one. The enroute altitude one unit is of the type TLcdDistanceUnit.
      See Also:
    • ENROUTE_ALTITUDE_2

      static final String ENROUTE_ALTITUDE_2
      Deprecated.
      This value is always converted to feet by the decoder, in order to comply with the ENROUTE_ALTITUDE_2_UNIT feature, which is of type TLcdDistanceUnit and therefore cannot express flight level altitudes. Use ENROUTE_ALTITUDE_2_MEASURE to obtain the unconverted altitude value as well as its unit of measure.
      The enroute altitude two of this military training route point. The enroute altitude two is of the type Integer.
      See Also:
    • ENROUTE_ALTITUDE_2_UNIT

      static final String ENROUTE_ALTITUDE_2_UNIT
      Deprecated.
      TLcdDistanceUnit is inappropriate for representing altitude values. Use the *_MEASURE attributes to obtain an altitude value with a properly matching unit of measure.
      The unit of measurement of the enroute altitude two. The enroute altitude two unit is of the type TLcdDistanceUnit.
      See Also:
    • WIDTH_LEFT

      static final String WIDTH_LEFT
      The width on the left side of the center line of this military training route point. The width is of the type Float.
      See Also:
    • WIDTH_RIGHT

      static final String WIDTH_RIGHT
      The width on the right side of the center line of this military training route point. The width is of the type Float.
      See Also:
    • TURN_RADIUS

      static final String TURN_RADIUS
      The turn radius around this military training route point. The turn radius is of the type Float.
      See Also:
    • TURN_RADIUS_UNIT

      static final String TURN_RADIUS_UNIT
      The unit of measurement of the turn radius. The turn radius unit is of the type TLcdDistanceUnit.
      See Also:
    • TURN_DIRECTION

      static final String TURN_DIRECTION
      The specific direction in which a turn is to be made. The turn direction is of the type Character.
      See Also:
    • ADDITIONAL_ROUTE_INFO

      static final String ADDITIONAL_ROUTE_INFO
      Additional information vital to the execution of the military training route at this point to the next point. The additional route info is of the type String.
      See Also:
    • CROSS_ALTITUDE_1_MEASURE

      static final String CROSS_ALTITUDE_1_MEASURE
      The cross altitude one of this military training route point. The cross altitude one is of the type ILcdISO19103Measure.
      See Also:
    • CROSS_ALTITUDE_2_MEASURE

      static final String CROSS_ALTITUDE_2_MEASURE
      The cross altitude two of this military training route point. The cross altitude two is of the type ILcdISO19103Measure.
      See Also:
    • ENROUTE_ALTITUDE_1_MEASURE

      static final String ENROUTE_ALTITUDE_1_MEASURE
      The enroute altitude one of this military training route point. The enroute altitude one is of the type ILcdISO19103Measure.
      See Also:
    • ENROUTE_ALTITUDE_2_MEASURE

      static final String ENROUTE_ALTITUDE_2_MEASURE
      The cross altitude two of this military training route point. The cross altitude two is of the type ILcdISO19103Measure.
      See Also: