Uses of Interface
com.luciad.ais.model.navaid.ILcdVOR
Packages that use ILcdVOR
Package
Description
Provides classes and interfaces for all navigation aid related aspects.
-
Uses of ILcdVOR in com.luciad.ais.model.navaid
Subinterfaces of ILcdVOR in com.luciad.ais.model.navaidModifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdVOR
.Classes in com.luciad.ais.model.navaid that implement ILcdVORModifier and TypeClassDescriptionclass
The default implementation of a VOR with features.class
The default implementation of a VOR with default properties.Methods in com.luciad.ais.model.navaid that return ILcdVORModifier and TypeMethodDescriptionILcdDME.getCollocatedVOR()
Returns the VOR collocated with thisILcdDME
object.ILcdTACAN.getCollocatedVOR()
Retrieve the collocated VOR.TLcdDME.getCollocatedVOR()
TLcdTACAN.getCollocatedVOR()
Methods in com.luciad.ais.model.navaid with parameters of type ILcdVORModifier and TypeMethodDescriptionvoid
ILcdEditableDME.setCollocatedVOR
(ILcdVOR aVOR) Specifies a collocatedILcdVOR
object.void
ILcdEditableTACAN.setCollocatedVOR
(ILcdVOR aVOR) Specifies an object for the VOR collocated with thisILcdEditableTACAN
object.void
TLcdDME.setCollocatedVOR
(ILcdVOR aVOR) void
TLcdTACAN.setCollocatedVOR
(ILcdVOR aVOR)