Class GeoCoordinateElevationCollection
Defines a collection to handle types of GeoCoordinateElevation
Inheritance
System.Object
GeoCoordinateElevationCollection
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GeoCoordinateElevationCollection : Collection<GeoCoordinateElevation>
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