We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b210e7d commit a05e787Copy full SHA for a05e787
src/analysis/vector/geometry_checker/qgsfeaturepool.h
@@ -47,8 +47,11 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
47
bool getFeature( QgsFeatureId id, QgsFeature &feature );
48
49
/**
50
- * Warm the cache ...
51
- * TODO write more docs
+ * Get features for the provided \a request. No features will be fetched
+ * from the cache and the request is sent directly to the underlying feature source.
52
+ * Results of the request are cached in the pool and the ids of all the features
53
+ * are returned. This can be used to warm the cache for a particular area of interest
54
+ * (bounding box) or other set of features.
55
*/
56
QgsFeatureIds getFeatures( const QgsFeatureRequest &request ) SIP_SKIP;
57
0 commit comments