Uses of Class
com.luciad.ais.model.TLcdHashedFeaturedDescriptor
Package
Description
Provides classes and interfaces for all navigation aid related aspects.
-
Uses of TLcdHashedFeaturedDescriptor in com.luciad.ais.model.navaid
Modifier and TypeMethodDescriptionTLcdILSModelDescriptor.getDMEDescriptor()
Returns the featuredDescriptor for the DME component of an ILS installation.TLcdILSModelDescriptor.getGlidePathDescriptor()
Returns the featuredDescriptor for the glide path component of an ILS installation.TLcdILSModelDescriptor.getLocalizerDescriptor()
Returns the featuredDescriptor for the localizer component of an ILS installation.TLcdILSModelDescriptor.getMarkerDescriptor()
Returns the featuredDescriptor for the markers of an ILS installation.Modifier and TypeMethodDescriptionvoid
TLcdILSModelDescriptor.setDMEDescriptor
(TLcdHashedFeaturedDescriptor aDMEDescriptor) Specifies a featuredDescriptor describing the DME component of an ILS installationvoid
TLcdILSModelDescriptor.setGlidePathDescriptor
(TLcdHashedFeaturedDescriptor aGlidePathDescriptor) Specifies a featuredDescriptor describing the glide path component of an ILS installation.void
TLcdILSModelDescriptor.setLocalizerDescriptor
(TLcdHashedFeaturedDescriptor aLocalizerDescriptor) Specifies a featuredDescriptor describing the localizer component of an ILS installation.void
TLcdILSModelDescriptor.setMarkerDescriptor
(TLcdHashedFeaturedDescriptor aMarkerDescriptor) Specifies a featuredDescriptor describing the markers of an ILS installation.