Uses of Class
com.luciad.model.TLcdModelList
Package
Description
Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Decoders that handle the DAFIF format.
Decoders that handle the DAFIFT format.
Contains a painter provider for painting S-57 geometries on a 2D view,
using the S-52 standard.
Model interfaces
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of TLcdModelList in com.luciad.format.asdi
Modifier and TypeMethodDescriptionvoid
TLcdASDILiveDecoder.decodeSFCT
(InputStream aStream, int aFireEventMode, TLcdModelList aModelSFCT) Modifies an existingTLcdModelList
to contain new ASDI data read from the givenInputStream
. -
Uses of TLcdModelList in com.luciad.format.dafif.decoder
Modifier and TypeMethodDescriptionvoid
TLcdDAFIFAerodromeNavaidDecoder.createRequiredIndices
(TLcdModelList aModelList) Adds an index on the sub models of the specified navaid modelList.void
TLcdDAFIFProcedureDecoder.createRequiredIndices
(TLcdModelList aModelList) Adds an index on the submodels of the specified modelList.void
TLcdDAFIFProcedureDecoder.removeRequiredIndices
(TLcdModelList aModelList) Removes the indices created by thecreateRequiredIndices
method.void
TLcdDAFIFProcedureDecoder.setILSModel
(TLcdModelList aILSModelList) Specifies a model of ILS objects.void
TLcdDAFIFAerodromeNavaidDecoder.setNavaidModel
(TLcdModelList aNavaidModel) Specifies a modelList of navaids.void
TLcdDAFIFProcedureDecoder.setNavaidModel
(TLcdModelList aNavaidsModelList) Specifies a model of navaids. -
Uses of TLcdModelList in com.luciad.format.dafift.decoder
Modifier and TypeMethodDescriptionvoid
TLcdDAFIFTProcedureDecoder.setILSModel
(TLcdModelList aILSModel) Specifies the model list containing the ILS objects this decoder should use.void
TLcdDAFIFTAerodromeNavaidDecoder.setNavaidModel
(TLcdModelList aNavaidModel) Specifies the model list containing the navaid objects this decoder should use.void
TLcdDAFIFTProcedureDecoder.setNavaidModel
(TLcdModelList aNavaidModel) Specifies the model list containing the navaid objects this decoder should use. -
Uses of TLcdModelList in com.luciad.format.s52.gxy
ModifierConstructorDescriptionTLcdS52GXYCatalogueLayerList
(TLcdModelList aModelSet, ILcdGXYLayerFactory aLayerFactory) Deprecated.Creates a new catalogue layer list which will be initialized with the given modellist.TLcdS52GXYLevelLayerList
(TLcdModelList aModelList, ILcdGXYLayerFactory aLayerFactory) Deprecated.Creates a new TLcdS52GXYLevelLayerList, containing a layer for each model in the given modellist. -
Uses of TLcdModelList in com.luciad.model
Modifier and TypeClassDescriptionclass
ATLcdModelList
that also implementsILcd2DBoundsIndexedModel
. -
Uses of TLcdModelList in com.luciad.view.gxy
ModifierConstructorDescriptionTLcdGXYLayerList
(TLcdModelList aModelList, ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Constructor to create a TLcdGXYLayerList based on an existing TLcdModelList.