:tocdepth: 3 :py:mod:`gws.plugin.ows_client.wfs.flatlayer` ============================================= .. py:module:: gws.plugin.ows_client.wfs.flatlayer **Source code:** :source:`gws.plugin.ows_client.wfs.flatlayer` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.layer.Config` Flat WFS layer. .. py:attribute:: provider :type: Optional[Config.provider] WFS provider. .. py:attribute:: sourceLayers :type: Optional[gws.gis.source.LayerFilter] Source layers to use. .. py:class:: Object Bases: :py:obj:`gws.base.layer.vector.Object` .. py:attribute:: serviceProvider :type: gws.plugin.ows_client.wfs.provider.Object .. py:attribute:: sourceCrs :type: gws.Crs .. py:attribute:: sourceLayers :type: list[gws.SourceLayer] .. py:method:: configure() .. py:method:: configure_bounds() .. py:method:: configure_metadata() .. py:method:: configure_models() .. py:method:: configure_provider() .. py:method:: configure_search() .. py:method:: configure_source_layers() .. py:method:: configure_sources() .. py:method:: create_finder(cfg) .. py:method:: create_model(cfg)