Uses of Class
com.luciad.model.TLcdModelList
Packages that use 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
Methods in com.luciad.format.asdi with parameters of type TLcdModelListModifier and TypeMethodDescriptionvoidTLcdASDILiveDecoder.decodeSFCT(InputStream aStream, int aFireEventMode, TLcdModelList aModelSFCT) Modifies an existingTLcdModelListto contain new ASDI data read from the givenInputStream. -
Uses of TLcdModelList in com.luciad.format.dafif.decoder
Methods in com.luciad.format.dafif.decoder with parameters of type TLcdModelListModifier and TypeMethodDescriptionvoidTLcdDAFIFAerodromeNavaidDecoder.createRequiredIndices(TLcdModelList aModelList) Adds an index on the sub models of the specified navaid modelList.voidTLcdDAFIFProcedureDecoder.createRequiredIndices(TLcdModelList aModelList) Adds an index on the submodels of the specified modelList.voidTLcdDAFIFProcedureDecoder.removeRequiredIndices(TLcdModelList aModelList) Removes the indices created by thecreateRequiredIndicesmethod.voidTLcdDAFIFProcedureDecoder.setILSModel(TLcdModelList aILSModelList) Specifies a model of ILS objects.voidTLcdDAFIFAerodromeNavaidDecoder.setNavaidModel(TLcdModelList aNavaidModel) Specifies a modelList of navaids.voidTLcdDAFIFProcedureDecoder.setNavaidModel(TLcdModelList aNavaidsModelList) Specifies a model of navaids. -
Uses of TLcdModelList in com.luciad.format.dafift.decoder
Methods in com.luciad.format.dafift.decoder with parameters of type TLcdModelListModifier and TypeMethodDescriptionvoidTLcdDAFIFTProcedureDecoder.setILSModel(TLcdModelList aILSModel) Specifies the model list containing the ILS objects this decoder should use.voidTLcdDAFIFTAerodromeNavaidDecoder.setNavaidModel(TLcdModelList aNavaidModel) Specifies the model list containing the navaid objects this decoder should use.voidTLcdDAFIFTProcedureDecoder.setNavaidModel(TLcdModelList aNavaidModel) Specifies the model list containing the navaid objects this decoder should use. -
Uses of TLcdModelList in com.luciad.format.s52.gxy
Constructors in com.luciad.format.s52.gxy with parameters of type TLcdModelListModifierConstructorDescriptionTLcdS52GXYCatalogueLayerList(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
Subclasses of TLcdModelList in com.luciad.modelModifier and TypeClassDescriptionclassATLcdModelListthat also implementsILcd2DBoundsIndexedModel. -
Uses of TLcdModelList in com.luciad.view.gxy
Constructors in com.luciad.view.gxy with parameters of type TLcdModelListModifierConstructorDescriptionTLcdGXYLayerList(TLcdModelList aModelList, ILcdGXYLayerFactory aGXYLayerFactory) Deprecated.Constructor to create a TLcdGXYLayerList based on an existing TLcdModelList.