Uses of Interface
com.luciad.ais.model.aerodrome.ILcdRunwayDirection
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
-
Uses of ILcdRunwayDirection in com.luciad.ais.model.aerodrome
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRunwayDirection
interface that allows to change the attributes and relationships of a runway direction.Modifier and TypeClassDescriptionclass
The default implementation of a runway direction with properties.class
The default implementation of a runway direction with default properties.Modifier and TypeMethodDescriptionILcdRunway.getRunwayDirection
(int aIndex) Returns the direction at the given index.TLcdRunway.getRunwayDirection
(int aIndex) Modifier and TypeMethodDescriptionvoid
ILcdEditableRunway.setRunwayDirection
(int aIndex, ILcdRunwayDirection aDirection) Specifies a value for the direction at the given position.void
TLcdRunway.setRunwayDirection
(int aIndex, ILcdRunwayDirection aDirection)