QGIS API Documentation 4.1.0-Master (3b8ef1f72a3)
Loading...
Searching...
No Matches
QgsArcGisRestQueryUtils::LayerItemDetails Struct Reference

Encapsulates details relating to a layer item. More...

#include <qgsarcgisrestquery.h>

Public Attributes

QgsCoordinateReferenceSystem crs
 Coordinate reference system.
QString description
 Description.
QString format
 Map server image format.
Qgis::GeometryType geometryType = Qgis::GeometryType::Unknown
 Geometry type.
bool isMapServerSpecialAllLayersOption = false
 true if layer is the special map server "all layers" layer
bool isMapServerWithQueryCapability = false
 true if layer is a map server with the query capability
bool isParentLayer = false
 true if layer item represents a parent layer
QString layerId
 Layer ID.
QString name
 Layer name.
QString parentLayerId
 Parent layer ID.
ServiceTypeFilter serviceType = ServiceTypeFilter::AllTypes
 Service type.
QString url
 URL.

Detailed Description

Encapsulates details relating to a layer item.

Since
QGIS 4.2

Definition at line 195 of file qgsarcgisrestquery.h.

Member Data Documentation

◆ crs

QgsCoordinateReferenceSystem QgsArcGisRestQueryUtils::LayerItemDetails::crs

Coordinate reference system.

Definition at line 214 of file qgsarcgisrestquery.h.

◆ description

QString QgsArcGisRestQueryUtils::LayerItemDetails::description

Description.

Definition at line 208 of file qgsarcgisrestquery.h.

◆ format

QString QgsArcGisRestQueryUtils::LayerItemDetails::format

Map server image format.

Definition at line 216 of file qgsarcgisrestquery.h.

◆ geometryType

Qgis::GeometryType QgsArcGisRestQueryUtils::LayerItemDetails::geometryType = Qgis::GeometryType::Unknown

Geometry type.

Definition at line 202 of file qgsarcgisrestquery.h.

◆ isMapServerSpecialAllLayersOption

bool QgsArcGisRestQueryUtils::LayerItemDetails::isMapServerSpecialAllLayersOption = false

true if layer is the special map server "all layers" layer

Definition at line 220 of file qgsarcgisrestquery.h.

◆ isMapServerWithQueryCapability

bool QgsArcGisRestQueryUtils::LayerItemDetails::isMapServerWithQueryCapability = false

true if layer is a map server with the query capability

Definition at line 218 of file qgsarcgisrestquery.h.

◆ isParentLayer

bool QgsArcGisRestQueryUtils::LayerItemDetails::isParentLayer = false

true if layer item represents a parent layer

Definition at line 212 of file qgsarcgisrestquery.h.

◆ layerId

QString QgsArcGisRestQueryUtils::LayerItemDetails::layerId

Layer ID.

Definition at line 204 of file qgsarcgisrestquery.h.

◆ name

QString QgsArcGisRestQueryUtils::LayerItemDetails::name

Layer name.

Definition at line 206 of file qgsarcgisrestquery.h.

◆ parentLayerId

QString QgsArcGisRestQueryUtils::LayerItemDetails::parentLayerId

Parent layer ID.

Definition at line 198 of file qgsarcgisrestquery.h.

◆ serviceType

ServiceTypeFilter QgsArcGisRestQueryUtils::LayerItemDetails::serviceType = ServiceTypeFilter::AllTypes

Service type.

Definition at line 200 of file qgsarcgisrestquery.h.

◆ url

QString QgsArcGisRestQueryUtils::LayerItemDetails::url

URL.

Definition at line 210 of file qgsarcgisrestquery.h.


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