QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsSpatialIndexData Class Reference

Data of spatial index that may be implicitly shared. More...

Inheritance diagram for QgsSpatialIndexData:
Inheritance graph
[legend]

Public Member Functions

 QgsSpatialIndexData ()
 
 QgsSpatialIndexData (const QgsFeatureIterator &fi)
 
 QgsSpatialIndexData (const QgsSpatialIndexData &other)
 
 ~QgsSpatialIndexData ()
 
void initTree (IDataStream *inputStream=nullptr)
 
- Public Member Functions inherited from QSharedData
 QSharedData ()
 
 QSharedData (const QSharedData &other)
 

Public Attributes

SpatialIndex::ISpatialIndex * mRTree
 R-tree containing spatial index. More...
 
SpatialIndex::IStorageManager * mStorage
 Storage manager. More...
 

Detailed Description

Data of spatial index that may be implicitly shared.

Note
not available in Python bindings

Definition at line 151 of file qgsspatialindex.cpp.

Constructor & Destructor Documentation

◆ QgsSpatialIndexData() [1/3]

QgsSpatialIndexData::QgsSpatialIndexData ( )
inline

Definition at line 154 of file qgsspatialindex.cpp.

◆ QgsSpatialIndexData() [2/3]

QgsSpatialIndexData::QgsSpatialIndexData ( const QgsFeatureIterator fi)
inlineexplicit

Definition at line 159 of file qgsspatialindex.cpp.

◆ QgsSpatialIndexData() [3/3]

QgsSpatialIndexData::QgsSpatialIndexData ( const QgsSpatialIndexData other)
inline

Definition at line 165 of file qgsspatialindex.cpp.

◆ ~QgsSpatialIndexData()

QgsSpatialIndexData::~QgsSpatialIndexData ( )
inline

Definition at line 178 of file qgsspatialindex.cpp.

Member Function Documentation

◆ initTree()

void QgsSpatialIndexData::initTree ( IDataStream *  inputStream = nullptr)
inline

Definition at line 184 of file qgsspatialindex.cpp.

Member Data Documentation

◆ mRTree

SpatialIndex::ISpatialIndex* QgsSpatialIndexData::mRTree

R-tree containing spatial index.

Definition at line 211 of file qgsspatialindex.cpp.

◆ mStorage

SpatialIndex::IStorageManager* QgsSpatialIndexData::mStorage

Storage manager.

Definition at line 208 of file qgsspatialindex.cpp.


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