QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Layer properties. Used by SQLStatementToOgcFilter(). 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 242 of file qgsogcutils.h.
|
default |
Constructor.
QString QgsOgcUtils::LayerProperties::mGeometryAttribute |
Geometry attribute name.
Definition at line 251 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mName |
Layer name.
Definition at line 249 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mNamespacePrefix |
Namespace prefix.
Definition at line 255 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mNamespaceURI |
Namespace URI.
Definition at line 257 of file qgsogcutils.h.
QString QgsOgcUtils::LayerProperties::mSRSName |
SRS name.
Definition at line 253 of file qgsogcutils.h.