gws.plugin.ows_server.wmts

Source code: gws.plugin.ows_server.wmts

Package Contents

class gws.plugin.ows_server.wmts.Config(*args, **kwargs)

Bases: gws.base.ows.server.service.Config

WMTS Service configuration

class gws.plugin.ows_server.wmts.Object

Bases: gws.base.ows.server.service.Object

Baseclass for OWS services.

property default_templates
property default_metadata
protocol
supportedVersions = ['1.0.0']
is_raster_ows = True
tileMatrixSets: list[gws.TileMatrixSet]
configure()

Configuration hook.

handle_getcapabilities(rd: core.Request)
handle_gettile(rd: core.Request)
handle_getlegendgraphic(rd: core.Request)