QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#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... | |
Layer properties. Used by SQLStatementToOgcFilter().
Definition at line 241 of file qgsogcutils.h.
|
default |
Constructor.
QString QgsOgcUtils::LayerProperties::mGeometryAttribute |
Geometry attribute name.
Definition at line 250 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mName |
Layer name.
Definition at line 248 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mSRSName |
SRS name.
Definition at line 252 of file qgsogcutils.h.