Show / Hide Table of Contents

Class ObstacleCollection

Allows obstacles to be in a collection

Inheritance
object
Collection<Obstacle>
ObstacleCollection
Implements
IList<Obstacle>
ICollection<Obstacle>
IReadOnlyList<Obstacle>
IReadOnlyCollection<Obstacle>
IEnumerable<Obstacle>
IList
ICollection
IEnumerable
Inherited Members
Collection<Obstacle>.Add(Obstacle)
Collection<Obstacle>.Clear()
Collection<Obstacle>.ClearItems()
Collection<Obstacle>.Contains(Obstacle)
Collection<Obstacle>.CopyTo(Obstacle[], int)
Collection<Obstacle>.GetEnumerator()
Collection<Obstacle>.IndexOf(Obstacle)
Collection<Obstacle>.Insert(int, Obstacle)
Collection<Obstacle>.InsertItem(int, Obstacle)
Collection<Obstacle>.Remove(Obstacle)
Collection<Obstacle>.RemoveAt(int)
Collection<Obstacle>.RemoveItem(int)
Collection<Obstacle>.SetItem(int, Obstacle)
Collection<Obstacle>.Count
Collection<Obstacle>.this[int]
Collection<Obstacle>.Items
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 ObstacleCollection : Collection<Obstacle>, IList<Obstacle>, ICollection<Obstacle>, IReadOnlyList<Obstacle>, IReadOnlyCollection<Obstacle>, IEnumerable<Obstacle>, IList, ICollection, IEnumerable

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
string projectionZoneIdentifier

Implements

IList<T>
ICollection<T>
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IList
ICollection
IEnumerable

See Also

Obstacle
PointObstacle
LineObstacle
PolygonObstacle
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited