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 TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdVOR.Classes in com.luciad.ais.model.navaid that implement ILcdVORModifier and TypeClassDescriptionclassThe default implementation of a VOR with features.classThe 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 thisILcdDMEobject.ILcdTACAN.getCollocatedVOR()Retrieve the collocated VOR.TLcdDME.getCollocatedVOR()TLcdTACAN.getCollocatedVOR()Methods in com.luciad.ais.model.navaid with parameters of type ILcdVORModifier and TypeMethodDescriptionvoidILcdEditableDME.setCollocatedVOR(ILcdVOR aVOR) Specifies a collocatedILcdVORobject.voidILcdEditableTACAN.setCollocatedVOR(ILcdVOR aVOR) Specifies an object for the VOR collocated with thisILcdEditableTACANobject.voidTLcdDME.setCollocatedVOR(ILcdVOR aVOR) voidTLcdTACAN.setCollocatedVOR(ILcdVOR aVOR)