Package com.luciad.ais.model.obstacle
Interface ILcdObstacleFeature
public interface ILcdObstacleFeature
This class defines a list of possible features for an obstacle.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
The type of an obstacle such as mast, chimney, antenna, tree, ... The obstacle type is of the typeTLcdObstacleType
.- See Also:
-
NAME
The name of an obstacle. The name is of the typeString
.- See Also:
-
LIGHTED_FLAG
A boolean indicating that the obstacle is lighted. The lighted flag is of the typeBoolean
.- See Also:
-
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 typeBoolean
.- See Also:
-
HEIGHT
The value of the height of the obstacle above the ground surface. The height is of the typeInteger
.- See Also:
-
HEIGHT_UNIT
The unit of measurement of the height of an obstacle. The height unit is of the typeTLcdAltitudeUnit
.- See Also:
-
ELEVATION_AT_TOP
The elevation at the top of the obstacle. The elevation at top is of the typeInteger
.- See Also:
-
ELEVATION_AT_TOP_UNIT
The unit of measurement of the elevation at top. It is of the typeTLcdAltitudeUnit
.- See Also:
-