Interface ILcdEditableFinalApproachPath

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

public interface ILcdEditableFinalApproachPath extends ILcdFinalApproachPath
This interface is an extension of the ILcdFinalApproachPath interface that allows to change its attributes and geometry.
Since:
2023.1
  • Method Details

    • setLandingThresholdPoint

      void setLandingThresholdPoint(ILcdPoint aLandingThresholdPoint)
      Specifies the landing threshold point for the final approach path.
      Parameters:
      aLandingThresholdPoint - the landing threshold point
    • setFlightPathAlignmentPoint

      void setFlightPathAlignmentPoint(ILcdPoint aFlightPathAlignmentPoint)
      Specifies the flight path alignment point for the final approach path.
      Parameters:
      aFlightPathAlignmentPoint - the flight path alignment point