QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Layer properties. More...
#include <qgsogcutils.h>
Public Member Functions | |
LayerProperties () | |
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 190 of file qgsogcutils.h.
|
inline |
Constructor.
Definition at line 194 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mGeometryAttribute |
Geometry attribute name.
Definition at line 199 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mName |
Layer name.
Definition at line 197 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mSRSName |
SRS name.
Definition at line 201 of file qgsogcutils.h.