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 TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdDME
.Classes in com.luciad.ais.model.navaid that implement ILcdDMEModifier and TypeClassDescriptionclass
The default implementation of a DME with default properties.class
The 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 thisILcdNDB
object.ILcdVOR.getCollocatedDME()
Returns the DME collocated with thisILcdVOR
object.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 TypeMethodDescriptionvoid
ILcdEditableNDB.setCollocatedDME
(ILcdDME aDME) Specifies a value for the DME collocated with thisILcdEditableNDB
object.void
ILcdEditableVOR.setCollocatedDME
(ILcdDME aDME) Specifies an object for the DME collocated with thisILcdEditableVOR
object.void
TLcdNDB.setCollocatedDME
(ILcdDME aDME) void
TLcdVOR.setCollocatedDME
(ILcdDME aDME) void
Specifies the DME of this ILS.void