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 TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRouteSegment
interface that allows to change the attributes and relationships of a route segment.Classes in com.luciad.ais.model.route that implement ILcdRouteSegmentModifier and TypeClassDescriptionclass
An extension ofTLcdRouteSegment
with additional properties.class
An 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 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) Constructors in com.luciad.ais.model.route with parameters of type ILcdRouteSegmentModifierConstructorDescriptionTLcdFeaturedRouteSegment
(ILcdRouteSegment aRouteSegment, Object[] aSegmentFeatures) Deprecated.
TLcdFeaturedRouteSegment(TLcdFeaturedRouteSegment)