Show / Hide Table of Contents

Class ObstacleCollection

Allows obstacles to be in a collection

Inheritance
System.Object
ObstacleCollection
Namespace: FpAssistantCore.GeneralAviation.Obstacles
Assembly: FpAssistantCoreScl.dll
Syntax
public class ObstacleCollection : Collection<Obstacle>

Methods

View Source

AsGeoMapElements(ObstacleGeographyMappings)

Translates obstacles to GeoMap representations

Declaration
public GeoMapElementCollection AsGeoMapElements(ObstacleGeographyMappings obstacleGeographyMappings)
Parameters
Type Name Description
ObstacleGeographyMappings obstacleGeographyMappings

Controls how the obstacle type is mapped to a geography type

Returns
Type Description
GeoMapElementCollection

Collection of GeoMapElements based on the obstacles

View Source

AssignGridCoordinate(CoordinateSystem, String)

Declaration
public void AssignGridCoordinate(CoordinateSystem coordinateSystem, string projectionZoneIdentifier)
Parameters
Type Name Description
CoordinateSystem coordinateSystem
System.String projectionZoneIdentifier

See Also

Obstacle
PointObstacle
LineObstacle
PolygonObstacle
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited