Uses of Interface
com.luciad.ais.model.refuelingtrack.ILcdEditableRefuelingAirspace
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 ILcdEditableRefuelingAirspace in com.luciad.ais.model
Modifier and TypeMethodDescriptionabstract ILcdEditableRefuelingAirspace
ALcdAISObjectFactory.createEditableRefuelingAirspace()
Deprecated.Creates anILcdEditableRefuelingAirspace
.TLcdAISLonLatHeightObjectFactory.createEditableRefuelingAirspace()
Deprecated.TLcdAISXYZObjectFactory.createEditableRefuelingAirspace()
Deprecated.abstract ILcdEditableRefuelingAirspace
ALcdAISObjectFactory.createFeaturedEditableRefuelingAirspace
(int aNumberOfFeatures) Deprecated.Creates anILcdEditableRefuelingAirspace
with the specified number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableRefuelingAirspace
(int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableRefuelingAirspace
(int aNumberOfFeatures) Deprecated.TLcdAISDataObjectFactory.createRefuelingAirspace
(TLcdDataType aType) Creates anILcdEditableRefuelingAirspace
. -
Uses of ILcdEditableRefuelingAirspace in com.luciad.ais.model.refuelingtrack
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.