Uses of Class
com.luciad.model.TLcdEditableModelListDescriptor
Package
Description
Provides classes and interfaces for general model related aspects within AIXM.
Provides classes and interfaces for general model related aspects within ARINC.
Provides classes and interfaces for decoding and displaying ASTERIX data.
Decoders that handle the DAFIF format.
Provides classes and interfaces for all aerodrome related aspects within DAFIF.
Provides classes and interfaces for all airspace related aspects within DAFIF.
Provides classes and interfaces for all navaid related aspects within DAFIF.
Provides classes and interfaces for all refueling track related aspects within DAFIF.
Provides classes and interfaces for all VFR related aspects within DAFIF.
Provides decoders for handling GRIB data.
Model interfaces
-
Uses of TLcdEditableModelListDescriptor in com.luciad.format.aixm.model
Modifier and TypeClassDescriptionclass
A model descriptor for model lists containing submodels with AIXM data. -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.arinc.model
Modifier and TypeClassDescriptionclass
A model descriptor for modellists containing submodels with ARINC data. -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.asterix
Modifier and TypeClassDescriptionclass
A model descriptor for ASTERIX model lists. -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.dafif.decoder
Modifier and TypeMethodDescriptionabstract TLcdEditableModelListDescriptor
ALcdDAFIFMultiModelDecoder.createModelDescriptor
(String aSource) ILcdDAFIFMultiModelDecoder.createModelDescriptor
(String aSource) Creates and returns the model descriptor to be set on the model returned in the decode method.TLcdDAFIFAerodromeNavaidDecoder.createModelDescriptor
(String aSource) TLcdDAFIFILSDecoder.createModelDescriptor
(String aSource) TLcdDAFIFNavaidDecoder.createModelDescriptor
(String aSource) TLcdDAFIFRefuelingTrackDecoder.createModelDescriptor
(String aSource) TLcdDAFIFVFRRouteDecoder.createModelDescriptor
(String aSource) -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.dafif.model.aerodrome
Modifier and TypeClassDescriptionclass
A model descriptor for DAFIF models containingILcdNavaid
objects (VOR, DME, NDB, TACAN, VOR-DME, VORTAC and NDB-DME) that are a subset from the collection of navaids decoded by the
.TLcdDAFIFNavaidDecoder
-
Uses of TLcdEditableModelListDescriptor in com.luciad.format.dafif.model.airspace
Modifier and TypeClassDescriptionclass
A model descriptor for DAFIF models containingILcdAirspace
objects ( ADA, ADIZ, ARTCC, ACC, BZ, CTA, CTR, FIR, OCA, RA, TMA, UIR, MODE_C and OTHER ).class
A model descriptor for DAFIF models containing special useILcdAirspace
objects ( ALERT, D, MIL, P, R, TEMP_RESERVED_AIRSPACE, WARNING ). -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.dafif.model.refuelingtrack
Modifier and TypeClassDescriptionclass
A model descriptor for DAFIF models containing refueling tracks or anchors. -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.dafif.model.vfr
Modifier and TypeClassDescriptionclass
A model descriptor for DAFIF models containing VFR routes. -
Uses of TLcdEditableModelListDescriptor in com.luciad.format.grib
Modifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of TLcdEditableModelListDescriptor in com.luciad.model
Modifier and TypeClassDescriptionclass
An extension of aTLcdEditableModelListDescriptor
that implementsILcdDataModelDescriptor
.