Package com.luciad.format.dafift.decoder


package com.luciad.format.dafift.decoder
Decoders that handle the DAFIFT format.

  • Class
    Description
    This abstract implementation of the ILcdModelDecoder interface defines the most primitive methods used when decoding a DAFIFT file.
    This interface defines a generic filter for DAFIFT records.
    Implementation of ILcdModelDecoder that decodes DAFIFT aerodrome objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT navaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from the specified source directory.
    Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of aerodrome identifiers.
    Implementation of ILcdModelDecoder that decodes DAFIFT airspace objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT ATS route objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT helipad objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT heliport objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT holding objects from the specified source directory.
    Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of ICAO regions.
    Implementation of ILcdModelDecoder that decodes DAFIFT ILS components (DMEs, glide paths, localizers and markers) from the specified source directory.
    Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of ILS keys.
    This extension of the TLcdDAFIFTAerodromeNavaidDecoder class can be used to produce a model without having to specify a navaid model first.
    This extension of the TLcdDAFIFTATSRouteDecoder class can be used to produce a model without having to specify a waypoint model first.
    This extension of the TLcdDAFIFTHelipadDecoder class can be used to produce a model without having to specify a heliport model first.
    This extension of the TLcdDAFIFTHoldingDecoder class can be used to produce a model without having to specify a waypoint model first.
    This extension of the TLcdDAFIFTILSDecoder class can be used to produce a model without having to specify a runway model first.
    This extension of the TLcdDAFIFTProcedureDecoder class can be used to produce a model without having to specify an aerodrome, a heliport, a runway, a waypoint, a navaid or an ILS model first.
    This extension of the TLcdDAFIFTRunwayDecoder class can be used to produce a model without having to specify an aerodrome model first.
    Implementation of ILcdModelDecoder that decodes DAFIFT military training route objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT Minimum Sector Altitude objects from the specified source directory.
    Helps parsing a dafift.toc file.
    Implementation of ILcdModelDecoder that decodes DAFIFT navaid objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from the specified source directory.
    Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of Navaid keys.
    Implementation of ILcdModelDecoder that decodes DAFIFT ORTCA objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT parachute jump area objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT Precision Approach Path Points from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT procedure objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT refueling track or anchor objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT runway objects from the specified source directory.
    Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of Runway keys.
    Implementation of ILcdModelDecoder that decodes DAFIFT special use airspace objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT VFR route objects from the specified source directory.
    Implementation of ILcdModelDecoder that decodes DAFIFT waypoint objects from the specified source directory.
    Implementation of ILcdDAFIFTRecordFilter that allows to filter DAFIFT records on a list of WayPoint keys.