Uses of Interface
com.luciad.ais.model.airspace.ILcdAirspaceSegment
Packages that use ILcdAirspaceSegment
Package
Description
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
-
Uses of ILcdAirspaceSegment in com.luciad.ais.model.airspace
Subinterfaces of ILcdAirspaceSegment in com.luciad.ais.model.airspaceModifier and TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdAirspaceSegment.Classes in com.luciad.ais.model.airspace that implement ILcdAirspaceSegmentModifier and TypeClassDescriptionclassThe default implementation of an airspace segment without features.classAn implementation of an airspace segment that uses aILcdGeoPathLeg.SUB_POINT_LISTas geopath leg type together with a shared subpointlist as dataset.Methods in com.luciad.ais.model.airspace that return ILcdAirspaceSegmentModifier and TypeMethodDescriptionILcdAirspace.getSegment(int aIndex) Returns theILcdAirspaceSegmentobject with the given index.ILcdAirspaceCorridor.getSegment(int aIndex) Returns theILcdAirspaceSegmentobject with the given index.TLcdAirspace.getSegment(int anIndex) TLcdAirspaceCorridor.getSegment(int anIndex) ILcdAirspace.getSegmentBySegmentNumber(int aSegmentNumber) Returns theILcdAirspaceSegmentobject with the given segment number.ILcdAirspaceCorridor.getSegmentBySegmentNumber(int aSegmentNumber) Returns theILcdAirspaceSegmentobject with the given segment number.TLcdAirspace.getSegmentBySegmentNumber(int aSegmentNumber) TLcdAirspaceCorridor.getSegmentBySegmentNumber(int aSegmentNumber) Methods in com.luciad.ais.model.airspace with parameters of type ILcdAirspaceSegmentModifier and TypeMethodDescriptionvoidILcdEditableAirspace.addSegment(ILcdAirspaceSegment aSegment) Adds aILcdAirspaceSegmentobject to the end of theILcdEditableAirspace.voidILcdEditableAirspaceCorridor.addSegment(ILcdAirspaceSegment aSegment) Adds aILcdAirspaceSegmentobject to the end of theILcdEditableAirspaceCorridor.voidTLcdAirspace.addSegment(ILcdAirspaceSegment aSegment) voidTLcdAirspaceCorridor.addSegment(ILcdAirspaceSegment aSegment) voidILcdEditableAirspace.insertSegmentAt(ILcdAirspaceSegment aSegment, int anIndex) Adds aILcdAirspaceSegmentobject to theILcdEditableAirspaceon the specified index.voidILcdEditableAirspaceCorridor.insertSegmentAt(ILcdAirspaceSegment aSegment, int aIndex) Adds aILcdAirspaceSegmentobject to theILcdEditableAirspaceCorridorat the specified index.voidTLcdAirspace.insertSegmentAt(ILcdAirspaceSegment aSegment, int anIndex) voidTLcdAirspaceCorridor.insertSegmentAt(ILcdAirspaceSegment aSegment, int anIndex) voidILcdEditableAirspace.removeSegment(ILcdAirspaceSegment aSegment) Removes aILcdAirspaceSegmentobject from theILcdEditableAirspace.voidILcdEditableAirspaceCorridor.removeSegment(ILcdAirspaceSegment aSegment) Removes aILcdAirspaceSegmentobject from theILcdEditableAirspaceCorridor.voidTLcdAirspace.removeSegment(ILcdAirspaceSegment aSegment) voidTLcdAirspaceCorridor.removeSegment(ILcdAirspaceSegment aSegment)