Uses of Interface
com.luciad.ais.model.route.ILcdEditableRouteSegment
Packages that use 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
Methods in com.luciad.ais.model that return ILcdEditableRouteSegmentModifier and TypeMethodDescriptionabstract ILcdEditableRouteSegmentALcdAISObjectFactory.createEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.Creates anILcdEditableRouteSegmentwith the given begin and end points.TLcdAISLonLatHeightObjectFactory.createEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.TLcdAISXYZObjectFactory.createEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint) Deprecated.abstract ILcdEditableRouteSegmentALcdAISObjectFactory.createFeaturedEditableRouteSegment(ILcd3DEditablePoint aBeginPoint, ILcd3DEditablePoint aEndPoint, int aNumberOfFeatures) Deprecated.Creates anILcdEditableRouteSegmentwith 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 anILcdEditableRouteSegmentwith the given begin and end point. -
Uses of ILcdEditableRouteSegment in com.luciad.ais.model.route
Classes in com.luciad.ais.model.route that implement ILcdEditableRouteSegmentModifier and TypeClassDescriptionclassAn extension ofTLcdRouteSegmentwith additional properties.classAn implementation ofILcdRouteSegment.