package documentation

Undocumented

From __init__.py:

Class Config WFS Service configuration
Class Object Undocumented
Constant _DEFAULT_METADATA Undocumented
Constant _DEFAULT_TEMPLATES Undocumented
_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__)+'/templates/describeFeatureType.py'),
...
_DEFAULT_METADATA = (source)

Undocumented

Value
gws.Metadata(name='WFS',
             inspireMandatoryKeyword='infoMapAccessService',
             inspireResourceType='service',
             inspireSpatialDataServiceType='view',
             isoScope='dataset',
             isoServiceFunction='download',
             isoSpatialRepresentationType='vector')