| QGIS API Documentation
    3.22.4-Białowieża (ce8e65e95e)
    | 
#include "qgis_core.h"#include "qgis_sip.h"#include <QExplicitlySharedDataPointer>#include <QList>#include <QMap>#include <QSet>#include <QString>#include <QVariant>#include <QVector>#include "qgsattributes.h"#include "qgsfields.h"#include "qgsfeatureid.h"#include <memory>#include "qgsgeometry.h"
Go to the source code of this file.
| Classes | |
| class | QgsFeature | 
| The feature class encapsulates a single feature including its unique ID, geometry and a list of field/values attributes.  More... | |
| Typedefs | |
| typedef QMap< QgsFeatureId, QgsAttributeMap > | QgsChangedAttributesMap | 
| typedef QList< QgsFeature > | QgsFeatureList | 
| typedef QMap< QgsFeatureId, QgsGeometry > | QgsGeometryMap | 
| Functions | |
| CORE_EXPORT QDataStream & | operator<< (QDataStream &out, const QgsFeature &feature) | 
| Writes the feature to stream out. QGIS version compatibility is not guaranteed.  More... | |
| CORE_EXPORT QDataStream & | operator>> (QDataStream &in, QgsFeature &feature) | 
| Reads a feature from stream in into feature. QGIS version compatibility is not guaranteed.  More... | |
| uint | qHash (const QgsFeature &key, uint seed=0) | 
| typedef QMap<QgsFeatureId, QgsAttributeMap> QgsChangedAttributesMap | 
Definition at line 868 of file qgsfeature.h.
| typedef QList<QgsFeature> QgsFeatureList | 
Definition at line 882 of file qgsfeature.h.
| typedef QMap<QgsFeatureId, QgsGeometry> QgsGeometryMap | 
Definition at line 877 of file qgsfeature.h.
| CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | out, | 
| const QgsFeature & | feature | ||
| ) | 
Writes the feature to stream out. QGIS version compatibility is not guaranteed.
Definition at line 398 of file qgsfeature.cpp.
| CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | in, | 
| QgsFeature & | feature | ||
| ) | 
Reads a feature from stream in into feature. QGIS version compatibility is not guaranteed.
Definition at line 415 of file qgsfeature.cpp.
| uint qHash | ( | const QgsFeature & | key, | 
| uint | seed = 0 | ||
| ) | 
Definition at line 429 of file qgsfeature.cpp.