Uses of Interface
com.luciad.ais.model.aerodrome.ILcdArrestingGear
Packages that use ILcdArrestingGear
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
-
Uses of ILcdArrestingGear in com.luciad.ais.model.aerodrome
Subinterfaces of ILcdArrestingGear in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdArrestingGear
interface that allows to change the attributes and relationships of an arresting gear.Classes in com.luciad.ais.model.aerodrome that implement ILcdArrestingGearModifier and TypeClassDescriptionclass
This class represents an arresting gear with only default properties.class
The default implementation of an arresting gear with properties.Methods in com.luciad.ais.model.aerodrome that return ILcdArrestingGearModifier and TypeMethodDescriptionILcdRunwayDirection.getArrestingGear()
Returns the arresting gear.TLcdRunwayDirection.getArrestingGear()
Methods in com.luciad.ais.model.aerodrome with parameters of type ILcdArrestingGearModifier and TypeMethodDescriptionvoid
ILcdEditableRunwayDirection.setArrestingGear
(ILcdArrestingGear aArrestingGear) Specifies the arresting gear of this runway direction.void
TLcdRunwayDirection.setArrestingGear
(ILcdArrestingGear aArrestingGear)