Uses of Interface
com.luciad.ais.model.refuelingtrack.ILcdRefuelingTrack
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 ILcdRefuelingTrack in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcdEditableRefuelingTrack
ALcdAISObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aTrack, ILcd3DEditablePointList aPointList) Deprecated.Creates anILcdRefuelingTrack
based on the supplied refueling trackaTrack
but with another set of points.TLcdAISLonLatHeightObjectFactory.createFeaturedRefuelingTrack
(ILcdRefuelingTrack aSourceTrack, 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. -
Uses of ILcdRefuelingTrack in com.luciad.ais.model.refuelingtrack
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRefuelingTrack
interface that allows to change the attributes and relationships of an refueling track.Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingTrack
has all facilities to store refueling track related aspects.class
An implementation ofILcdRefuelingTrack
.Modifier and TypeMethodDescriptionILcdRefuelingAirspace.getRefuelingTrack()
Returns the refueling track whose route is situated within this refueling airspace.TLcdRefuelingAirspace.getRefuelingTrack()
Modifier and TypeMethodDescriptionvoid
ILcdEditableRefuelingAirspace.setRefuelingTrack
(ILcdRefuelingTrack aRefuelingTrack) Specifies a value for the refueling track that is situated within this airspace.void
TLcdRefuelingAirspace.setRefuelingTrack
(ILcdRefuelingTrack aRefuelingTrack)