Uses of Interface
com.luciad.ais.model.aerodrome.ILcdAerodrome
Packages that use 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
Subinterfaces of ILcdAerodrome in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdAerodrome
.Classes in com.luciad.ais.model.aerodrome that implement ILcdAerodromeModifier and TypeClassDescriptionclass
The default implementation of an aerodrome without additional properties.class
The default implementation of an aerodrome with properties.Methods in com.luciad.ais.model.aerodrome that return ILcdAerodromeModifier and TypeMethodDescriptionILcdAerodrome.getCollocatedAerodrome
(int aIndex) Returns the collocated aerodrome at aIndex.TLcdAerodrome.getCollocatedAerodrome
(int aIndex) Methods in com.luciad.ais.model.aerodrome with parameters of type ILcdAerodromeModifier 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
Methods in com.luciad.ais.model.procedure that return ILcdAerodromeMethods in com.luciad.ais.model.procedure with parameters of type ILcdAerodromeModifier and TypeMethodDescriptionvoid
ILcdEditableProcedure.setAerodrome
(ILcdAerodrome aAerodrome) Sets theILcdAerodrome
associated with this procedure.void
TLcdProcedure.setAerodrome
(ILcdAerodrome aAerodrome)