Uses of Interface
com.luciad.model.ILcdDataSource
Packages that use ILcdDataSource
Package
Description
Provides classes and interfaces for decoding and displaying ASTERIX data.
This package contains functionality related to the decoding of Azure Maps models.
This package contains the classes that are needed to work with the BIM datasets.
This package contains functionality related to the decoding of Bing Maps models.
This package contains the classes that are needed to work with the Binz format.
Provides support for decoding coverage raster data.
This package contains a model decoder capable of decoding data in character-separated files.
This package contains a model decoder for decoding point cloud data from E57 (
.e57) files.Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
Handles Geospatial PDF data as specified in:
PDF Geo-registration Encoding Best Practice Version 2.2.
Section 8.8.1 Geospatial Features, Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3.
This package contains the classes that are needed to work with the IFC format.
Support for MBTiles data.
Provides support for decoding NetCDF files.
Provides support for decoding NITF files.
This package contains a model decoder capable of decoding files of the Navisworks format.
This package contains the classes that are needed to work with the Revit format.
Handles the S-57 format.
Handles the S-63 format.
Support for OGC GeoPackage data.
This package provides the functionality to support several geographic data formats
in the engine.
Provides the model and model decoder abstraction for a Tile Store.
This package contains the core of Lucy: the
back-end, which
is the central point of Lucy where addons can add functionality to
extend Lucy, and the default front-end.Provides classes to deal with the models ( that store the actual data ) behind a map.
Model interfaces
This package contains interfaces and classes common to all OGC web services.
Client API for an OGC Web Coverage Service (WCS).
Client API for an OGC Web Feature Service (WFS).
This package provides support for the OGC Web Map Tile Service (WMTS).
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ILcdDataSource in com.luciad.format.asterix
Classes in com.luciad.format.asterix that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classTLcdASTERIXDataSource allows you to decode multiple consecutive ASTERIX files in one go.Methods in com.luciad.format.asterix with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdASTERIXLiveModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the specified data source.booleanTLcdASTERIXModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether the data source is aTLcdASTERIXDataSource.TLcdASTERIXLiveModelDecoder.decodeSource(ILcdDataSource aDataSource) TLcdASTERIXModelDecoder.decodeSource(ILcdDataSource aDataSource) Decodes instances ofTLcdASTERIXDataSource, allowing you to decode multiple sources in one go. -
Uses of ILcdDataSource in com.luciad.format.azuremaps
Classes in com.luciad.format.azuremaps that implement ILcdDataSourceModifier and TypeClassDescriptionclassAn object containing all the necessary information to connect to an Azure Maps server.Methods in com.luciad.format.azuremaps with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdAzureMapsModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source(s), identified by the passedILcdDataSource.TLcdAzureMapsModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.bim
Classes in com.luciad.format.bim that implement ILcdDataSource -
Uses of ILcdDataSource in com.luciad.format.bingmaps
Subinterfaces of ILcdDataSource in com.luciad.format.bingmapsModifier and TypeInterfaceDescriptioninterfaceMarker interface for all bing related data sources.Classes in com.luciad.format.bingmaps that implement ILcdDataSourceModifier and TypeClassDescriptionclassAn object containing all the necessary information to connect to a BingMaps server.classData source for a custom Bing Maps server.Methods in com.luciad.format.bingmaps with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdBingMapsModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source(s), identified by the passedILcdDataSource.TLcdBingMapsModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.binz
Methods in com.luciad.format.binz that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdBinzModelDecoder.discoverDataSources(String aPath) Methods in com.luciad.format.binz with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdBinzModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdBinzModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) TLcdBinzModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.coverage
Classes in com.luciad.format.coverage that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classData source description for a remote LuciadFusion coverage.Methods in com.luciad.format.coverage that return ILcdDataSourceModifier and TypeMethodDescriptionTLcdCoverageModelDescriptor.getDataSource()Returns the data source representing the fusion coverage.Methods in com.luciad.format.coverage that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionTLcdCoverageModelDecoder.discoverDataSources(String aSource) Discovers all the coverages of a given Luciad Tile Store source has to offer and returns them as a list of data sources.Methods in com.luciad.format.coverage with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdCoverageModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdCoverageModelDecoder.decodeSource(ILcdDataSource aDataSource) Constructors in com.luciad.format.coverage with parameters of type ILcdDataSourceModifierConstructorDescriptionTLcdCoverageModelDescriptor(ILcdDataSource aDataSource, String aDisplayName) Constructs the raster coverage model descriptor. -
Uses of ILcdDataSource in com.luciad.format.csv
Classes in com.luciad.format.csv that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classAnILcdDataSourcedescribing the structure of a character separated data file, which can be passed to theTLcdCSVModelDecoderto decode the data.Methods in com.luciad.format.csv with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdCSVModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdCSVModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.e57
Subinterfaces of ILcdDataSource in com.luciad.format.e57Modifier and TypeInterfaceDescriptioninterfaceThis data source represents the point cloud data contained in a E57 file.interfaceThis data source represents the panoramic imagery contained in a E57 file.Methods in com.luciad.format.e57 that return ILcdDataSourceMethods in com.luciad.format.e57 that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdE57ModelDecoder.discoverDataSources(String aPath) RetrievesILcdDataSourceinstances for E57 file.Methods in com.luciad.format.e57 with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdE57ModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdE57ModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) TLcdE57ModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.gdal
Methods in com.luciad.format.gdal that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdGDALModelDecoder.discoverDataSources(String aPath) Methods in com.luciad.format.gdal with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdGDALModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdGDALModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.geospatialpdf
Methods in com.luciad.format.geospatialpdf that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionTLcdGeospatialPDFModelDecoder.discoverDataSources(String aPath) Methods in com.luciad.format.geospatialpdf with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdGeospatialPDFModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdGeospatialPDFModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.ifc
Methods in com.luciad.format.ifc that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdIFCModelDecoder.discoverDataSources(String aPath) Retrieves twoILcdDataSourceinstances: one for the geometry model and one for the features model.Methods in com.luciad.format.ifc with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdIFCModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdIFCModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) TLcdIFCModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.mbtiles
Classes in com.luciad.format.mbtiles that implement ILcdDataSourceMethods in com.luciad.format.mbtiles with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdMBTilesModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether the given data source can be decoded with this model decoder.TLcdMBTilesModelDecoder.decodeSource(ILcdDataSource aDataSource) Creates a model for the given data source. -
Uses of ILcdDataSource in com.luciad.format.netcdf
Classes in com.luciad.format.netcdf that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classData sourcefor a single coverage variable in a NetCDF file.classA data source to create NetCDF images with multiple bands.Methods in com.luciad.format.netcdf that return ILcdDataSourceModifier and TypeMethodDescriptionTLcdNetCDFModelDescriptor.getDataSource()Returns the data source that this model originates from.Methods in com.luciad.format.netcdf that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionTLcdNetCDFModelDecoder.discoverDataSources(String aSource) Fetch the data sources from the given NetCDF file path.Methods in com.luciad.format.netcdf with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdNetCDFModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source(s), identified by the passedILcdDataSource.TLcdNetCDFModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) Decodes the model metadata of a NetCDF source.TLcdNetCDFModelDecoder.decodeSource(ILcdDataSource aDataSource) Creates a new model from the given data source. -
Uses of ILcdDataSource in com.luciad.format.nitf
Methods in com.luciad.format.nitf that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdNITFModelDecoder.discoverDataSources(String aSourceName) Retrieves a set of model-specificILcdDataSourceinstances.Methods in com.luciad.format.nitf with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdNITFModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdNITFModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.nwd
Methods in com.luciad.format.nwd that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdNWDModelDecoder.discoverDataSources(String aPath) Methods in com.luciad.format.nwd with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdNWDModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdNWDModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) TLcdNWDModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.revit
Methods in com.luciad.format.revit that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptionList<? extends ILcdDataSource> TLcdRevitModelDecoder.discoverDataSources(String aPath) Methods in com.luciad.format.revit with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdRevitModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdRevitModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) TLcdRevitModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdDataSourceModifier and TypeClassDescriptionclassA data source for S-57 catalogues or virtual catalogues.Methods in com.luciad.format.s57 that return ILcdDataSourceMethods in com.luciad.format.s57 with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdS57CatalogueModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source.booleanTLcdS57UnifiedModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source.TLcdS57CatalogueModelDecoder.decodeSource(ILcdDataSource aDataSource) TLcdS57UnifiedModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.s63
Methods in com.luciad.format.s63 with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdS63UnifiedModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source.TLcdS63CatalogueModelDecoder.decodeSource(ILcdDataSource aDataSource) TLcdS63UnifiedModelDecoder.decodeSource(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.sqlite.geopackage
Classes in com.luciad.format.sqlite.geopackage that implement ILcdDataSourceModifier and TypeClassDescriptionclassData sourcefor a single data set in a OGC GeoPackage file.Methods in com.luciad.format.sqlite.geopackage with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdGeoPackageModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether the given data source can be decoded with this model decoder.TLcdGeoPackageModelDecoder.decodeSource(ILcdDataSource aDataSource) Creates a model for the given data source. -
Uses of ILcdDataSource in com.luciad.fusion.engine.format
Methods in com.luciad.fusion.engine.format that return ILcdDataSourceModifier and TypeMethodDescriptionALfnFormat.createDataSource(List<ALfnAssetMetadata.AssetPart> aAssetPartsGroup) This method is responsible for creating anILcdDataSourcewhich represents allAssetPartinstances inaAssetPartsGroup.TLfnCompositeFormat.createDataSource(List<ALfnAssetMetadata.AssetPart> aGroupedAssetParts) Methods in com.luciad.fusion.engine.format with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanILfnDataSourceModelDecoderFactory.canDecodeSource(ILcdDataSource aDataSource) Returnstruewhen this factory can create anILcdModelDecoderforaDataSourceILfnDataSourceModelDecoderFactory.createModelDecoder(ILcdDataSource aDataSource, Map<String, Object> aProperties) Creates a model decoder foraDataSource. -
Uses of ILcdDataSource in com.luciad.fusion.tilestore.model
Classes in com.luciad.fusion.tilestore.model that implement ILcdDataSourceModifier and TypeClassDescriptionclassA description of a LuciadFusion data source.Methods in com.luciad.fusion.tilestore.model with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLfnTileStoreModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Indicates whether a given source can be decoded as a Tile Store model.TLfnTileStoreModelDecoder.decodeSource(ILcdDataSource aDataSource) Decodes a model for a given Tile Store data source. -
Uses of ILcdDataSource in com.luciad.lucy
Methods in com.luciad.lucy that return ILcdDataSourceModifier and TypeMethodDescriptionTLcyDataSourceEvent.getDataSourceObjects()Returns the list of data source objects set in the data source constructor.Methods in com.luciad.lucy with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionabstract ILcdModelDecoderTLcyDataFormatManager.ALcyHandlerChooser.chooseDataSourceDecoder(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcdModelDecoderto use for the givenaDataSourceout of the list of given decoders.abstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceout of the list of given map components.voidTLcyDataFormatManager.handleDataSources(ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using all theILcdModelDecoders inaModelDecoders.voidTLcyDataFormatManager.handleDataSources(ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using all theILcdModelDecoders that are registered on the Lucy back-end.Constructors in com.luciad.lucy with parameters of type ILcdDataSourceModifierConstructorDescriptionTLcyDataSourceEvent(Object source, int aID, ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aGeneralMapComponent) Creates a newTLcyDataSourceEvent. -
Uses of ILcdDataSource in com.luciad.lucy.model
Methods in com.luciad.lucy.model with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcyCompositeModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Loops over its associated list ofILcdModelDecoders to find a suitableILcdModelDecoder.TLcyCompositeModelDecoder.decodeSource(ILcdDataSource aDataSource) Loops over its associated list ofILcdModelDecoders to find a suitableILcdModelDecoder. -
Uses of ILcdDataSource in com.luciad.model
Classes in com.luciad.model with type parameters of type ILcdDataSourceModifier and TypeInterfaceDescriptioninterfaceILcdDataSourceModelDescriptor<T extends ILcdDataSource>Extension ofILcdModelDescriptor, that also offers theILcdDataSourcethat was used to decode the model (if available).Classes in com.luciad.model that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classCreates a new data source based on a source name, typically a file name.Methods in com.luciad.model that return types with arguments of type ILcdDataSourceModifier and TypeMethodDescriptiondefault List<? extends ILcdDataSource> ILcdModelDecoder.discoverDataSources(String aPath) Retrieves a set of model-specificILcdDataSourceinstances.List<? extends ILcdDataSource> TLcdCompositeModelDecoder.discoverDataSources(String aPath) Delegates to all decoders whoseTLcdCompositeModelDecoder.canDecodeSource(String)returns true for the given path.TLcdModelMetadata.getDataSource()Returns the source of the model.Methods in com.luciad.model with parameters of type ILcdDataSourceModifier and TypeMethodDescriptiondefault booleanILcdModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source(s), identified by the passedILcdDataSource.booleanTLcdCompositeModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdModelMetadata.Builder.dataSource(ILcdDataSource aDataSource) Sets the data source to use.default TLcdModelMetadataILcdModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) Decodes metadata for the specified data source.TLcdCompositeModelDecoder.decodeModelMetadata(ILcdDataSource aDataSource) Decodes the model metadata of the given data source through a suitable delegate model decoder.default ILcdModelILcdModelDecoder.decodeSource(ILcdDataSource aDataSource) Creates a new model from the given data source.TLcdCompositeModelDecoder.decodeSource(ILcdDataSource aDataSource) Decode the given data source through a suitable delegate model decoder.TLcdCompositeModelDecoder.findModelDecoders(ILcdDataSource aDataSource) Returns all model decoders thatcan decodethe given data source -
Uses of ILcdDataSource in com.luciad.ogc.common
Methods in com.luciad.ogc.common with parameters of type ILcdDataSourceModifier and TypeMethodDescriptiondefault ILcdModelDecoderILcdOGCModelDecoderFactory.createModelDecoder(ILcdDataSource aDataSource) Creates a newILcdModelDecoderthat can decode the specified data source.TLcdOGCModelDecoderFactory.createModelDecoder(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.ogc.wcs.client
Classes in com.luciad.ogc.wcs.client that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classData source representation for a WCS.Methods in com.luciad.ogc.wcs.client with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdWCSCoverageModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether the given source represents WCS data.TLcdWCSCoverageModelDecoder.decodeSource(ILcdDataSource aDataSource) Creates a new model for the WCS data in the server represented by aTLcdWCSDataSource. -
Uses of ILcdDataSource in com.luciad.ogc.wfs.client
Classes in com.luciad.ogc.wfs.client that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classData source representation for a WFS.Methods in com.luciad.ogc.wfs.client with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdWFSModelDecoderDecorator.canDecodeSource(ILcdDataSource aDataSource) Checks whether the given source represents WFS data.TLcdWFSProxyModel.Builder.dataSource(ILcdDataSource aDataSource) Specifies theserverandfeatureTypeNameparameters using the given data source.TLcdWFSModelDecoderDecorator.decodeSource(ILcdDataSource aDataSource) Creates a new model for the WFS data in the server represented by aTLcdWFSDataSource. -
Uses of ILcdDataSource in com.luciad.ogc.wmts.client
Classes in com.luciad.ogc.wmts.client that implement ILcdDataSourceMethods in com.luciad.ogc.wmts.client with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdWMTSModelDecoder.canDecodeSource(ILcdDataSource aDataSource) Checks whether the given source represents WMTS data.TLcdWMTSModelDecoder.decodeSource(ILcdDataSource aDataSource) Creates a new model for the WMTS data in the server represented by aTLcdWMTSDataSource. -
Uses of ILcdDataSource in com.luciad.wms.client.model
Classes in com.luciad.wms.client.model that implement ILcdDataSourceModifier and TypeClassDescriptionfinal classData source representation for a WMS, with one or more layers.Methods in com.luciad.wms.client.model with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionbooleanTLcdOGCWMSProxyModelDecoder.canDecodeSource(ILcdDataSource aDataSource) TLcdOGCWMSProxyModelDecoder.decodeSource(ILcdDataSource aDataSource) This method supports decoding aTLcdWMSDataSourceand aTLcdDataSource.