|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
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 | mNamespacePrefix |
| Namespace prefix. More... | |
| QString | mNamespaceURI |
| Namespace URI. More... | |
| QString | mSRSName |
| SRS name. More... | |
Layer properties.
Used by SQLStatementToOgcFilter().
Definition at line 247 of file qgsogcutils.h.
|
default |
Constructor.
| QString QgsOgcUtils::LayerProperties::mGeometryAttribute |
Geometry attribute name.
Definition at line 256 of file qgsogcutils.h.
| QString QgsOgcUtils::LayerProperties::mName |
Layer name.
Definition at line 254 of file qgsogcutils.h.
| QString QgsOgcUtils::LayerProperties::mNamespacePrefix |
Namespace prefix.
Definition at line 260 of file qgsogcutils.h.
| QString QgsOgcUtils::LayerProperties::mNamespaceURI |
Namespace URI.
Definition at line 262 of file qgsogcutils.h.
| QString QgsOgcUtils::LayerProperties::mSRSName |
SRS name.
Definition at line 258 of file qgsogcutils.h.