Package com.luciad.formats.wmts
package com.luciad.formats.wmts
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.
- Use
WmtsCapabilities#getCapabilities
to retrieve the list of layers advertised by the WMTS. - Use
WmtsModelDecoder#decode
to decode a model to access the tile data.
-
ClassesClassDescriptionContains information about a bounding box as described in a WMTS GetCapabilities request.Encapsulates the capabilities of a WMTS source.Describes a WMTS data source and how to access it.Builder for creating
WmtsDataSource
.Contains information about a layer as described in a WMTS GetCapabilities request.Contains information about the layer style as described in a WMTS GetCapabilities request.This class can be used to create anIRasterModel
implementation that can read WMTS tiles.Options for decoding WMTS data.Builder
for the WMTS options.