LuciadCPillar 2024.0.08
|
Support for accessing OGC Web Map Tile Services. More...
Classes | |
class | luciad::WmtsBoundingBox |
Contains information about a bounding box as described in a WMTS GetCapabilities request. More... | |
class | luciad::WmtsCapabilities |
Encapsulates the capabilities of a WMTS source. More... | |
class | luciad::WmtsDataSource |
Describes a WMTS data source and how to access it. More... | |
class | luciad::WmtsLayer |
Contains information about a layer as described in a WMTS GetCapabilities request. More... | |
class | luciad::WmtsLayerStyle |
Contains information about the layer style as described in a WMTS GetCapabilities request. More... | |
class | luciad::WmtsModelDecoder |
This class can be used to create an IRasterModel implementation that can read WMTS tiles. More... | |
class | luciad::WmtsModelDecoderOptions |
Options for decoding WMTS data. More... | |
Support for accessing OGC Web Map Tile Services.
It provides the ability to inspect the WMTS capabilities and more specifically the exposed WMTS layers. The information from the capabilities can then be used to construct a model to access the tile data.