Interface ILcdFinalApproachPath

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdPointList, ILcdPolyline, ILcdShape, Serializable
All Known Subinterfaces:
ILcdEditableFinalApproachPath
All Known Implementing Classes:
TLcdFeaturedFinalApproachPath, TLcdFinalApproachPath

public interface ILcdFinalApproachPath extends ILcdDataObject, ILcdPolyline, ILcdCloneable
Represents a final approach path.
Since:
2023.1
  • Method Details

    • getLandingThresholdPoint

      ILcdPoint getLandingThresholdPoint()
      The landing threshold point (LTP) of the final approach path.
      Returns:
      the landing threshold point (LTP) of the final approach path.
    • getFlightPathAlignmentPoint

      ILcdPoint getFlightPathAlignmentPoint()
      The flight path alignment point (FPAP) of the final approach path.
      Returns:
      the flight path alignment point (FPAP) of the final approach path.