TerrainWarningOverlay.TerrainWarningOverlay Constructors
Initializes a new instance of the TerrainWarningOverlay class.
Overload List
| Name | Description | |
|---|---|---|
| Public method | TerrainWarningOverlay() | Initializes a new instance of the TerrainWarningOverlay class. |
| Public method | TerrainWarningOverlay(Point position) | Initializes a new instance of the TerrainWarningOverlay class with the specified aircraft position. |
| Public method | TerrainWarningOverlay(Point position, System.Double maxDistance) | Initializes a new instance of the TerrainWarningOverlay class with the specified aircraft position and maximum distance. |
| Public method | TerrainWarningOverlay(Operator input) | Initializes a new instance of the TerrainWarningOverlay class with the specified input operator. |
| Public method | TerrainWarningOverlay(Operator input, System.Double maxDistance) | Initializes a new instance of the TerrainWarningOverlay class with the specified input operator and maximum distance. |
TerrainWarningOverlay()
Initializes a new instance of the TerrainWarningOverlay class.Syntax
public TerrainWarningOverlay ()Remarks
The ColorTable is empty in a new TerrainWarningOverlay instance and must be populated before a terrain warning can be displayed.
TerrainWarningOverlay(Point position)
Initializes a new instance of the TerrainWarningOverlay class with the specified aircraft position.Syntax
public TerrainWarningOverlay (
Point position
)Parameters
The position of the aircraft used to generate the terrain warning.
Remarks
The ColorTable is empty in a new TerrainWarningOverlay instance and must be populated before a terrain warning can be displayed.
TerrainWarningOverlay(Point position, System.Double maxDistance)
Initializes a new instance of the TerrainWarningOverlay class with the specified aircraft position and maximum distance.Syntax
public TerrainWarningOverlay (
Point position,
System.Double maxDistance
)Parameters
The position of the aircraft used to generate the terrain warning.
The maximum distance, in meters, from position at which the terrain warning is displayed.
TerrainWarningOverlay(Operator input)
Initializes a new instance of the TerrainWarningOverlay class with the specified input operator.Syntax
public TerrainWarningOverlay (
Operator input
)Parameters
The ...
TerrainWarningOverlay(Operator input, System.Double maxDistance)
Initializes a new instance of the TerrainWarningOverlay class with the specified input operator and maximum distance.Syntax
public TerrainWarningOverlay (
Operator input,
System.Double maxDistance
)Parameters
The ...
The maximum distance, in meters, from position at which the terrain warning is displayed.
Platforms
Windows, Linux, Android