Uses of Interface
com.luciad.ais.model.airspace.ILcdEditableAirspace
Package
Description
All model related aspects in the context of AIS.
Provides classes and interfaces for all airspace related aspects (like airspaces,
airspace associations and airspace segments).
Provides classes and interfaces for all air refueling related aspects (like tracks, airspace, ...
Decoders that handle the DAFIF format.
-
Uses of ILcdEditableAirspace in com.luciad.ais.model
Modifier and TypeMethodDescriptionTLcdAISDataObjectFactory.createAirspace
(TLcdDataType aType) Creates anILcdEditableAirspace
.abstract ILcdEditableAirspace
ALcdAISObjectFactory.createEditableAirspace()
Deprecated.Creates anILcdEditableAirspace
.TLcdAISLonLatHeightObjectFactory.createEditableAirspace()
Deprecated.TLcdAISXYZObjectFactory.createEditableAirspace()
Deprecated.abstract ILcdEditableAirspace
ALcdAISObjectFactory.createFeaturedEditableAirspace
(int aNumberOfFeatures) Deprecated.Creates anILcdEditableAirspace
with the specified number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableAirspace
(int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableAirspace
(int aNumberOfFeatures) Deprecated. -
Uses of ILcdEditableAirspace in com.luciad.ais.model.airspace
Modifier and TypeClassDescriptionclass
The default implementation of an airspace with default properties.class
The default implementation of an airspace with properties. -
Uses of ILcdEditableAirspace 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. -
Uses of ILcdEditableAirspace in com.luciad.format.dafif.decoder
Modifier and TypeMethodDescriptionprotected abstract ILcdEditableAirspace
ALcdDAFIFAirspaceDecoder.createAirspace
(char[] aRecord) Creates and initializes an instance of an implementation of theILcdEditableAirspace
interface.protected ILcdEditableAirspace
TLcdDAFIFAirspaceDecoder.createAirspace
(char[] aRecord) protected ILcdEditableAirspace
TLcdDAFIFSpecialUseAirspaceDecoder.createAirspace
(char[] aRecord)