Uses of Interface
com.luciad.ais.model.aerodrome.ILcdRunway
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
-
Uses of ILcdRunway in com.luciad.ais.model.aerodrome
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRunway
interface that allows to change the attributes and relationships of a runway.Modifier and TypeClassDescriptionclass
The default implementation of a runway with properties.class
The default implementation of a runway with default properties.Modifier and TypeMethodDescriptionILcdRunwayDirection.getRunway()
Returns the runway to which this direction belongs.TLcdRunwayDirection.getRunway()
Modifier and TypeMethodDescriptionvoid
ILcdEditableRunwayDirection.setRunway
(ILcdRunway aRunway) Specifies the runway to which this direction belongs.void
TLcdRunwayDirection.setRunway
(ILcdRunway aRunway)