Uses of Interface
com.luciad.model.ILcdDataSourceModelDecoder
Packages that use ILcdDataSourceModelDecoder
Package
Description
Provides classes and interfaces for decoding and displaying ASTERIX data.
This package contains functionality related to the decoding of Bing Maps models.
Provides support for decoding NetCDF files.
Handles the S-57 format.
Handles the S-63 format.
Support for OGC GeoPackage data.
Provides the model and model decoder abstraction for a Tile Store.
Provides classes to deal with the models ( that store the actual data ) behind a map.
Model interfaces
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 ILcdDataSourceModelDecoder in com.luciad.format.asterix
Classes in com.luciad.format.asterix that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassThis decoder reads ASTERIX data and represents it in a TLcdModelList. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.bingmaps
Classes in com.luciad.format.bingmaps that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassA model decoder that creates anILcdModelcontaining high resolution, multi-level Bing Maps imagery. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.netcdf
Classes in com.luciad.format.netcdf that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassDecodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassModel decoder that can decode ECDIS S-57 catalogues intoILcdModelobjects.classThis model decoder decodes ECDIS S-57 data intoILcdModelobjects. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.s63
Classes in com.luciad.format.s63 that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassThisILcdModelDecoderdecodes S-57 catalogues, encrypted according to the S-63 standard.classThe equivalent decoder ofTLcdS57UnifiedModelDecoderfor S-57 data which is encrypted according to the S-63 standard. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.sqlite.geopackage
Classes in com.luciad.format.sqlite.geopackage that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassA model decoder that decodes OGC GeoPackage files. -
Uses of ILcdDataSourceModelDecoder in com.luciad.fusion.tilestore.model
Classes in com.luciad.fusion.tilestore.model that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassDecodes a Tile Store from a URI or directly from anALfnTileStoreinto a tile set. -
Uses of ILcdDataSourceModelDecoder in com.luciad.lucy.model
Classes in com.luciad.lucy.model that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdModelDecoder. -
Uses of ILcdDataSourceModelDecoder in com.luciad.model
Classes in com.luciad.model that implement ILcdDataSourceModelDecoder -
Uses of ILcdDataSourceModelDecoder in com.luciad.ogc.wmts.client
Classes in com.luciad.ogc.wmts.client that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes a WMTS layer into anILcdModelobject. -
Uses of ILcdDataSourceModelDecoder in com.luciad.wms.client.model
Classes in com.luciad.wms.client.model that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclassAnILcdModelDecoderimplementation that allows to access a WMS server and retrieve data from it.