QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
Encapsulates settings related to a single GeoNode connection. More...
#include <qgsgeonodeconnection.h>
Public Member Functions | |
QgsGeoNodeConnection (const QString &name) | |
Constructor for a QgsGeoNodeConnection with the specified name. More... | |
QgsDataSourceUri & | addWcsConnectionSettings (QgsDataSourceUri &uri) const |
Adds uri parameters relating to the settings for a WCS layer on the connection to a QgsDataSourceUri uri. More... | |
QgsDataSourceUri & | addWfsConnectionSettings (QgsDataSourceUri &uri) const |
Adds uri parameters relating to the settings for a WFS layer on the connection to a QgsDataSourceUri uri. More... | |
QgsDataSourceUri & | addWmsConnectionSettings (QgsDataSourceUri &uri) const |
Adds uri parameters relating to the settings for a WMS layer on the connection to a QgsDataSourceUri uri. More... | |
QString | connectionName () const |
Returns the name of the connection. More... | |
void | setConnectionName (const QString &connectionName) |
Sets the name of the connection. More... | |
void | setUri (const QgsDataSourceUri &uri) |
Sets the uri for the GeoNode connection. More... | |
QgsDataSourceUri | uri () const |
Returns the URI for the GeoNode connection. More... | |
Encapsulates settings related to a single GeoNode connection.
Definition at line 64 of file qgsgeonodeconnection.h.
|
explicit |
Constructor for a QgsGeoNodeConnection with the specified name.
Definition at line 24 of file qgsgeonodeconnection.cpp.
QgsDataSourceUri & QgsGeoNodeConnection::addWcsConnectionSettings | ( | QgsDataSourceUri & | uri | ) | const |
Adds uri parameters relating to the settings for a WCS layer on the connection to a QgsDataSourceUri uri.
Definition at line 79 of file qgsgeonodeconnection.cpp.
QgsDataSourceUri & QgsGeoNodeConnection::addWfsConnectionSettings | ( | QgsDataSourceUri & | uri | ) | const |
Adds uri parameters relating to the settings for a WFS layer on the connection to a QgsDataSourceUri uri.
Definition at line 73 of file qgsgeonodeconnection.cpp.
QgsDataSourceUri & QgsGeoNodeConnection::addWmsConnectionSettings | ( | QgsDataSourceUri & | uri | ) | const |
Adds uri parameters relating to the settings for a WMS layer on the connection to a QgsDataSourceUri uri.
Definition at line 67 of file qgsgeonodeconnection.cpp.
QString QgsGeoNodeConnection::connectionName | ( | ) | const |
Returns the name of the connection.
Definition at line 52 of file qgsgeonodeconnection.cpp.
void QgsGeoNodeConnection::setConnectionName | ( | const QString & | connectionName | ) |
Sets the name of the connection.
Definition at line 57 of file qgsgeonodeconnection.cpp.
void QgsGeoNodeConnection::setUri | ( | const QgsDataSourceUri & | uri | ) |
Sets the uri for the GeoNode connection.
Definition at line 62 of file qgsgeonodeconnection.cpp.
QgsDataSourceUri QgsGeoNodeConnection::uri | ( | ) | const |
Returns the URI for the GeoNode connection.
Definition at line 47 of file qgsgeonodeconnection.cpp.