class documentation

Undocumented

Method call_server Undocumented
Method configure Undocumented
Method configure_store Undocumented
Method get_features Undocumented
Method get_map Undocumented
Method leaf_config Undocumented
Method qgis_project Undocumented
Method server_params Undocumented
Method server_project_path Undocumented
Instance Variable alwaysXY Undocumented
Instance Variable bounds Undocumented
Instance Variable caps Undocumented
Instance Variable directRender Undocumented
Instance Variable directSearch Undocumented
Instance Variable forceCrs Undocumented
Instance Variable metadata Undocumented
Instance Variable printTemplates Undocumented
Instance Variable sourceLayers Undocumented
Instance Variable store Undocumented
Instance Variable url Undocumented
Instance Variable version Undocumented
Method _leaf_base_config Undocumented
Method _leaf_direct_render_wms Undocumented
Method _leaf_direct_render_wmts Undocumented
Method _leaf_direct_render_xyz Undocumented
Method _leaf_direct_search_postgres Undocumented
Method _leaf_direct_search_wfs Undocumented
Method _leaf_direct_search_wms Undocumented
Method _leaf_finder_config Undocumented
Method _leaf_service_url Undocumented
Method _postgres_provider Undocumented
Class Variable _std_ows_params Undocumented

Inherited from Node:

Method cfg Undocumented
Method closest Undocumented
Method create_child Undocumented
Method create_child_if_configured Undocumented
Method create_children Undocumented
Method find_all Undocumented
Method find_first Undocumented
Method initialize Undocumented
Instance Variable config Undocumented
Instance Variable permissions Undocumented
Method _configure_permissions Undocumented

Inherited from Object (via Node):

Method __repr__ Undocumented

Inherited from IOwsProvider (via Node, Object):

Method get_operation Undocumented
Class Variable maxRequests Undocumented
Class Variable operations Undocumented
Class Variable protocol Undocumented

Inherited from INode (via Node, Object, IOwsProvider):

Method activate Undocumented
Method post_configure Undocumented
Method pre_configure Undocumented
Class Variable children Undocumented
Class Variable extName Undocumented
Class Variable extType Undocumented
Class Variable parent Undocumented
Class Variable root Undocumented
Class Variable uid Undocumented

Inherited from IObject (via Node, Object, IOwsProvider, INode):

Method props Undocumented
def call_server(self, params: dict, max_age=0) -> gws.lib.net.HTTPResponse: (source)

Undocumented

def configure(self): (source)

Undocumented

def configure_store(self): (source)

Undocumented

def get_features(self, search, source_layers): (source)
def get_map(self, layer: gws.ILayer, bounds: gws.Bounds, width: float, height: float, params: dict) -> bytes: (source)

Undocumented

def leaf_config(self, source_layers): (source)

Undocumented

def qgis_project(self) -> project.Object: (source)

Undocumented

def server_params(self, params: dict) -> dict: (source)

Undocumented

def server_project_path(self): (source)

Undocumented

alwaysXY: bool = (source)

Undocumented

bounds: t.Optional[gws.Bounds] = (source)

Undocumented

Undocumented

directRender: set[str] = (source)

Undocumented

directSearch: set[str] = (source)

Undocumented

printTemplates: list[caps.PrintTemplate] = (source)

Undocumented

Undocumented

url: str = (source)

Undocumented

def _leaf_base_config(self, source_layers): (source)

Undocumented

def _leaf_direct_render_wms(self, ds): (source)

Undocumented

def _leaf_direct_render_wmts(self, ds): (source)

Undocumented

def _leaf_direct_render_xyz(self, ds): (source)

Undocumented

def _leaf_direct_search_postgres(self, ds): (source)

Undocumented

def _leaf_direct_search_wfs(self, ds): (source)

Undocumented

def _leaf_direct_search_wms(self, ds): (source)

Undocumented

def _leaf_finder_config(self, source_layers): (source)

Undocumented

def _leaf_service_url(self, url, params): (source)

Undocumented

def _postgres_provider(self, cfg): (source)

Undocumented

_std_ows_params: set[str] = (source)

Undocumented