Uses of Interface
com.luciad.ais.model.parachutejumparea.ILcdParachuteJumpAreaSegment
Packages that use ILcdParachuteJumpAreaSegment
Package
Description
Provides classes and interfaces for all parachute jump area related aspects.
-
Uses of ILcdParachuteJumpAreaSegment in com.luciad.ais.model.parachutejumparea
Subinterfaces of ILcdParachuteJumpAreaSegment in com.luciad.ais.model.parachutejumpareaModifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdParachuteJumpAreaSegment
.Classes in com.luciad.ais.model.parachutejumparea that implement ILcdParachuteJumpAreaSegmentModifier and TypeClassDescriptionclass
The default implementation of a parachute jump area segment without features.Methods in com.luciad.ais.model.parachutejumparea that return ILcdParachuteJumpAreaSegmentModifier and TypeMethodDescriptionILcdParachuteJumpArea.getSegment
(int aSegmentNumber) Returns theILcdParachuteJumpAreaSegment
with the given segment number.TLcdParachuteJumpArea.getSegment
(int aSegmentNumber) Methods in com.luciad.ais.model.parachutejumparea with parameters of type ILcdParachuteJumpAreaSegmentModifier and TypeMethodDescriptionvoid
ILcdEditableParachuteJumpArea.addSegment
(ILcdParachuteJumpAreaSegment aSegment) Adds a segment to this parachute jump area.void
TLcdParachuteJumpArea.addSegment
(ILcdParachuteJumpAreaSegment aSegment) void
TLcdParachuteJumpArea.removeSegment
(ILcdParachuteJumpAreaSegment aSegment)