QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Public Attributes | List of all members
QgsOgcUtils::LayerProperties Class Reference

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...
 

Detailed Description

Layer properties.

Used by SQLStatementToOgcFilter().

Note
not available in Python bindings

Definition at line 255 of file qgsogcutils.h.

Constructor & Destructor Documentation

◆ LayerProperties()

QgsOgcUtils::LayerProperties::LayerProperties ( )
default

Constructor.

Member Data Documentation

◆ mGeometryAttribute

QString QgsOgcUtils::LayerProperties::mGeometryAttribute

Geometry attribute name.

Definition at line 264 of file qgsogcutils.h.

◆ mName

QString QgsOgcUtils::LayerProperties::mName

Layer name.

Definition at line 262 of file qgsogcutils.h.

◆ mNamespacePrefix

QString QgsOgcUtils::LayerProperties::mNamespacePrefix

Namespace prefix.

Definition at line 268 of file qgsogcutils.h.

◆ mNamespaceURI

QString QgsOgcUtils::LayerProperties::mNamespaceURI

Namespace URI.

Definition at line 270 of file qgsogcutils.h.

◆ mSRSName

QString QgsOgcUtils::LayerProperties::mSRSName

SRS name.

Definition at line 266 of file qgsogcutils.h.


The documentation for this class was generated from the following file: