QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsPointLocator_Stream Class Reference

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

Inheritance diagram for QgsPointLocator_Stream:

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 66 of file qgspointlocator.cpp.

Constructor & Destructor Documentation

◆ QgsPointLocator_Stream()

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

Definition at line 69 of file qgspointlocator.cpp.

Member Function Documentation

◆ getNext()

IData * QgsPointLocator_Stream::getNext ( )
inlineoverride

Definition at line 74 of file qgspointlocator.cpp.

◆ hasNext()

bool QgsPointLocator_Stream::hasNext ( )
inlineoverride

Definition at line 75 of file qgspointlocator.cpp.

◆ rewind()

void QgsPointLocator_Stream::rewind ( )
inlineoverride

Definition at line 78 of file qgspointlocator.cpp.

◆ size()

uint32_t QgsPointLocator_Stream::size ( )
inlineoverride

Definition at line 77 of file qgspointlocator.cpp.


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