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 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.
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 class
TLcdASTERIXDataSource allows you to decode multiple consecutive ASTERIX files in one go.Methods in com.luciad.format.asterix with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdASTERIXLiveModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) Checks whether this model decoder can decode the specified data source.boolean
TLcdASTERIXModelDecoder.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.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 TypeInterfaceDescriptioninterface
Marker interface for all bing related data sources.Classes in com.luciad.format.bingmaps that implement ILcdDataSourceModifier and TypeClassDescriptionclass
An object containing all the necessary information to connect to a BingMaps server.class
Data source for a custom Bing Maps server.Methods in com.luciad.format.bingmaps with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdBingMapsModelDecoder.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 TypeMethodDescriptionboolean
TLcdBinzModelDecoder.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 class
Data 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 TypeMethodDescriptionboolean
TLcdCoverageModelDecoder.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 class
AnILcdDataSource
describing the structure of a character separated data file, which can be passed to theTLcdCSVModelDecoder
to decode the data.Methods in com.luciad.format.csv with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdCSVModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) TLcdCSVModelDecoder.decodeSource
(ILcdDataSource aDataSource) -
Uses of ILcdDataSource in com.luciad.format.e57
Subinterfaces of ILcdDataSource in com.luciad.format.e57Modifier and TypeInterfaceDescriptioninterface
This data source represents the point cloud data contained in a E57 file.interface
This 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) RetrievesILcdDataSource
instances for E57 file.Methods in com.luciad.format.e57 with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdE57ModelDecoder.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 TypeMethodDescriptionboolean
TLcdGDALModelDecoder.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 TypeMethodDescriptionboolean
TLcdGeospatialPDFModelDecoder.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 twoILcdDataSource
instances: one for the geometry model and one for the features model.Methods in com.luciad.format.ifc with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdIFCModelDecoder.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 TypeMethodDescriptionboolean
TLcdMBTilesModelDecoder.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 class
Data source
for a single coverage variable in a NetCDF file.class
A 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 TypeMethodDescriptionboolean
TLcdNetCDFModelDecoder.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.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 TypeMethodDescriptionboolean
TLcdNWDModelDecoder.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 TypeMethodDescriptionboolean
TLcdRevitModelDecoder.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 TypeClassDescriptionclass
A 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 TypeMethodDescriptionboolean
TLcdS57CatalogueModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source.boolean
TLcdS57UnifiedModelDecoder.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 TypeMethodDescriptionboolean
TLcdS63UnifiedModelDecoder.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 TypeClassDescriptionclass
Data source
for a single data set in a OGC GeoPackage file.Methods in com.luciad.format.sqlite.geopackage with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdGeoPackageModelDecoder.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 anILcdDataSource
which represents allAssetPart
instances inaAssetPartsGroup
.TLfnCompositeFormat.createDataSource
(List<ALfnAssetMetadata.AssetPart> aGroupedAssetParts) Methods in com.luciad.fusion.engine.format with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
ILfnDataSourceModelDecoderFactory.canDecodeSource
(ILcdDataSource aDataSource) Returnstrue
when this factory can create anILcdModelDecoder
foraDataSource
ILfnDataSourceModelDecoderFactory.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 TypeClassDescriptionclass
A description of a LuciadFusion data source.Methods in com.luciad.fusion.tilestore.model with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLfnTileStoreModelDecoder.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 ILcdModelDecoder
TLcyDataFormatManager.ALcyHandlerChooser.chooseDataSourceDecoder
(ILcdDataSource aSource, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Chooses theILcdModelDecoder
to use for the givenaDataSource
out 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 givenaSource
out of the list of given map components.void
TLcyDataFormatManager.handleDataSources
(ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, Component aParentComponent) Opens the data represented byaDataSources
onaMapComponent
by using all theILcdModelDecoder
s inaModelDecoders
.void
TLcyDataFormatManager.handleDataSources
(ILcdDataSource[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, Component aParentComponent) Opens the data represented byaDataSources
onaMapComponent
by using all theILcdModelDecoder
s 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 TypeMethodDescriptionboolean
TLcyCompositeModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) Loops over its associated list ofILcdModelDecoder
s to find a suitableILcdModelDecoder
.TLcyCompositeModelDecoder.decodeSource
(ILcdDataSource aDataSource) Loops over its associated list ofILcdModelDecoder
s to find a suitableILcdModelDecoder
. -
Uses of ILcdDataSource in com.luciad.model
Classes in com.luciad.model with type parameters of type ILcdDataSourceModifier and TypeInterfaceDescriptioninterface
ILcdDataSourceModelDescriptor<T extends ILcdDataSource>
Extension ofILcdModelDescriptor
, that also offers theILcdDataSource
that was used to decode the model (if available).Classes in com.luciad.model that implement ILcdDataSourceModifier and TypeClassDescriptionfinal class
Creates 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-specificILcdDataSource
instances.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 boolean
ILcdModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) Checks whether this model decoder can decode the data source(s), identified by the passedILcdDataSource
.boolean
TLcdCompositeModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) TLcdModelMetadata.Builder.dataSource
(ILcdDataSource aDataSource) Sets the data source to use.default TLcdModelMetadata
ILcdModelDecoder.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 ILcdModel
ILcdModelDecoder.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 decode
the given data source -
Uses of ILcdDataSource in com.luciad.ogc.common
Methods in com.luciad.ogc.common with parameters of type ILcdDataSourceModifier and TypeMethodDescriptiondefault ILcdModelDecoder
ILcdOGCModelDecoderFactory.createModelDecoder
(ILcdDataSource aDataSource) Creates a newILcdModelDecoder
that 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 class
Data source representation for a WCS.Methods in com.luciad.ogc.wcs.client with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdWCSCoverageModelDecoder.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 class
Data source representation for a WFS.Methods in com.luciad.ogc.wfs.client with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdWFSModelDecoderDecorator.canDecodeSource
(ILcdDataSource aDataSource) Checks whether the given source represents WFS data.TLcdWFSProxyModel.Builder.dataSource
(ILcdDataSource aDataSource) Specifies theserver
andfeatureTypeName
parameters 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 TypeMethodDescriptionboolean
TLcdWMTSModelDecoder.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 class
Data source representation for a WMS, with one or more layers.Methods in com.luciad.wms.client.model with parameters of type ILcdDataSourceModifier and TypeMethodDescriptionboolean
TLcdOGCWMSProxyModelDecoder.canDecodeSource
(ILcdDataSource aDataSource) TLcdOGCWMSProxyModelDecoder.decodeSource
(ILcdDataSource aDataSource) This method supports decoding aTLcdWMSDataSource
and aTLcdDataSource
.