Interface ILcdObstacleFeature


public interface ILcdObstacleFeature
This class defines a list of possible features for an obstacle.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The elevation at the top of the obstacle.
    static final String
    The unit of measurement of the elevation at top.
    static final String
    A boolean indicating that the obstacle consists of a group of obstacles of the same type such as a group of trees, a group of buildings, a group of antennas, ...
    static final String
    The value of the height of the obstacle above the ground surface.
    static final String
    The unit of measurement of the height of an obstacle.
    static final String
    A boolean indicating that the obstacle is lighted.
    static final String
    The name of an obstacle.
    static final String
    The type of an obstacle such as mast, chimney, antenna, tree, ...
  • Field Details

    • TYPE

      static final String TYPE
      The type of an obstacle such as mast, chimney, antenna, tree, ... The obstacle type is of the type TLcdObstacleType.
      See Also:
    • NAME

      static final String NAME
      The name of an obstacle. The name is of the type String.
      See Also:
    • LIGHTED_FLAG

      static final String LIGHTED_FLAG
      A boolean indicating that the obstacle is lighted. The lighted flag is of the type Boolean.
      See Also:
    • GROUP_FLAG

      static final String GROUP_FLAG
      A boolean indicating that the obstacle consists of a group of obstacles of the same type such as a group of trees, a group of buildings, a group of antennas, ... The group flag is of the type Boolean.
      See Also:
    • HEIGHT

      static final String HEIGHT
      The value of the height of the obstacle above the ground surface. The height is of the type Integer.
      See Also:
    • HEIGHT_UNIT

      static final String HEIGHT_UNIT
      The unit of measurement of the height of an obstacle. The height unit is of the type TLcdAltitudeUnit.
      See Also:
    • ELEVATION_AT_TOP

      static final String ELEVATION_AT_TOP
      The elevation at the top of the obstacle. The elevation at top is of the type Integer.
      See Also:
    • ELEVATION_AT_TOP_UNIT

      static final String ELEVATION_AT_TOP_UNIT
      The unit of measurement of the elevation at top. It is of the type TLcdAltitudeUnit.
      See Also: