Uses of Class
com.luciad.ogc.wmts.TLcdWMTSLayer
Packages that use 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
Methods in com.luciad.ogc.wmts.client that return types with arguments of type TLcdWMTSLayerModifier 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
Methods in com.luciad.wmts.server that return TLcdWMTSLayerMethods in com.luciad.wmts.server with parameters of type TLcdWMTSLayerModifier 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.