16#ifndef QGSCACHEDFEATUREITERATOR_H
17#define QGSCACHEDFEATUREITERATOR_H
59 bool close()
override;
85 QList< QgsFeatureId > mFeatureIds;
86 QPointer< QgsVectorLayerCache > mVectorLayerCache =
nullptr;
87 QList< QgsFeatureId >::ConstIterator mFeatureIdIterator;
92 std::unique_ptr< QgsGeometryEngine > mDistanceWithinEngine;
93 double mDistanceWithin = 0;
126 bool close()
override;
140 QPointer< QgsVectorLayerCache > mVectorLayerCache;
Internal feature iterator to be implemented within data providers.
virtual bool rewind()=0
Resets the iterator to the starting position.
virtual bool fetchFeature(QgsFeature &f)=0
If you write a feature iterator for your provider, this is the method you need to implement!...
virtual bool close()=0
Call to end the iteration.
Delivers features from the cache.
~QgsCachedFeatureIterator() override
bool nextFeatureFilterFids(QgsFeature &f) override
We have a local special iterator for FilterFids, no need to run the generic.
Uses another iterator as backend and writes features to the cache.
Wrapper for iterator of features from vector data provider or vector layer.
Wraps a request for features to a vector layer (or directly its vector data provider).
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
A geometry is the spatial representation of a feature.
A rectangle specified with double values.
Caches features for a given QgsVectorLayer.
QSet< QgsFeatureId > QgsFeatureIds