QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Attributes | List of all members
QgsGeoNodeRequest::ServiceLayerDetail Struct Reference

Service layer details for an individual layer from a GeoNode connection. More...

#include <qgsgeonoderequest.h>

Public Attributes

QString id
 Layer id. More...
 
QString name
 Layer name. More...
 
BackendServer server {}
 Backend server (geoserver or qgis-server) More...
 
QString title
 Layer title. More...
 
QString typeName
 Layer type name. More...
 
QUuid uuid
 Unique identifier (generate on the client side, not at the GeoNode server) More...
 
QString wcsURL
 WCS URL for layer. More...
 
QString wfsURL
 WFS URL for layer. More...
 
QString wmsURL
 WMS URL for layer. More...
 
QString xyzURL
 XYZ tileserver URL for layer. More...
 

Detailed Description

Service layer details for an individual layer from a GeoNode connection.

Definition at line 83 of file qgsgeonoderequest.h.

Member Data Documentation

◆ id

QString QgsGeoNodeRequest::ServiceLayerDetail::id

Layer id.

Definition at line 88 of file qgsgeonoderequest.h.

◆ name

QString QgsGeoNodeRequest::ServiceLayerDetail::name

Layer name.

Definition at line 90 of file qgsgeonoderequest.h.

◆ server

BackendServer QgsGeoNodeRequest::ServiceLayerDetail::server {}

Backend server (geoserver or qgis-server)

Definition at line 104 of file qgsgeonoderequest.h.

◆ title

QString QgsGeoNodeRequest::ServiceLayerDetail::title

Layer title.

Definition at line 94 of file qgsgeonoderequest.h.

◆ typeName

QString QgsGeoNodeRequest::ServiceLayerDetail::typeName

Layer type name.

Definition at line 92 of file qgsgeonoderequest.h.

◆ uuid

QUuid QgsGeoNodeRequest::ServiceLayerDetail::uuid

Unique identifier (generate on the client side, not at the GeoNode server)

Definition at line 86 of file qgsgeonoderequest.h.

◆ wcsURL

QString QgsGeoNodeRequest::ServiceLayerDetail::wcsURL

WCS URL for layer.

Definition at line 100 of file qgsgeonoderequest.h.

◆ wfsURL

QString QgsGeoNodeRequest::ServiceLayerDetail::wfsURL

WFS URL for layer.

Definition at line 98 of file qgsgeonoderequest.h.

◆ wmsURL

QString QgsGeoNodeRequest::ServiceLayerDetail::wmsURL

WMS URL for layer.

Definition at line 96 of file qgsgeonoderequest.h.

◆ xyzURL

QString QgsGeoNodeRequest::ServiceLayerDetail::xyzURL

XYZ tileserver URL for layer.

Definition at line 102 of file qgsgeonoderequest.h.


The documentation for this struct was generated from the following file: