Uses of Interface
com.luciad.format.arinc.decoder.ILcdARINCHandler
Packages that use ILcdARINCHandler
Package
Description
This package contains a decoder that can handle the ARINC 424 format.
-
Uses of ILcdARINCHandler in com.luciad.format.arinc.decoder
Classes in com.luciad.format.arinc.decoder that implement ILcdARINCHandlerModifier and TypeClassDescriptionclassThis extension of theALcdARINCHandlerinterface deals with aerodrome records (Airport Primary Records, section code P, subsection code A).classThis extension of theALcdARINCHandlerinterface deals with aerodrome communication records (Airport Communications Records, section code A, subsection code V).classThis extension of theALcdARINCHandlerinterface deals with Controlled Airspace records (Controlled Airspace Primary Records, section code U, subsection code C).classThis extension of theALcdARINCVHFNavaidHandlerclass deals with DME records (VHF Navaid Primary Records, section code D, subsection code D).classThis extension of theALcdARINCHandlerinterface deals with enroute airway records (Enroute Airways Records, section code E, subsection code R).classThis extension of theALcdARINCHandlerinterface deals with enroute communication records (Enroute Communications Records, section code E, subsection code V).classThis extension of theALcdARINCHandlerinterface deals with FIR/UIR records (FIR/UIR Primary Records, section code U, subsection code F).classThis extension of theALcdARINCHandlerinterface deals with heliport communication records (Heliport Communications Records, section code H, subsection code V).classThis extension of theALcdARINCHandlerinterface deals with aerodrome records (Heliport Primary Records, section code H, subsection code A).classThis extension of theALcdARINCHandlerinterface deals with enroute holding patterns (Enroute Holding Pattern Records, section code E, subsection code P).classThis extension of theALcdARINCHandlerclass deals with Localizer and Glide Slope records (Airport and Heliport Localizer and Glide Slope Records, section code P, subsection code I).classThis extension of theALcdARINCHandlerclass deals with Marker records (Airport and Heliport Localizer Marker Records, section code P, subsection code M).classThis implementation ofILcdARINCHandlerdecodes Minimum Sector Altitude records (Airport MSA Primary Records, section code P, subsection code S, and Heliport MSA Primary Records, section code H, subsection code S).classThis extension of theALcdARINCHandlerinterface deals with MORA records (MORA Primary Records, section code A, subsection code S).classThis extension of theALcdARINCHandlerclass deals with NDB navaid records (NDB Navaid and Terminal NDB Records, section and subsection codes DB, PN).classThis extension of theALcdARINCHandlerinterface deals with airport SID, STAR, Approach (IAP) procedures (Airport SID/STAR/Approach Records, section and subsection codes PD, PE and PF).classThis extension of theALcdARINCHandlerinterface deals with Restrictive Airspace records (Restrictive Airspace Primary Records, section code U, subsection code R).classThis extension of theALcdARINCHandlerinterface deals with runway records (Runway Primary Records, section code P, subsection code G).classThis extension of theALcdARINCVHFNavaidHandlerclass deals with TACAN records (VHF Navaid Primary Records, section code D subsection code T).classThis extension of theALcdARINCVHFNavaidHandlerclass deals with VOR records (VHF Navaid Primary Records, section code D, subsection code V).classThis extension of theALcdARINCHandlerinterface deals with enroute waypoints (Enroute Waypoint Primary Records, section code E, subsection code A), and with terminal airport/heliport waypoints (Airport/Heliport Terminal Waypoint Primary Records, section and subsection codes PC and HC).Methods in com.luciad.format.arinc.decoder that return ILcdARINCHandlerModifier and TypeMethodDescriptionILcdARINCDecoder.getHandlerForTypeToBeDecoded(int aIndex) Returns the handler with the given index.TLcdARINCDecoder.getHandlerForTypeToBeDecoded(int aIndex) Methods in com.luciad.format.arinc.decoder with parameters of type ILcdARINCHandlerModifier and TypeMethodDescriptionvoidILcdARINCDecoder.addHandlerForTypeToBeDecoded(ILcdARINCHandler aHandler) Adds anILcdARINCHandlerto the decoder.voidTLcdARINCDecoder.addHandlerForTypeToBeDecoded(ILcdARINCHandler aHandler)