Interface RunwayLengthUsage

All Known Implementing Classes:
RunwayDistance, TouchdownData

public interface RunwayLengthUsage
An interface for beans that display runway usage on takeoff and landing
Since:
11.5
Version:
11.5
Author:
Luke
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the runway usage from the threshold.
    int
    Returns the runway length.
    default double
    Returns the percentage of the runway used.
  • Method Details

    • getLength

      int getLength()
      Returns the runway length.
      Returns:
      the length in feet
    • getDistance

      int getDistance()
      Returns the runway usage from the threshold.
      Returns:
      the distance in feet.
    • getPercentage

      default double getPercentage()
      Returns the percentage of the runway used.
      Returns:
      the percentage from 0 to 1