Interface ILcdRunwayFeature

All Known Subinterfaces:
ILcdAIXMRunwayFeature, ILcdARINCRunwayFeature, ILcdDAFIFRunwayFeature

public interface ILcdRunwayFeature
This interface defines general applicable features for a runway.

If a featured domain object contains a value for a feature, this value should comply with the terms specified in this interface.

  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The length of the runway.
    static final String
    The unit of measurement of the length.
    static final String
    A code indicating the composition of the runway surface.
    static final String
    The width of the runway.
    static final String
    The unit of measurement of the width.
  • Field Details Link icon

    • LENGTH Link icon

      static final String LENGTH
      The length of the runway. The length is of the type Double.
      See Also:
    • LENGTH_UNIT Link icon

      static final String LENGTH_UNIT
      The unit of measurement of the length. The unit of measurement of the length is of type TLcdDistanceUnit.
      See Also:
    • WIDTH Link icon

      static final String WIDTH
      The width of the runway. The width is of the type Double.
      See Also:
    • WIDTH_UNIT Link icon

      static final String WIDTH_UNIT
      The unit of measurement of the width. The unit of measurement of the width is of the type TLcdDistanceUnit.
      See Also:
    • SURFACE_TYPE Link icon

      static final String SURFACE_TYPE
      A code indicating the composition of the runway surface. The surface type is of the type TLcdRunwaySurfaceType.
      See Also: