Show / Hide Table of Contents

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 Source

LineObstacleSegment(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 Source

EndCoordinate

Access to the second coordinate of the LineObstacleSegment object

Declaration
public GeoCoordinate EndCoordinate { get; }
Property Value
Type Description
GeoCoordinate

End coordinate of the line

View Source

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

View Source

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

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited