Uses of Class
com.luciad.ogc.wmts.TLcdWMTSLayer
Package
Description
This package provides support for the OGC Web Map Tile Service (WMTS).
Implementation of the OGC Web Map Tile Service.
-
Uses of TLcdWMTSLayer in com.luciad.ogc.wmts.client
Modifier and TypeMethodDescriptionTLcdWMTSClient.getLayers()
Returns the layers available on the WMTS server, as well as their exposed formats and styles. -
Uses of TLcdWMTSLayer in com.luciad.wmts.server
Modifier and TypeMethodDescriptionILcdWMTSGXYLayerFactory.createGXYLayer
(ILcdModel aModel, TLcdWMTSLayer aWMTSLayer, TLcdSLDFeatureTypeStyle[] aFeatureTypeStyles, TLcdWMTSRequestContext aRequestContext) This method creates anILcdGXYLayer
for the given WMTS layer and SLD feature type styles.ILcdWMTSGXYLayerFactory.createGXYLayer
(ILcdModel aModel, TLcdWMTSLayer aWMTSLayer, String aStyleId, TLcdWMTSRequestContext aRequestContext) This method creates anILcdGXYLayer
for the given WMTS layer and style identifier.