:tocdepth: 3 :py:mod:`gws.plugin.qgis.flatlayer` =================================== .. py:module:: gws.plugin.qgis.flatlayer **Source code:** :source:`gws.plugin.qgis.flatlayer` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.layer.Config` Flat Qgis layer .. py:attribute:: provider :type: Optional[Config.provider] Qgis provider. .. py:attribute:: sourceLayers :type: Optional[gws.gis.source.LayerFilter] Source layers to use. .. py:attribute:: sqlFilters :type: Optional[dict] Per-layer sql filters. .. py:class:: Object Bases: :py:obj:`gws.base.layer.image.Object` .. py:attribute:: imageLayers :type: list[gws.SourceLayer] .. py:attribute:: searchLayers :type: list[gws.SourceLayer] .. py:attribute:: serviceProvider :type: gws.plugin.qgis.provider.Object .. py:attribute:: sqlFilters :type: dict .. py:method:: configure() .. py:method:: configure_bounds() .. py:method:: configure_grid() .. py:method:: configure_legend() .. py:method:: configure_metadata() .. py:method:: configure_models() .. py:method:: configure_provider() .. py:method:: configure_resolutions() .. py:method:: configure_search() .. py:method:: configure_source_layers() .. py:method:: configure_sources() .. py:method:: configure_templates() .. py:method:: configure_zoom_bounds() .. py:method:: create_finder(cfg) .. py:method:: create_model(cfg) .. py:method:: get_render_params(lri: gws.LayerRenderInput, parent_sql_filters: dict = None) -> dict .. py:method:: render(lri)