Class GeoCoordinateElevationCollection
Defines a collection to handle types of GeoCoordinateElevation
Implements
Inherited Members
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoCoordinateElevationCollection : Collection<GeoCoordinateElevation>, IList<GeoCoordinateElevation>, ICollection<GeoCoordinateElevation>, IReadOnlyList<GeoCoordinateElevation>, IReadOnlyCollection<GeoCoordinateElevation>, IEnumerable<GeoCoordinateElevation>, IList, ICollection, IEnumerable
Methods
View SourceSortByDistanceFrom(GeoCoordinateBasic)
Sort the collection based on the distance from the coordinate passed
Declaration
public void SortByDistanceFrom(GeoCoordinateBasic startCoordinate)
Parameters
Type | Name | Description |
---|---|---|
GeoCoordinateBasic | startCoordinate | The base coordinate to which the distance from will be compared to sort |
Remarks
Added for use in sorting runway centreline point which are colinear