LuciadCPillar 2023.1.04

Support for accessing OGC Web Map Services. More...

Classes

class  luciad::WmsCapabilities
 Encapsulates the capabilities of a WMS source. More...
 
class  luciad::WmsDataSource
 Data source representation for a WMS, with one or more layers. More...
 
class  luciad::WmsLayer
 Contains information about a layer as described in a WMS GetCapabilities response. More...
 
class  luciad::WmsLayerStyle
 Contains information about a layer style as described in a WMS GetCapabilities response. More...
 
class  luciad::WmsModelDecoder
 Creates an luciad::IRasterModel that connects to a WMS service. More...
 
class  luciad::WmsModelDecoderOptions
 Options for decoding WMS data. More...
 

Detailed Description

Support for accessing OGC Web Map Services.

It provides the ability to inspect the WMS capabilities and more specifically the exposed WMS layers. The information from the capabilities can then be used to construct a model to access the tile data.