Skip navigation links
LuciadFusion
2023.1.08

Package com.luciad.ogc.wmts.client

This package provides support for the OGC Web Map Tile Service (WMTS).

See: Description

Package com.luciad.ogc.wmts.client Description

This package provides support for the OGC Web Map Tile Service (WMTS).

It provides both a model decoder to create a regular ILcdModel for WMTS data, as well as a client to inspect the WMTS capabilities and exposed WMTS layers.

You can:

If a layer's tile structure is not a quadtree the created domain object is an instance of ALcdMultilevelImageMosaic which can be painted by a TLcdGXYImagePainter.

If the tile structure is a quadtree, the created domain object is an object which implements both ALcdMultilevelImageMosaic and ILcdEarthTileSet.

Since:
2013.0
Skip navigation links
LuciadFusion
2023.1.08