QGIS API Documentation
2.8.2-Wien
|
#include <QMap>
#include <QString>
#include <QVariant>
#include <QList>
#include <QHash>
#include <QVector>
#include <QSet>
#include "qgsfield.h"
Go to the source code of this file.
Classes | |
class | QgsFeature |
The feature class encapsulates a single feature including its id, geometry and a list of field/values attributes. More... |
Macros | |
#define | FID_IS_NEW(fid) (fid<0) |
#define | FID_TO_NUMBER(fid) static_cast<qint64>(fid) |
#define | FID_TO_STRING(fid) QString::number( fid ) |
#define | STRING_TO_FID(str) (str).toLongLong() |
Typedefs | |
typedef QMap< int, QVariant > | QgsAttributeMap |
typedef QVector< QVariant > | QgsAttributes |
typedef QMap< QgsFeatureId, QgsAttributeMap > | QgsChangedAttributesMap |
typedef qint64 | QgsFeatureId |
typedef QSet< QgsFeatureId > | QgsFeatureIds |
typedef QList< QgsFeature > | QgsFeatureList |
typedef QMap< int, QString > | QgsFieldNameMap |
typedef QMap< QgsFeatureId, QgsGeometry > | QgsGeometryMap |
#define FID_IS_NEW | ( | fid | ) | (fid<0) |
Definition at line 81 of file qgsfeature.h.
#define FID_TO_NUMBER | ( | fid | ) | static_cast<qint64>(fid) |
Definition at line 82 of file qgsfeature.h.
#define FID_TO_STRING | ( | fid | ) | QString::number( fid ) |
Definition at line 83 of file qgsfeature.h.
#define STRING_TO_FID | ( | str | ) | (str).toLongLong() |
Definition at line 84 of file qgsfeature.h.
typedef QMap<int, QVariant> QgsAttributeMap |
Definition at line 98 of file qgsfeature.h.
typedef QVector<QVariant> QgsAttributes |
Definition at line 100 of file qgsfeature.h.
typedef QMap<QgsFeatureId, QgsAttributeMap> QgsChangedAttributesMap |
Definition at line 312 of file qgsfeature.h.
typedef qint64 QgsFeatureId |
Definition at line 30 of file qgsfeature.h.
typedef QSet<QgsFeatureId> QgsFeatureIds |
Definition at line 317 of file qgsfeature.h.
typedef QList<QgsFeature> QgsFeatureList |
Definition at line 322 of file qgsfeature.h.
typedef QMap<int, QString> QgsFieldNameMap |
Definition at line 320 of file qgsfeature.h.
typedef QMap<QgsFeatureId, QgsGeometry> QgsGeometryMap |
Definition at line 315 of file qgsfeature.h.