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 TypeMethodDescriptionvoid
setFlightPathAlignmentPoint
(ILcdPoint aFlightPathAlignmentPoint) Specifies the flight path alignment point for the final approach path.void
setLandingThresholdPoint
(ILcdPoint aLandingThresholdPoint) Specifies the landing threshold point for the final approach path.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
Methods inherited from interface com.luciad.ais.model.finalapproachpath.ILcdFinalApproachPath
getFlightPathAlignmentPoint, getLandingThresholdPoint
Methods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZ
Methods 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
-