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 SourceAsGeoMapElements(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 |
AssignGridCoordinate(CoordinateSystem, String)
Declaration
public void AssignGridCoordinate(CoordinateSystem coordinateSystem, string projectionZoneIdentifier)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | coordinateSystem | |
System.String | projectionZoneIdentifier |