QGIS API Documentation 4.1.0-Master (376402f9aeb)
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.
Qgis::ArcGisRestServiceType serviceType = Qgis::ArcGisRestServiceType::Unknown
 Service type.
QString url
 URL.

Detailed Description

Encapsulates details relating to a layer item.

Since
QGIS 4.2

Definition at line 207 of file qgsarcgisrestquery.h.

Member Data Documentation

◆ crs

QgsCoordinateReferenceSystem QgsArcGisRestQueryUtils::LayerItemDetails::crs

Coordinate reference system.

Definition at line 226 of file qgsarcgisrestquery.h.

◆ description

QString QgsArcGisRestQueryUtils::LayerItemDetails::description

Description.

Definition at line 220 of file qgsarcgisrestquery.h.

◆ format

QString QgsArcGisRestQueryUtils::LayerItemDetails::format

Map server image format.

Definition at line 228 of file qgsarcgisrestquery.h.

◆ geometryType

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

Geometry type.

Definition at line 214 of file qgsarcgisrestquery.h.

◆ isMapServerSpecialAllLayersOption

bool QgsArcGisRestQueryUtils::LayerItemDetails::isMapServerSpecialAllLayersOption = false

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

Definition at line 232 of file qgsarcgisrestquery.h.

◆ isMapServerWithQueryCapability

bool QgsArcGisRestQueryUtils::LayerItemDetails::isMapServerWithQueryCapability = false

true if layer is a map server with the query capability

Definition at line 230 of file qgsarcgisrestquery.h.

◆ isParentLayer

bool QgsArcGisRestQueryUtils::LayerItemDetails::isParentLayer = false

true if layer item represents a parent layer

Definition at line 224 of file qgsarcgisrestquery.h.

◆ layerId

QString QgsArcGisRestQueryUtils::LayerItemDetails::layerId

Layer ID.

Definition at line 216 of file qgsarcgisrestquery.h.

◆ name

QString QgsArcGisRestQueryUtils::LayerItemDetails::name

Layer name.

Definition at line 218 of file qgsarcgisrestquery.h.

◆ parentLayerId

QString QgsArcGisRestQueryUtils::LayerItemDetails::parentLayerId

Parent layer ID.

Definition at line 210 of file qgsarcgisrestquery.h.

◆ serviceType

Qgis::ArcGisRestServiceType QgsArcGisRestQueryUtils::LayerItemDetails::serviceType = Qgis::ArcGisRestServiceType::Unknown

Service type.

Definition at line 212 of file qgsarcgisrestquery.h.

◆ url

QString QgsArcGisRestQueryUtils::LayerItemDetails::url

URL.

Definition at line 222 of file qgsarcgisrestquery.h.


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