Uses of Interface
com.luciad.model.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
Modifier and TypeClassDescriptionclass
This decoder reads ASTERIX data and represents it in a TLcdModelList. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.bingmaps
Modifier and TypeClassDescriptionclass
A model decoder that creates anILcdModel
containing high resolution, multi-level Bing Maps imagery. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.netcdf
Modifier and TypeClassDescriptionclass
Decodes NetCDF, NcML, GRIB and HDF files. -
Uses of ILcdDataSourceModelDecoder in com.luciad.format.s57
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
A model decoder that decodes OGC GeoPackage files. -
Uses of ILcdDataSourceModelDecoder in com.luciad.fusion.tilestore.model
Modifier and TypeClassDescriptionclass
Decodes a Tile Store from a URI or directly from anALfnTileStore
into a tile set. -
Uses of ILcdDataSourceModelDecoder in com.luciad.lucy.model
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelDecoder
. -
Uses of ILcdDataSourceModelDecoder in com.luciad.model
-
Uses of ILcdDataSourceModelDecoder in com.luciad.ogc.wmts.client
Modifier and TypeClassDescriptionclass
This model decoder decodes a WMTS layer into anILcdModel
object. -
Uses of ILcdDataSourceModelDecoder in com.luciad.wms.client.model
Modifier and TypeClassDescriptionclass
AnILcdModelDecoder
implementation that allows to access a WMS server and retrieve data from it.