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 TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdRunwayDirectioninterface that allows to change the attributes and relationships of a runway direction.Classes in com.luciad.ais.model.aerodrome that implement ILcdRunwayDirectionModifier and TypeClassDescriptionclassThe default implementation of a runway direction with properties.classThe 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 TypeMethodDescriptionvoidILcdEditableRunway.setRunwayDirection(int aIndex, ILcdRunwayDirection aDirection) Specifies a value for the direction at the given position.voidTLcdRunway.setRunwayDirection(int aIndex, ILcdRunwayDirection aDirection)