Show / Hide Table of Contents

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 Source

SortByDistanceFrom(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

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited