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.
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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
A model decoder that creates anILcdModel
containing 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 TypeClassDescriptionclass
Decodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclass
Model decoder that can decode ECDIS S-57 catalogues intoILcdModel
objects.class
This model decoder decodes ECDIS S-57 data intoILcdModel
objects. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.s63
Classes in com.luciad.format.s63 that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclass
ThisILcdModelDecoder
decodes S-57 catalogues, encrypted according to the S-63 standard.class
The equivalent decoder ofTLcdS57UnifiedModelDecoder
for 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Decodes a Tile Store from a URI or directly from anALfnTileStore
into a tile set. -
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 TypeClassDescriptionclass
This model decoder decodes a WMTS layer into anILcdModel
object. -
Uses of ILcdDataSourceModelDecoder in com.luciad.wms.client.model
Classes in com.luciad.wms.client.model that implement ILcdDataSourceModelDecoderModifier and TypeClassDescriptionclass
AnILcdModelDecoder
implementation that allows to access a WMS server and retrieve data from it.