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 TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdArrestingGearinterface that allows to change the attributes and relationships of an arresting gear.Classes in com.luciad.ais.model.aerodrome that implement ILcdArrestingGearModifier and TypeClassDescriptionclassThis class represents an arresting gear with only default properties.classThe 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 TypeMethodDescriptionvoidILcdEditableRunwayDirection.setArrestingGear(ILcdArrestingGear aArrestingGear) Specifies the arresting gear of this runway direction.voidTLcdRunwayDirection.setArrestingGear(ILcdArrestingGear aArrestingGear)