Class LineObstacleSegment
Line segment consisting of two points with the same height at either end
Inheritance
System.Object
LineObstacleSegment
Namespace: FpAssistantCore.GeneralAviation.Obstacles
Assembly: FpAssistantCoreScl.dll
Syntax
public class LineObstacleSegment : object
Constructors
View SourceLineObstacleSegment(GeoCoordinate, GeoCoordinate)
Create using a start and end coordinate
Declaration
public LineObstacleSegment(GeoCoordinate startCoordinate, GeoCoordinate endCoordinate)
Parameters
Type | Name | Description |
---|---|---|
GeoCoordinate | startCoordinate | |
GeoCoordinate | endCoordinate |
Properties
View SourceEndCoordinate
Access to the second coordinate of the LineObstacleSegment object
Declaration
public GeoCoordinate EndCoordinate { get; }
Property Value
Type | Description |
---|---|
GeoCoordinate | End coordinate of the line |
HeightMsl
Access to the height of the line segment
Declaration
public LinearDistance HeightMsl { get; set; }
Property Value
Type | Description |
---|---|
LinearDistance | Value of the height of the segment of the line |
StartCoordinate
Access to the first coordinate of the LineObstacleSegment object
Declaration
public GeoCoordinate StartCoordinate { get; }
Property Value
Type | Description |
---|---|
GeoCoordinate | Start coordinate of the line |