Class TLcdFeaturedFinalApproachPath
java.lang.Object
com.luciad.ais.shape.TLcdAISPolyline
com.luciad.ais.model.finalapproachpath.TLcdFinalApproachPath
com.luciad.ais.model.finalapproachpath.TLcdFeaturedFinalApproachPath
- All Implemented Interfaces:
ILcdEditableFinalApproachPath,ILcdFinalApproachPath,ILcdDataObject,ILcdBounded,ILcdCurve,ILcdPointList,ILcdPolyline,ILcdShape,ILcd2DEditablePointList,ILcd2DEditablePolyline,ILcd2DEditableShape,ILcd3DEditablePointList,ILcd3DEditablePolyline,ILcd3DEditableShape,ILcdCache,ILcdCloneable,ILcdFeatured,Serializable,Cloneable
ILcdFinalApproachPath implementation based on ILcdFeatured.- Since:
- 2023.1
- See Also:
-
Field Summary
Fields inherited from interface com.luciad.shape.ILcdCurve
INTERPOLATION_CIRCLE_BY_3POINTS, INTERPOLATION_CIRCLE_BY_CENTERPOINT, INTERPOLATION_CIRCULARARC_BY_3POINTS, INTERPOLATION_CIRCULARARC_BY_BULGE, INTERPOLATION_CIRCULARARC_BY_CENTERPOINT, INTERPOLATION_ELLIPTICAL, INTERPOLATION_GEODESIC, INTERPOLATION_LINEAR, INTERPOLATION_MIXED, INTERPOLATION_RHUMB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanSetFeature(int aIndex) Checks whether the specified feature is editable.getFeature(int aIndex) Returns the featureObjectat the given index.intReturns the number of features.voidsetFeature(int aIndex, Object aObject) Sets the featureObjectat the given index.Methods inherited from class com.luciad.ais.model.finalapproachpath.TLcdFinalApproachPath
getDataType, getFlightPathAlignmentPoint, getLandingThresholdPoint, getValue, getValue, hasValue, hasValue, insert2DPoint, insert3DPoint, removePointAt, setFlightPathAlignmentPoint, setLandingThresholdPoint, setValue, setValueMethods inherited from class com.luciad.ais.shape.TLcdAISPolyline
clearCache, clone, computePointSFCT, contains2D, contains2D, contains3D, contains3D, equals, getBounds, getCachedObject, getEndPoint, getEndTangent2D, getFocusPoint, getInterpolation, getLength2D, getLineSegmentIntersectionCount, getPoint, getPointCount, getStartPoint, getStartTangent2D, getTangent2D, hashCode, insertIntoCache, move2D, move2D, move2DPoint, move3D, move3D, move3DPoint, removeCachedObject, set3DEditablePolyline, translate2D, translate2DPoint, translate3D, translate3DPointMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.shape.shape2D.ILcd2DEditablePointList
append2DPointMethods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods 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
-
Constructor Details
-
TLcdFeaturedFinalApproachPath
-
-
Method Details
-
getFeature
Description copied from interface:ILcdFeaturedReturns the featureObjectat the given index.- Specified by:
getFeaturein interfaceILcdFeatured- Parameters:
aIndex- a valid feature index.- Returns:
- the feature
Objectat the given index. - See Also:
-
setFeature
Description copied from interface:ILcdFeaturedSets the featureObjectat the given index.- Specified by:
setFeaturein interfaceILcdFeatured- Parameters:
aIndex- a valid feature index.aObject- the new featureObject.- See Also:
-
getFeatureCount
public int getFeatureCount()Description copied from interface:ILcdFeaturedReturns the number of features.- Specified by:
getFeatureCountin interfaceILcdFeatured- Returns:
- the number of features.
-
canSetFeature
public boolean canSetFeature(int aIndex) Description copied from interface:ILcdFeaturedChecks whether the specified feature is editable.- Specified by:
canSetFeaturein interfaceILcdFeatured- Parameters:
aIndex- a valid feature index.- Returns:
- true if the feature can be set, false otherwise.
-