package documentation

Undocumented

From __init__.py:

Class Config WMS Service configuration
Class Object Undocumented
Constant WMS_110 Undocumented
Constant WMS_111 Undocumented
Constant WMS_130 Undocumented
Constant _DEFAULT_METADATA Undocumented
Constant _DEFAULT_TEMPLATES Undocumented
WMS_130: str = (source)

Undocumented

Value
'1.3.0'
WMS_111: str = (source)

Undocumented

Value
'1.1.1'
WMS_110: str = (source)

Undocumented

Value
'1.1.0'
_DEFAULT_TEMPLATES = (source)

Undocumented

Value
[gws.Config(type='py',
            path=(gws.dirname(__file__)+'/templates/getCapabilities.py'),
            subject='ows.GetCapabilities',
            mimeTypes=['xml'],
            access=gws.PUBLIC),
 gws.Config(type='py',
            path=(gws.dirname(__file__)+'/../wfs/templates/getFeature.py'),
...
_DEFAULT_METADATA = (source)

Undocumented

Value
gws.Metadata(name='WMS',
             inspireDegreeOfConformity='notEvaluated',
             inspireMandatoryKeyword='infoMapAccessService',
             inspireResourceType='service',
             inspireSpatialDataServiceType='view',
             isoServiceFunction='search',
             isoScope='dataset',
...