Uses of Class
com.luciad.ais.model.TLcdHashedFeaturedDescriptor
Packages that use TLcdHashedFeaturedDescriptor
Package
Description
Provides classes and interfaces for all navigation aid related aspects.
-
Uses of TLcdHashedFeaturedDescriptor in com.luciad.ais.model.navaid
Methods in com.luciad.ais.model.navaid that return TLcdHashedFeaturedDescriptorModifier 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.Methods in com.luciad.ais.model.navaid with parameters of type TLcdHashedFeaturedDescriptorModifier and TypeMethodDescriptionvoidTLcdILSModelDescriptor.setDMEDescriptor(TLcdHashedFeaturedDescriptor aDMEDescriptor) Specifies a featuredDescriptor describing the DME component of an ILS installationvoidTLcdILSModelDescriptor.setGlidePathDescriptor(TLcdHashedFeaturedDescriptor aGlidePathDescriptor) Specifies a featuredDescriptor describing the glide path component of an ILS installation.voidTLcdILSModelDescriptor.setLocalizerDescriptor(TLcdHashedFeaturedDescriptor aLocalizerDescriptor) Specifies a featuredDescriptor describing the localizer component of an ILS installation.voidTLcdILSModelDescriptor.setMarkerDescriptor(TLcdHashedFeaturedDescriptor aMarkerDescriptor) Specifies a featuredDescriptor describing the markers of an ILS installation.