QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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 64 of file qgspointlocator.cpp.

Constructor & Destructor Documentation

◆ QgsPointLocator_Stream()

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

Definition at line 67 of file qgspointlocator.cpp.

Member Function Documentation

◆ getNext()

IData* QgsPointLocator_Stream::getNext ( )
inlineoverride

Definition at line 72 of file qgspointlocator.cpp.

◆ hasNext()

bool QgsPointLocator_Stream::hasNext ( )
inlineoverride

Definition at line 73 of file qgspointlocator.cpp.

◆ rewind()

void QgsPointLocator_Stream::rewind ( )
inlineoverride

Definition at line 76 of file qgspointlocator.cpp.

◆ size()

uint32_t QgsPointLocator_Stream::size ( )
inlineoverride

Definition at line 75 of file qgspointlocator.cpp.


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