Package com.luciad.formats.wms
package com.luciad.formats.wms
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.
- Use
WmsModelDecoder#decode
to decode a model to access the data.
-
ClassesClassDescriptionEncapsulates the capabilities of a WMS source.Data source representation for a WMS, with one or more layers.A builder to create
WmsDataSource
instances.Represents a WMS layer with an optional style.Contains information about a layer as described in a WMS GetCapabilities response.Contains information about a layer style as described in a WMS GetCapabilities response.Creates anIRasterModel
that connects to a WMS service.Options for decoding WMS data.Builder
for the WMS options.