Interface ILcdRunwayDirectionFeature

All Known Subinterfaces:
ILcdAIXMRunwayDirectionFeature, ILcdARINCRunwayDirectionFeature, ILcdDAFIFRunwayDirectionFeature

public interface ILcdRunwayDirectionFeature
This interface defines general applicable features for a runway direction.

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 identifier of the runway direction.
    static final String
    The magnetic heading of the runway direction.
    static final String
    The length of the runway to which this direction belongs.
    static final String
    The unit of measurement of the runway length.
    static final String
    A true bearing value, entered independently of the magnetic variation given in the primary record.
  • Field Details

    • IDENTIFIER

      static final String IDENTIFIER
      The identifier of the runway direction. The identifier is of the type String.
      See Also:
    • MAGNETIC_HEADING

      static final String MAGNETIC_HEADING
      The magnetic heading of the runway direction. The magnetic heading is of the type Float.
      See Also:
    • RUNWAY_LENGTH

      static final String RUNWAY_LENGTH
      The length of the runway to which this direction belongs. The runway length is of the type Double.
      See Also:
    • RUNWAY_LENGTH_UNIT

      static final String RUNWAY_LENGTH_UNIT
      The unit of measurement of the runway length. The runway length unit is of the type TLcdDistanceUnit.
      See Also:
    • TRUE_BEARING

      static final String TRUE_BEARING
      A true bearing value, entered independently of the magnetic variation given in the primary record. The true bearing is of the type Float, in degrees, tenths of a degree and hundredths of a degree, with the decimal point suppressed.
      See Also: