:tocdepth: 3 :py:mod:`gws.base.layer.ows` ============================ .. py:module:: gws.base.layer.ows .. autoapi-nested-parse:: Layer OWS controller. **Source code:** :source:`gws.base.layer.ows` Module Contents --------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Layer OWS configuration. .. py:attribute:: allowedServices :type: Optional[list[str]] Service UIDs which can use this layer. (added in 8.1) .. py:attribute:: deniedServices :type: Optional[list[str]] Service UIDs which can not use this layer. (added in 8.1) .. py:attribute:: featureName :type: str :value: '' Name for features in this layer. .. py:attribute:: geometryName :type: str :value: '' Name for geometries in this layer. .. py:attribute:: layerName :type: str :value: '' Name for this layer in WMS services. .. py:attribute:: models :type: Optional[list[gws.ext.config.model]] OWS-specific models. (added in 8.1) .. py:attribute:: xmlns :type: Optional[str] XML namespace prefix. (added in 8.1) .. py:class:: Object Bases: :py:obj:`gws.LayerOws` Layer OWS controller. .. py:method:: configure() Configuration hook.