Show / Hide Table of Contents

Class LineObstacle

Line obstacle

Inheritance
object
Obstacle
LineObstacle
Inherited Members
Obstacle.Description
Obstacle.Id
Obstacle.InternalId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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)

Represents obstacle as a GeoMapElement

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)

assigns the GridCoordinate a XY value

Declaration
public override void AssignGridCoordinate(CoordinateSystem coordinateSystem, string projectionZoneIdentifier)
Parameters
Type Name Description
CoordinateSystem coordinateSystem

choice of coordinate system to convert GeoCoordinate Latitude/Longitude values

string projectionZoneIdentifier

The zone identfier of the coordinate system

Overrides
Obstacle.AssignGridCoordinate(CoordinateSystem, string)
Remarks

The GridCoordinate property of the obstacle is used in the mathematical calculation in obstacle evaluation. It is important then the GridCoordinate is in the same map projection as the facet data

View Source

AssignGridCoordinate(MapProjections)

assigns the GridCoordinate a XY value

Declaration
public override void AssignGridCoordinate(MapProjections mapProjection)
Parameters
Type Name Description
MapProjections mapProjection

A map projection to be used to calculate the GridCoordinate

Overrides
Obstacle.AssignGridCoordinate(MapProjections)
Remarks

The GridCoordinate property of the obstacle is used in the mathematical calculation in obstacle evaluation. It is important then the GridCoordinate is in the same map projection as the facet data

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited