Uses of Interface
com.luciad.ais.model.airspace.ILcdGenericAirspace
Packages that use ILcdGenericAirspace
Package
Description
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, ...
Representation aspects of ICAO symbols for AIS.
-
Uses of ILcdGenericAirspace in com.luciad.ais.model.airspace
Subinterfaces of ILcdGenericAirspace in com.luciad.ais.model.airspaceModifier and TypeInterfaceDescriptioninterface
This interface describes the geometry and the relationships of an airspace.interface
This interface represents an airspace corridor and provides methods for retrieving its geometry and relationships.interface
This interface describes the geometry and the relationships of an association-based airspace.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAirspace
.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAirspaceCorridor
.interface
This interface defines operations to edit the attributes, relationships and geometry of anILcdAssociationBasedAirspace
.Classes in com.luciad.ais.model.airspace that implement ILcdGenericAirspaceModifier and TypeClassDescriptionclass
The default implementation of an airspace with default properties.class
The default implementation of an airspace corridor with default properties.class
The default implementation of an association-based airspace without features.class
The default implementation of an airspace with properties.class
The default implementation of an airspace corridor with features.class
The default implementation of an association-based airspace with features.Methods in com.luciad.ais.model.airspace that return ILcdGenericAirspaceModifier and TypeMethodDescriptionILcdAirspaceAssociation.getAirspace()
Returns theILcdGenericAirspace
object of this airspace association.TLcdAirspaceAssociation.getAirspace()
Methods in com.luciad.ais.model.airspace with parameters of type ILcdGenericAirspaceModifier and TypeMethodDescriptionvoid
ILcdEditableAirspaceAssociation.setAirspace
(ILcdGenericAirspace aAirspace) Sets theILcdGenericAirspace
for this airspace association.void
TLcdAirspaceAssociation.setAirspace
(ILcdGenericAirspace aAirspace) -
Uses of ILcdGenericAirspace in com.luciad.ais.model.refuelingtrack
Subinterfaces of ILcdGenericAirspace in com.luciad.ais.model.refuelingtrackModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRefuelingAirspace
interface that allows to change the attributes and relationships of an airspace.interface
This interface describes the geometry and the relationships of an airspace.Classes in com.luciad.ais.model.refuelingtrack that implement ILcdGenericAirspaceModifier 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 ILcdGenericAirspace in com.luciad.ais.symbology.icao
Methods in com.luciad.ais.symbology.icao that return ILcdGenericAirspaceModifier and TypeMethodDescriptionTLcdICAOAirspaceDetailedLabelPainter.getAirspace()
Returns the featured airspace to be labeled.