Uses of Interface
com.luciad.ais.model.refuelingtrack.ILcdEditableRefuelingTrack
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
-
Uses of ILcdEditableRefuelingTrack in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcdEditableRefuelingTrack
ALcdAISObjectFactory.createFeaturedRefuelingTrack
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdRefuelingTrack
with the specified number of features and with the points in the point list as polyline geometry.abstract ILcdEditableRefuelingTrack
ALcdAISObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aTrack, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdRefuelingTrack
based on the supplied refueling trackaTrack
but with another set of points.TLcdAISLonLatHeightObjectFactory.createFeaturedRefuelingTrack
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISLonLatHeightObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISXYZObjectFactory.createFeaturedRefuelingTrack
(int aNumberOfFeatures, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISXYZObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, ILcd3DEditablePointList aPointList) Deprecated.TLcdAISDataObjectFactory.createRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, ILcd3DEditablePointList aPointList) Creates a copy of anILcdEditableRefuelingTrack
with a given geometry.TLcdAISDataObjectFactory.createRefuelingTrack
(TLcdDataType aType, ILcd3DEditablePointList aPointList) Creates anILcdEditableRefuelingTrack
. -
Uses of ILcdEditableRefuelingTrack in com.luciad.ais.model.refuelingtrack
Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingTrack
has all facilities to store refueling track related aspects.class
An implementation ofILcdRefuelingTrack
.