QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | List of all members
QgsPointLocator_Stream Class Reference

Helper class for bulk loading of R-trees. More...

Inheritance diagram for QgsPointLocator_Stream:
Inheritance graph
[legend]

Public Member Functions

 QgsPointLocator_Stream (const QLinkedList< RTree::Data * > &dataList)
 
IData * getNext () override
 
bool hasNext () override
 
void rewind () override
 
uint32_t size () override
 

Detailed Description

Helper class for bulk loading of R-trees.

Note
not available in Python bindings

Definition at line 70 of file qgspointlocator.cpp.

Constructor & Destructor Documentation

◆ QgsPointLocator_Stream()

QgsPointLocator_Stream::QgsPointLocator_Stream ( const QLinkedList< RTree::Data * > &  dataList)
inlineexplicit

Definition at line 73 of file qgspointlocator.cpp.

Member Function Documentation

◆ getNext()

IData * QgsPointLocator_Stream::getNext ( )
inlineoverride

Definition at line 78 of file qgspointlocator.cpp.

◆ hasNext()

bool QgsPointLocator_Stream::hasNext ( )
inlineoverride

Definition at line 79 of file qgspointlocator.cpp.

◆ rewind()

void QgsPointLocator_Stream::rewind ( )
inlineoverride

Definition at line 82 of file qgspointlocator.cpp.

◆ size()

uint32_t QgsPointLocator_Stream::size ( )
inlineoverride

Definition at line 81 of file qgspointlocator.cpp.


The documentation for this class was generated from the following file: