Uses of Interface
com.luciad.format.dafif.decoder.ILcdDAFIFDecoder
Packages that use ILcdDAFIFDecoder
-
Uses of ILcdDAFIFDecoder in com.luciad.format.dafif.decoder
Subinterfaces of ILcdDAFIFDecoder in com.luciad.format.dafif.decoderModifier and TypeInterfaceDescriptioninterface
This interface defines the methods specific for decoders that produce so-called "multi" models.Classes in com.luciad.format.dafif.decoder that implement ILcdDAFIFDecoderModifier and TypeClassDescriptionclass
This extension of theALcdDAFIFSingleModelDecoder
class provides read methods to retrieve data from a aerodrome or heliport data file.class
This extension of theALcdDAFIFSingleModelDecoder
defines the skeleton of the decode algorithm used to decode DAFIF airspaces and special use airspaces.class
This abstract implementation of theILcdDAFIFDecoder
interface defines the most primitive methods used when decoding a DAFIF file.class
This abstract extension of theALcdDAFIFDecoder
class defines the skeleton of the decode algorithm used to decode DAFIF data files.class
This abstract extension of theALcdDAFIFDecoder
class defines the skeleton of the decode algorithm used to decode DAFIF data files.class
This extension of theALcdDAFIFAerodromeDecoder
decodes aerodromes from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes navaids (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from a DAFIF source file.class
This extension of theALcdDAFIFAirspaceDecoder
decodes airspaces from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes ATS routes from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes helipads from a DAFIF source file.class
This extension of theALcdDAFIFAerodromeDecoder
decodes heliports from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes holdings from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes ILS components (DMEs, glide paths, localizers and markers) from a DAFIF source file.class
This extension of theTLcdDAFIFAerodromeNavaidDecoder
class can be used to produce a model without having to specify a navaid model first.class
This extension of theTLcdDAFIFATSRouteDecoder
class can be used to produce a model without having to specify a waypoint model first.class
This extension of theTLcdDAFIFHelipadDecoder
class can be used to produce a model without having to specify a heliport model first.class
This extension of theTLcdDAFIFHoldingDecoder
class can be used to produce a model without having to specify a waypoint model first.class
This extension of theTLcdDAFIFILSDecoder
class can be used to produce a model without having to specify a runway model first.class
This extension of theTLcdDAFIFProcedureDecoder
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.class
This extension of theTLcdDAFIFRunwayDecoder
class can be used to produce a model without having to specify an aerodrome model first.class
This extension of theALcdDAFIFSingleModelDecoder
decodes military training routes from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes navaids (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) from a DAFIF source file.class
This extension of theALcdDAFIFAerodromeDecoder
decodes ORTCAs from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes parachute jump areas from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes procedures from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes refueling tracks or anchors from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes runways from a DAFIF source file.class
This extension of theALcdDAFIFAirspaceDecoder
decodes special use airspaces from a DAFIF source file.class
This extension of theALcdDAFIFMultiModelDecoder
decodes VFR routes from a DAFIF source file.class
This extension of theALcdDAFIFSingleModelDecoder
decodes waypoints from a DAFIF source file.Methods in com.luciad.format.dafif.decoder that return ILcdDAFIFDecoderModifier and TypeMethodDescriptionTLcdDAFIFDecoderFactory.createAerodromeDecoder()
Creates an instance of theTLcdDAFIFAerodromeDecoder
class.TLcdDAFIFDecoderFactory.createAirspaceDecoder()
Creates an instance of theTLcdDAFIFAirspaceDecoder
class.TLcdDAFIFDecoderFactory.createHeliportDecoder()
Creates an instance of theTLcdDAFIFHeliportDecoder
class.TLcdDAFIFDecoderFactory.createILSDecoder()
Creates an instance of theTLcdDAFIFILSDecoder
class.TLcdDAFIFDecoderFactory.createIndependentILSDecoder()
Creates an instance of theTLcdDAFIFIndependentILSDecoder
class.TLcdDAFIFDecoderFactory.createNavaidDecoder()
Creates an instance of theTLcdDAFIFNavaidDecoder
class.TLcdDAFIFDecoderFactory.createSpecialUseAirspaceDecoder()
Creates an instance of theTLcdDAFIFSpecialUseAirspaceDecoder
class.TLcdDAFIFDecoderFactory.createWaypointDecoder()
Creates an instance of theTLcdDAFIFWayPointDecoder
class.