Uses of Interface
com.luciad.ais.model.aerodrome.ILcdAerodrome
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
Provides classes and interfaces for all procedure related aspects.
-
Uses of ILcdAerodrome in com.luciad.ais.model.aerodrome
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdAerodrome
.Modifier and TypeClassDescriptionclass
The default implementation of an aerodrome without additional properties.class
The default implementation of an aerodrome with properties.Modifier and TypeMethodDescriptionILcdAerodrome.getCollocatedAerodrome
(int aIndex) Returns the collocated aerodrome at aIndex.TLcdAerodrome.getCollocatedAerodrome
(int aIndex) Modifier and TypeMethodDescriptionvoid
ILcdEditableAerodrome.addCollocatedAerodrome
(ILcdAerodrome aCollocatedAerodrome) Adds aILcdAerodrome
object to the collocated aerodromes of this aerodrome.void
TLcdAerodrome.addCollocatedAerodrome
(ILcdAerodrome aCollocatedAerodrome) void
ILcdEditableAerodrome.removeCollocatedAerodrome
(ILcdAerodrome aCollocatedAerodrome) Removes aILcdAerodrome
object from the collocated aerodromes of this aerodrome.void
TLcdAerodrome.removeCollocatedAerodrome
(ILcdAerodrome aCollocatedAerodrome) -
Uses of ILcdAerodrome in com.luciad.ais.model.procedure
Modifier and TypeMethodDescriptionvoid
ILcdEditableProcedure.setAerodrome
(ILcdAerodrome aAerodrome) Sets theILcdAerodrome
associated with this procedure.void
TLcdProcedure.setAerodrome
(ILcdAerodrome aAerodrome)