Uses of Interface
com.luciad.ais.model.aerodrome.ILcdRunwayDirection
Packages that use ILcdRunwayDirection
Package
Description
Provides classes and interfaces for all aerodrome related aspects.
-
Uses of ILcdRunwayDirection in com.luciad.ais.model.aerodrome
Subinterfaces of ILcdRunwayDirection in com.luciad.ais.model.aerodromeModifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdRunwayDirection
interface that allows to change the attributes and relationships of a runway direction.Classes in com.luciad.ais.model.aerodrome that implement ILcdRunwayDirectionModifier and TypeClassDescriptionclass
The default implementation of a runway direction with properties.class
The default implementation of a runway direction with default properties.Methods in com.luciad.ais.model.aerodrome that return ILcdRunwayDirectionModifier and TypeMethodDescriptionILcdRunway.getRunwayDirection
(int aIndex) Returns the direction at the given index.TLcdRunway.getRunwayDirection
(int aIndex) Methods in com.luciad.ais.model.aerodrome with parameters of type ILcdRunwayDirectionModifier 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)