Uses of Interface
com.luciad.ais.model.route.ILcdEditableRouteSegment
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all route or airway related aspects.
-
Uses of ILcdEditableRouteSegment in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcdEditableRouteSegment
ALcdAISObjectFactory.createEditableRouteSegment
(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.Creates anILcdEditableRouteSegment
with the given begin and end points.TLcdAISLonLatHeightObjectFactory.createEditableRouteSegment
(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.TLcdAISXYZObjectFactory.createEditableRouteSegment
(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.abstract ILcdEditableRouteSegment
ALcdAISObjectFactory.createFeaturedEditableRouteSegment
(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.Creates anILcdEditableRouteSegment
with the given begin and end points and the given number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableRouteSegment
(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableRouteSegment
(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.TLcdAISDataObjectFactory.createRouteSegment
(TLcdDataType aType, ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Creates anILcdEditableRouteSegment
with the given begin and end point. -
Uses of ILcdEditableRouteSegment in com.luciad.ais.model.route
Modifier and TypeClassDescriptionclass
An extension ofTLcdRouteSegment
with additional properties.class
An implementation ofILcdRouteSegment
.