Uses of Interface
com.luciad.ais.model.route.ILcdRouteSegment
Package
Description
Provides classes and interfaces for all route or airway related aspects.
-
Uses of ILcdRouteSegment in com.luciad.ais.model.route
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRouteSegment
interface that allows to change the attributes and relationships of a route segment.Modifier and TypeClassDescriptionclass
An extension ofTLcdRouteSegment
with additional properties.class
An implementation ofILcdRouteSegment
.Modifier and TypeMethodDescriptionILcdRoute.getSegment
(int aIndex) Returns the segment at the specified index.TLcdSegmentBasedRoute.getSegment
(int aIndex) Modifier and TypeMethodDescriptionint
ILcdEditableRoute.addSegmentBySequenceNumber
(ILcdRouteSegment aSegment) Adds a segment to this route.int
TLcdSegmentBasedRoute.addSegmentBySequenceNumber
(ILcdRouteSegment aSegment) void
TLcdFeaturedRouteSegment.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.int
ILcdEditableRoute.insertSegmentAt
(ILcdRouteSegment aSegment, int aIndex) Adds a segment to this route at the specified index.int
TLcdSegmentBasedRoute.insertSegmentAt
(ILcdRouteSegment aSegment, int aIndex) void
ILcdEditableRoute.removeSegment
(ILcdRouteSegment aSegment) Removes aILcdRouteSegment
object from this route.void
TLcdSegmentBasedRoute.removeSegment
(ILcdRouteSegment aSegment) ModifierConstructorDescriptionTLcdFeaturedRouteSegment
(ILcdRouteSegment aRouteSegment, Object[] aSegmentFeatures) Deprecated.
TLcdFeaturedRouteSegment(TLcdFeaturedRouteSegment)