Class ObstacleCollection
Allows obstacles to be in a collection
Implements
Inherited Members
Namespace: FpAssistantCore.GeneralAviation.Obstacles
Assembly: FpAssistantCoreScl.dll
Syntax
public class ObstacleCollection : Collection<Obstacle>, IList<Obstacle>, ICollection<Obstacle>, IReadOnlyList<Obstacle>, IReadOnlyCollection<Obstacle>, IEnumerable<Obstacle>, IList, ICollection, IEnumerable
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 | |
string | projectionZoneIdentifier |