| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
 
 
 
virtual bool addFeature(QgsFeature &feature, QgsFeatureSink::Flags flags=QgsFeatureSink::Flags())
Adds a single feature to the sink.
 
QList< QgsFeature > QgsFeatureList
 
bool nextFeature(QgsFeature &f)
 
virtual bool addFeatures(QgsFeatureList &features, QgsFeatureSink::Flags flags=QgsFeatureSink::Flags())=0
Adds a list of features to the sink.
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
 
Wrapper for iterator of features from vector data provider or vector layer.
 
@ FastInsert
Use faster inserts, at the cost of updating the passed features to reflect changes made at the provid...