:tocdepth: 3 :py:mod:`gws.plugin.ows_client.wmts.layer` ========================================== .. py:module:: gws.plugin.ows_client.wmts.layer **Source code:** :source:`gws.plugin.ows_client.wmts.layer` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.layer.Config` WMTS layer .. py:attribute:: display :type: gws.LayerDisplayMode Layer display mode. .. py:attribute:: provider :type: Config.provider WMTS provider. .. py:attribute:: sourceLayers :type: Optional[gws.gis.source.LayerFilter] Source layer filter. .. py:attribute:: style :type: Optional[str] WMTS style name. .. py:class:: Object Bases: :py:obj:`gws.base.layer.image.Object` .. py:attribute:: activeLayer :type: gws.SourceLayer .. py:attribute:: activeStyle :type: gws.SourceStyle .. py:attribute:: activeTms :type: gws.TileMatrixSet .. py:attribute:: serviceProvider :type: gws.plugin.ows_client.wmts.provider.Object .. py:attribute:: sourceLayers :type: list[gws.SourceLayer] .. py:method:: configure() .. py:method:: configure_grid() .. py:method:: configure_legend() .. py:method:: configure_metadata() .. py:method:: configure_provider() .. py:method:: configure_resolutions() .. py:method:: configure_source_layers() .. py:method:: configure_sources() .. py:method:: configure_style() .. py:method:: configure_tms() .. py:method:: mapproxy_config(mc) .. py:method:: render(lri)