Uses of Interface
com.luciad.ais.model.refuelingtrack.ILcdRefuelingAirspace
Package
Description
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
-
Uses of ILcdRefuelingAirspace in com.luciad.ais.model.refuelingtrack
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRefuelingAirspace
interface that allows to change the attributes and relationships of an airspace.Modifier and TypeClassDescriptionclass
This extension ofTLcdRefuelingAirspace
has all facilities to store refueling airspace related aspects.class
An implementation of theILcdEditableAirspace
interface.
This class also implements theILcdGeoPath
interface just to make sure that the airspaces can be painted by aTLcdGeoPathPainter
object.
It's an implementation ofILcdShape
to be able to use the default painter of LuciadLightspeed.Modifier and TypeMethodDescriptionILcdRefuelingTrack.getRefuelingAirspace()
Returns the refueling airspace associated with this refueling track.TLcdRefuelingTrack.getRefuelingAirspace()
Modifier and TypeMethodDescriptionvoid
ILcdEditableRefuelingTrack.setRefuelingAirspace
(ILcdRefuelingAirspace aRefuelingAirspace) Sets the refueling airspace associated with this refueling track.void
TLcdRefuelingTrack.setRefuelingAirspace
(ILcdRefuelingAirspace aRefuelingAirspace)