Uses of Interface
com.luciad.ais.model.airspace.ILcdEditableAirspace
Packages that use 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
Methods in com.luciad.ais.model that return ILcdEditableAirspaceModifier and TypeMethodDescriptionTLcdAISDataObjectFactory.createAirspace(TLcdDataType aType) Creates anILcdEditableAirspace.abstract ILcdEditableAirspaceALcdAISObjectFactory.createEditableAirspace()Deprecated.Creates anILcdEditableAirspace.TLcdAISLonLatHeightObjectFactory.createEditableAirspace()Deprecated.TLcdAISXYZObjectFactory.createEditableAirspace()Deprecated.abstract ILcdEditableAirspaceALcdAISObjectFactory.createFeaturedEditableAirspace(int aNumberOfFeatures) Deprecated.Creates anILcdEditableAirspacewith the specified number of features.TLcdAISLonLatHeightObjectFactory.createFeaturedEditableAirspace(int aNumberOfFeatures) Deprecated.TLcdAISXYZObjectFactory.createFeaturedEditableAirspace(int aNumberOfFeatures) Deprecated. -
Uses of ILcdEditableAirspace in com.luciad.ais.model.airspace
Classes in com.luciad.ais.model.airspace that implement ILcdEditableAirspaceModifier and TypeClassDescriptionclassThe default implementation of an airspace with default properties.classThe default implementation of an airspace with properties. -
Uses of ILcdEditableAirspace in com.luciad.ais.model.refuelingtrack
Subinterfaces of ILcdEditableAirspace 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 ILcdEditableAirspaceModifier 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. -
Uses of ILcdEditableAirspace in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder that return ILcdEditableAirspaceModifier and TypeMethodDescriptionprotected abstract ILcdEditableAirspaceALcdDAFIFAirspaceDecoder.createAirspace(char[] aRecord) Creates and initializes an instance of an implementation of theILcdEditableAirspaceinterface.protected ILcdEditableAirspaceTLcdDAFIFAirspaceDecoder.createAirspace(char[] aRecord) protected ILcdEditableAirspaceTLcdDAFIFSpecialUseAirspaceDecoder.createAirspace(char[] aRecord)