QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | Public Attributes | List of all members
QgsOgcUtils::LayerProperties Class Reference

Layer properties. More...

#include <qgsogcutils.h>

Public Member Functions

 LayerProperties ()=default
 Constructor. More...
 

Public Attributes

QString mGeometryAttribute
 Geometry attribute name. More...
 
QString mName
 Layer name. More...
 
QString mSRSName
 SRS name. More...
 

Detailed Description

Layer properties.

Used by SQLStatementToOgcFilter().

Note
not available in Python bindings
Since
QGIS 2.16

Definition at line 221 of file qgsogcutils.h.

Constructor & Destructor Documentation

QgsOgcUtils::LayerProperties::LayerProperties ( )
default

Constructor.

Member Data Documentation

QString QgsOgcUtils::LayerProperties::mGeometryAttribute

Geometry attribute name.

Definition at line 230 of file qgsogcutils.h.

QString QgsOgcUtils::LayerProperties::mName

Layer name.

Definition at line 228 of file qgsogcutils.h.

QString QgsOgcUtils::LayerProperties::mSRSName

SRS name.

Definition at line 232 of file qgsogcutils.h.


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