Uses of Interface
com.luciad.ais.model.navaid.ILcdDME
Package
Description
Provides classes and interfaces for all navigation aid related aspects.
-
Uses of ILcdDME in com.luciad.ais.model.navaid
Modifier and TypeInterfaceDescriptioninterface
This interface defines operations to edit the attributes and relationships of anILcdDME
.Modifier and TypeClassDescriptionclass
The default implementation of a DME with default properties.class
The default implementation of a DME with features.Modifier 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()
Modifier 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