:tocdepth: 3 :py:mod:`gws.plugin.ows_server.wmts` ==================================== .. py:module:: gws.plugin.ows_server.wmts .. autoapi-nested-parse:: WMTS Service. Implements WMTS 1.0.0. This implementation only supports ``GET`` requests with ``KVP`` encoding. .. rubric:: References - OGC 07-057r7 (https://portal.ogc.org/files/?artifact_id=35326) **Source code:** :source:`gws.plugin.ows_server.wmts` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.ows.server.service.Config` WMTS Service configuration .. py:class:: Object Bases: :py:obj:`gws.base.ows.server.service.Object` .. py:attribute:: isOwsCommon :value: True .. py:attribute:: isRasterService :value: True .. py:attribute:: protocol .. py:attribute:: supportedVersions :value: ['1.0.0'] .. py:attribute:: tileMatrixSets :type: list[gws.TileMatrixSet] .. py:attribute:: tileSize :value: 256 .. py:method:: bounds_for_tile(tms_uid, tm_uid, row, col) .. py:method:: configure() .. py:method:: configure_operations() .. py:method:: get_matrix(tms: gws.TileMatrixSet, tm_uid) .. py:method:: get_matrix_set(tms_uid) .. py:method:: handle_get_capabilities(sr: gws.base.ows.server.request.Object) .. py:method:: handle_get_legend_graphic(sr: gws.base.ows.server.request.Object) .. py:method:: handle_get_tile(sr: gws.base.ows.server.request.Object) .. py:method:: init_request(req) .. py:method:: layer_is_compatible(layer: gws.Layer) .. py:method:: make_tile_matrices(extent, min_zoom, max_zoom, tile_size) .. py:method:: requested_layer_caps(sr: gws.base.ows.server.request.Object)