gws.base.layer.ows
¶
Layer OWS controller.
Source code: gws.base.layer.ows
Module Contents¶
- class gws.base.layer.ows.Config(*args, **kwargs)¶
Bases:
gws.Config
Layer OWS configuration.
- allowedServices: list[str] | None¶
Service UIDs which can use this layer. (added in 8.1)
- deniedServices: list[str] | None¶
Service UIDs which can not use this layer. (added in 8.1)
- featureName: str = ''¶
Name for features in this layer.
- geometryName: str = ''¶
Name for geometries in this layer.
- layerName: str = ''¶
Name for this layer in WMS services.
- models: list[gws.ext.config.model] | None¶
OWS-specific models. (added in 8.1)
- xmlns: str | None¶
XML namespace prefix. (added in 8.1)
- class gws.base.layer.ows.Object¶
Bases:
gws.LayerOws
Layer OWS controller.
- configure()¶
Configuration hook.