|
QGIS API Documentation
3.0.2-Girona (307d082)
|
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... | |
Layer properties.
Used by SQLStatementToOgcFilter().
Definition at line 211 of file qgsogcutils.h.
|
default |
Constructor.
| QString QgsOgcUtils::LayerProperties::mGeometryAttribute |
Geometry attribute name.
Definition at line 220 of file qgsogcutils.h.
| QString QgsOgcUtils::LayerProperties::mName |
Layer name.
Definition at line 218 of file qgsogcutils.h.
| QString QgsOgcUtils::LayerProperties::mSRSName |
SRS name.
Definition at line 222 of file qgsogcutils.h.
1.8.13