Show / Hide Table of Contents

Class LineObstacle

Line obstacle

Inheritance
System.Object
Obstacle
LineObstacle
Inherited Members
Obstacle.Description
Obstacle.Id
Obstacle.InternalId
Namespace: FpAssistantCore.GeneralAviation.Obstacles
Assembly: FpAssistantCoreScl.dll
Syntax
public class LineObstacle : Obstacle
Remarks

Make up of one of more line segments of two points that have the same height but different segments can have different heights

Properties

View Source

LineSegments

Contains a list of LineObstacleSegments

Declaration
public List<LineObstacleSegment> LineSegments { get; set; }
Property Value
Type Description
List<LineObstacleSegment>

List of LineObstacleSegment

Methods

View Source

AsGeoMapElement(ObstacleGeographyMappings)

Declaration
public override GeoMapElement AsGeoMapElement(ObstacleGeographyMappings obstacleGeographyMappings)
Parameters
Type Name Description
ObstacleGeographyMappings obstacleGeographyMappings
Returns
Type Description
GeoMapElement
Overrides
Obstacle.AsGeoMapElement(ObstacleGeographyMappings)
View Source

AssignGridCoordinate(CoordinateSystem, String)

Declaration
public override void AssignGridCoordinate(CoordinateSystem coordinateSystem, string projectionZoneIdentifier)
Parameters
Type Name Description
CoordinateSystem coordinateSystem
System.String projectionZoneIdentifier
Overrides
Obstacle.AssignGridCoordinate(CoordinateSystem, String)
View Source

AssignGridCoordinate(MapProjections)

Declaration
public override void AssignGridCoordinate(MapProjections mapProjection)
Parameters
Type Name Description
MapProjections mapProjection
Overrides
Obstacle.AssignGridCoordinate(MapProjections)
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited