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 TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRunway
interface that allows to change the attributes and relationships of a runway.Classes in com.luciad.ais.model.aerodrome that implement ILcdRunwayModifier and TypeClassDescriptionclass
The default implementation of a runway with properties.class
The 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 TypeMethodDescriptionvoid
ILcdEditableRunwayDirection.setRunway
(ILcdRunway aRunway) Specifies the runway to which this direction belongs.void
TLcdRunwayDirection.setRunway
(ILcdRunway aRunway)