Uses of Interface
com.luciad.ais.model.navaid.ILcdDME
Packages that use ILcdDME
Package
Description
Provides classes and interfaces for all navigation aid related aspects.
-
Uses of ILcdDME in com.luciad.ais.model.navaid
Subinterfaces of ILcdDME in com.luciad.ais.model.navaidModifier and TypeInterfaceDescriptioninterfaceThis interface defines operations to edit the attributes and relationships of anILcdDME.Classes in com.luciad.ais.model.navaid that implement ILcdDMEModifier and TypeClassDescriptionclassThe default implementation of a DME with default properties.classThe default implementation of a DME with features.Methods in com.luciad.ais.model.navaid that return ILcdDMEModifier and TypeMethodDescriptionILcdNDB.getCollocatedDME()Returns the DME collocated with thisILcdNDBobject.ILcdVOR.getCollocatedDME()Returns the DME collocated with thisILcdVORobject.TLcdNDB.getCollocatedDME()TLcdVOR.getCollocatedDME()ILcdILS.getDME()Returns the Distance Measuring Equipment (DME) associated with this ILS.TLcdILS.getDME()Methods in com.luciad.ais.model.navaid with parameters of type ILcdDMEModifier and TypeMethodDescriptionvoidILcdEditableNDB.setCollocatedDME(ILcdDME aDME) Specifies a value for the DME collocated with thisILcdEditableNDBobject.voidILcdEditableVOR.setCollocatedDME(ILcdDME aDME) Specifies an object for the DME collocated with thisILcdEditableVORobject.voidTLcdNDB.setCollocatedDME(ILcdDME aDME) voidTLcdVOR.setCollocatedDME(ILcdDME aDME) voidSpecifies the DME of this ILS.void