Class: QgsOwsConnection¶
- class qgis.core.QgsOwsConnection¶
Bases:
PyQt5.QtCore.QObject
Connections management
QgsOwsConnection(service: str, connName: str) Constructor
- Parameters:
service – service name: WMS,WFS,WCS
connName –
connection name
Methods
Adds uri parameters relating to the settings for a WFS connection to a
QgsDataSourceUri
uri
.Adds uri parameters relating to the settings for a WMS or WCS connection to a
QgsDataSourceUri
uri
.Returns connection info string.
Returns the list of connections for the specified service
Returns the connection name.
Deletes the connection for the specified service with the specified name
Retrieves the selected connection for the specified service
Returns a string representing the service type, e.g.
Marks the specified connection for the specified service as selected
Returns the connection uri.
- addWfsConnectionSettings(uri: QgsDataSourceUri, settingsKey: str) QgsDataSourceUri ¶
Adds uri parameters relating to the settings for a WFS connection to a
QgsDataSourceUri
uri
. Connection settings are taken from the specified QSettingssettingsKey
.New in version 3.0.
Deprecated since version QGIS: 3.26 use addWfsConnectionSettings with service and connection name parameters
addWfsConnectionSettings(uri:
QgsDataSourceUri
, service: str, connName: str) -> QgsDataSourceUri Adds uri parameters relating to the settings for a WFS connection to aQgsDataSourceUri
uri
. Connection settings are taken from the specifiedservcie
andconnName
New in version 3.26.
- Parameters:
uri (QgsDataSourceUri) –
settingsKey (str) –
- Return type:
- addWmsWcsConnectionSettings(uri: QgsDataSourceUri, settingsKey: str) QgsDataSourceUri ¶
Adds uri parameters relating to the settings for a WMS or WCS connection to a
QgsDataSourceUri
uri
. Connection settings are taken from the specified QSettingssettingsKey
.New in version 3.0.
Deprecated since version QGIS: 3.26 use addWmsWcsConnectionSettings with service and connection name parameters
addWmsWcsConnectionSettings(uri:
QgsDataSourceUri
, service: str, connName: str) -> QgsDataSourceUri Adds uri parameters relating to the settings for a WMS or WCS connection to aQgsDataSourceUri
uri
. Connection settings are taken from the specifiedservcie
andconnName
New in version 3.26.
- Parameters:
uri (QgsDataSourceUri) –
settingsKey (str) –
- Return type:
- childEvent(self, QChildEvent)¶
- connectNotify(self, QMetaMethod)¶
- connectionInfo(self) str ¶
Returns connection info string.
New in version 3.0.
- Return type:
str
- connectionList(service: str) List[str] ¶
Returns the list of connections for the specified service
- Parameters:
service (str) –
- Return type:
List[str]
- connectionName(self) str ¶
Returns the connection name.
New in version 3.0.
- Return type:
str
- customEvent(self, QEvent)¶
- deleteConnection(service: str, name: str)¶
Deletes the connection for the specified service with the specified name
- Parameters:
service (str) –
name (str) –
- disconnectNotify(self, QMetaMethod)¶
- isSignalConnected(self, QMetaMethod) bool ¶
- receivers(self, PYQT_SIGNAL) int ¶
- selectedConnection(service: str) str ¶
Retrieves the selected connection for the specified service
- Parameters:
service (str) –
- Return type:
str
- sender(self) QObject ¶
- senderSignalIndex(self) int ¶
- service(self) str ¶
Returns a string representing the service type, e.g. “WMS”.
New in version 3.0.
- Return type:
str
- setSelectedConnection(service: str, name: str)¶
Marks the specified connection for the specified service as selected
- Parameters:
service (str) –
name (str) –
- timerEvent(self, QTimerEvent)¶
- uri(self) QgsDataSourceUri ¶
Returns the connection uri.
- Return type: