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

    Modifier and Type
    Class
    Description
    class 
    This extension of the ALcdARINCHandler interface deals with aerodrome records (Airport Primary Records, section code P, subsection code A).
    class 
    This extension of the ALcdARINCHandler interface deals with aerodrome communication records (Airport Communications Records, section code A, subsection code V).
    class 
    This extension of the ALcdARINCHandler interface deals with Controlled Airspace records (Controlled Airspace Primary Records, section code U, subsection code C).
    class 
    This extension of the ALcdARINCVHFNavaidHandler class deals with DME records (VHF Navaid Primary Records, section code D, subsection code D).
    class 
    This extension of the ALcdARINCHandler interface deals with enroute airway records (Enroute Airways Records, section code E, subsection code R).
    class 
    This extension of the ALcdARINCHandler interface deals with enroute communication records (Enroute Communications Records, section code E, subsection code V).
    class 
    This extension of the ALcdARINCHandler interface deals with FIR/UIR records (FIR/UIR Primary Records, section code U, subsection code F).
    class 
    This extension of the ALcdARINCHandler interface deals with heliport communication records (Heliport Communications Records, section code H, subsection code V).
    class 
    This extension of the ALcdARINCHandler interface deals with aerodrome records (Heliport Primary Records, section code H, subsection code A).
    class 
    This extension of the ALcdARINCHandler interface deals with enroute holding patterns (Enroute Holding Pattern Records, section code E, subsection code P).
    class 
    This extension of the ALcdARINCHandler class deals with Localizer and Glide Slope records (Airport and Heliport Localizer and Glide Slope Records, section code P, subsection code I).
    class 
    This extension of the ALcdARINCHandler class deals with Marker records (Airport and Heliport Localizer Marker Records, section code P, subsection code M).
    class 
    This implementation of ILcdARINCHandler decodes 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).
    class 
    This extension of the ALcdARINCHandler interface deals with MORA records (MORA Primary Records, section code A, subsection code S).
    class 
    This extension of the ALcdARINCHandler class deals with NDB navaid records (NDB Navaid and Terminal NDB Records, section and subsection codes DB, PN).
    class 
    This extension of the ALcdARINCHandler interface deals with airport SID, STAR, Approach (IAP) procedures (Airport SID/STAR/Approach Records, section and subsection codes PD, PE and PF).
    class 
    This extension of the ALcdARINCHandler interface deals with Restrictive Airspace records (Restrictive Airspace Primary Records, section code U, subsection code R).
    class 
    This extension of the ALcdARINCHandler interface deals with runway records (Runway Primary Records, section code P, subsection code G).
    class 
    This extension of the ALcdARINCVHFNavaidHandler class deals with TACAN records (VHF Navaid Primary Records, section code D subsection code T).
    class 
    This extension of the ALcdARINCVHFNavaidHandler class deals with VOR records (VHF Navaid Primary Records, section code D, subsection code V).
    class 
    This extension of the ALcdARINCHandler interface 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).
    Modifier and Type
    Method
    Description
    ILcdARINCDecoder.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 ILcdARINCHandler
    Modifier and Type
    Method
    Description
    void
    Adds an ILcdARINCHandler to the decoder.
    void