Uses of Interface
com.luciad.ais.model.aerodrome.ILcdRunway
Packages that use ILcdRunway
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
-
Uses of ILcdRunway in com.luciad.ais.model.aerodrome
Subinterfaces of ILcdRunway in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdRunwayinterface that allows to change the attributes and relationships of a runway.Classes in com.luciad.ais.model.aerodrome that implement ILcdRunwayModifier and TypeClassDescriptionclassThe default implementation of a runway with properties.classThe default implementation of a runway with default properties.Methods in com.luciad.ais.model.aerodrome that return ILcdRunwayModifier and TypeMethodDescriptionILcdRunwayDirection.getRunway()Returns the runway to which this direction belongs.TLcdRunwayDirection.getRunway()Methods in com.luciad.ais.model.aerodrome with parameters of type ILcdRunwayModifier and TypeMethodDescriptionvoidILcdEditableRunwayDirection.setRunway(ILcdRunway aRunway) Specifies the runway to which this direction belongs.voidTLcdRunwayDirection.setRunway(ILcdRunway aRunway)