QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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 name
 Layer name. 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 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 73 of file qgsgeonoderequest.h.

Member Data Documentation

◆ name

QString QgsGeoNodeRequest::ServiceLayerDetail::name

Layer name.

Definition at line 78 of file qgsgeonoderequest.h.

◆ title

QString QgsGeoNodeRequest::ServiceLayerDetail::title

Layer title.

Definition at line 82 of file qgsgeonoderequest.h.

◆ typeName

QString QgsGeoNodeRequest::ServiceLayerDetail::typeName

Layer type name.

Definition at line 80 of file qgsgeonoderequest.h.

◆ uuid

QUuid QgsGeoNodeRequest::ServiceLayerDetail::uuid

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

Definition at line 76 of file qgsgeonoderequest.h.

◆ wfsURL

QString QgsGeoNodeRequest::ServiceLayerDetail::wfsURL

WFS URL for layer.

Definition at line 86 of file qgsgeonoderequest.h.

◆ wmsURL

QString QgsGeoNodeRequest::ServiceLayerDetail::wmsURL

WMS URL for layer.

Definition at line 84 of file qgsgeonoderequest.h.

◆ xyzURL

QString QgsGeoNodeRequest::ServiceLayerDetail::xyzURL

XYZ tileserver URL for layer.

Definition at line 88 of file qgsgeonoderequest.h.


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