Interface ILcdFinalApproachPath
- All Superinterfaces:
Cloneable,ILcdBounded,ILcdCloneable,ILcdDataObject,ILcdPointList,ILcdPolyline,ILcdShape,Serializable
- All Known Subinterfaces:
ILcdEditableFinalApproachPath
- All Known Implementing Classes:
TLcdFeaturedFinalApproachPath,TLcdFinalApproachPath
Represents a final approach path.
- Since:
- 2023.1
-
Method Summary
Modifier and TypeMethodDescriptionThe flight path alignment point (FPAP) of the final approach path.The landing threshold point (LTP) of the final approach path.Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValueMethods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
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.
-