Class RunwayComparator

java.lang.Object
org.deltava.comparators.RunwayComparator
All Implemented Interfaces:
Serializable, Comparator<Runway>

public class RunwayComparator extends Object implements Comparator<Runway>, Serializable
A comparator to sort Runways based on appropriateness based on a wind heading.
Since:
2.6
Version:
11.1
Author:
Luke
See Also:
  • Constructor Details

    • RunwayComparator

      public RunwayComparator(int windHdg, int windSpeed, boolean compareUse)
      Initializes the Comparator.
      Parameters:
      windHdg - the wind heading in degrees
      windSpeed - the wind speed in knots
      compareUse - TRUE if usage stats should be used if available, otherwise FALSE
  • Method Details