:tocdepth: 3 :py:mod:`gws.plugin.ows_client.wmts.provider` ============================================= .. py:module:: gws.plugin.ows_client.wmts.provider .. autoapi-nested-parse:: WMTS provider **Source code:** :source:`gws.plugin.ows_client.wmts.provider` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.ows.client.provider.Config` WMTS provider configuration. .. py:attribute:: grid :type: Optional[gws.base.layer.GridConfig] Source grid. .. py:class:: Object Bases: :py:obj:`gws.base.ows.client.provider.Object` .. py:attribute:: grids :type: list[gws.TileGrid] .. py:attribute:: protocol .. py:attribute:: tileMatrixSets :type: list[gws.TileMatrixSet] .. py:method:: configure() .. py:method:: grid_for_tms(tms: gws.TileMatrixSet) -> gws.TileGrid .. py:method:: tile_url_template(sl: gws.SourceLayer, tms: gws.TileMatrixSet, style: gws.SourceStyle) -> str