QGIS API Documentation  2.14.0-Essen
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 149 of file qgsspatialindex.cpp.

Constructor & Destructor Documentation

QgsSpatialIndexData::QgsSpatialIndexData ( )
inline

Definition at line 152 of file qgsspatialindex.cpp.

QgsSpatialIndexData::QgsSpatialIndexData ( const QgsFeatureIterator fi)
inlineexplicit

Definition at line 157 of file qgsspatialindex.cpp.

QgsSpatialIndexData::QgsSpatialIndexData ( const QgsSpatialIndexData other)
inline

Definition at line 163 of file qgsspatialindex.cpp.

QgsSpatialIndexData::~QgsSpatialIndexData ( )
inline

Definition at line 176 of file qgsspatialindex.cpp.

Member Function Documentation

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

Definition at line 182 of file qgsspatialindex.cpp.

Member Data Documentation

SpatialIndex::ISpatialIndex* QgsSpatialIndexData::mRTree

R-tree containing spatial index.

Definition at line 209 of file qgsspatialindex.cpp.

SpatialIndex::IStorageManager* QgsSpatialIndexData::mStorage

Storage manager.

Definition at line 206 of file qgsspatialindex.cpp.


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