Uses of Interface
com.luciad.ais.model.route.ILcdRouteSegment
Packages that use ILcdRouteSegment
Package
Description
Provides classes and interfaces for all route or airway related aspects.
-
Uses of ILcdRouteSegment in com.luciad.ais.model.route
Subinterfaces of ILcdRouteSegment in com.luciad.ais.model.routeModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdRouteSegmentinterface that allows to change the attributes and relationships of a route segment.Classes in com.luciad.ais.model.route that implement ILcdRouteSegmentModifier and TypeClassDescriptionclassAn extension ofTLcdRouteSegmentwith additional properties.classAn implementation ofILcdRouteSegment.Methods in com.luciad.ais.model.route that return ILcdRouteSegmentModifier and TypeMethodDescriptionILcdRoute.getSegment(int aIndex) Returns the segment at the specified index.TLcdSegmentBasedRoute.getSegment(int aIndex) Methods in com.luciad.ais.model.route with parameters of type ILcdRouteSegmentModifier and TypeMethodDescriptionintILcdEditableRoute.addSegmentBySequenceNumber(ILcdRouteSegment aSegment) Adds a segment to this route.intTLcdSegmentBasedRoute.addSegmentBySequenceNumber(ILcdRouteSegment aSegment) voidTLcdFeaturedRouteSegment.initializeFeaturedSegment(ILcdRouteSegment aRouteSegment, Object[] aSegmentFeatures) Copies the values of begin point, end point and sequence number of the ATS route segment aRouteSegment into the begin point, end point and sequence number of this ATS route segment.intILcdEditableRoute.insertSegmentAt(ILcdRouteSegment aSegment, int aIndex) Adds a segment to this route at the specified index.intTLcdSegmentBasedRoute.insertSegmentAt(ILcdRouteSegment aSegment, int aIndex) voidILcdEditableRoute.removeSegment(ILcdRouteSegment aSegment) Removes aILcdRouteSegmentobject from this route.voidTLcdSegmentBasedRoute.removeSegment(ILcdRouteSegment aSegment) Constructors in com.luciad.ais.model.route with parameters of type ILcdRouteSegmentModifierConstructorDescriptionTLcdFeaturedRouteSegment(ILcdRouteSegment aRouteSegment, Object[] aSegmentFeatures) Deprecated.
TLcdFeaturedRouteSegment(TLcdFeaturedRouteSegment)