Interface ILcdEditableFinalApproachPath
- All Superinterfaces:
Cloneable,ILcdBounded,ILcdCloneable,ILcdDataObject,ILcdFinalApproachPath,ILcdPointList,ILcdPolyline,ILcdShape,Serializable
- All Known Implementing Classes:
TLcdFeaturedFinalApproachPath,TLcdFinalApproachPath
This interface is an extension of the
ILcdFinalApproachPath interface that allows to change its
attributes and geometry.- Since:
- 2023.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFlightPathAlignmentPoint(ILcdPoint aFlightPathAlignmentPoint) Specifies the flight path alignment point for the final approach path.voidsetLandingThresholdPoint(ILcdPoint aLandingThresholdPoint) Specifies the landing threshold point for 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.ais.model.finalapproachpath.ILcdFinalApproachPath
getFlightPathAlignmentPoint, getLandingThresholdPointMethods 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
-
setLandingThresholdPoint
Specifies the landing threshold point for the final approach path.- Parameters:
aLandingThresholdPoint- the landing threshold point
-
setFlightPathAlignmentPoint
Specifies the flight path alignment point for the final approach path.- Parameters:
aFlightPathAlignmentPoint- the flight path alignment point
-