Uses of Interface
com.luciad.ais.model.refuelingtrack.ILcdRefuelingAirspace
Packages that use 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
Subinterfaces of ILcdRefuelingAirspace in com.luciad.ais.model.refuelingtrackModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdRefuelingAirspaceinterface that allows to change the attributes and relationships of an airspace.Classes in com.luciad.ais.model.refuelingtrack that implement ILcdRefuelingAirspaceModifier and TypeClassDescriptionclassThis extension ofTLcdRefuelingAirspacehas all facilities to store refueling airspace related aspects.classAn implementation of theILcdEditableAirspaceinterface.
This class also implements theILcdGeoPathinterface just to make sure that the airspaces can be painted by aTLcdGeoPathPainterobject.
It's an implementation ofILcdShapeto be able to use the default painter of LuciadLightspeed.Methods in com.luciad.ais.model.refuelingtrack that return ILcdRefuelingAirspaceModifier and TypeMethodDescriptionILcdRefuelingTrack.getRefuelingAirspace()Returns the refueling airspace associated with this refueling track.TLcdRefuelingTrack.getRefuelingAirspace()Methods in com.luciad.ais.model.refuelingtrack with parameters of type ILcdRefuelingAirspaceModifier and TypeMethodDescriptionvoidILcdEditableRefuelingTrack.setRefuelingAirspace(ILcdRefuelingAirspace aRefuelingAirspace) Sets the refueling airspace associated with this refueling track.voidTLcdRefuelingTrack.setRefuelingAirspace(ILcdRefuelingAirspace aRefuelingAirspace)