QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSSERVERFEATUREID_H
19 #define QGSSERVERFEATUREID_H
24 #include "qgis_server.h"
SERVER_EXPORT QString getExpressionFromServerFid(const QString &serverFid, const QgsVectorDataProvider *provider)
Returns the expression feature id based on primary keys.
SERVER_EXPORT QString pkSeparator()
Returns the primary keys separator.
SERVER_EXPORT QString getServerFid(const QgsFeature &feature, const QgsAttributeList &pkAttributes)
Returns the feature id based on primary keys.
QList< int > QgsAttributeList
This class wraps a request for features to a vector layer (or directly its vector data provider).
SERVER_EXPORT QgsFeatureRequest updateFeatureRequestFromServerFids(QgsFeatureRequest &featureRequest, const QStringList &serverFids, const QgsVectorDataProvider *provider)
Returns the feature request based on feature ids build with primary keys.
This is the base class for vector data providers.
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
The QgsServerFeatureId namespace provides a way to use primary keys for feature id.