|
QGIS API Documentation
2.14.0-Essen
|
Data of spatial index that may be implicitly shared. More...

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... | |
Data of spatial index that may be implicitly shared.
Definition at line 149 of file qgsspatialindex.cpp.
|
inline |
Definition at line 152 of file qgsspatialindex.cpp.
|
inlineexplicit |
Definition at line 157 of file qgsspatialindex.cpp.
|
inline |
Definition at line 163 of file qgsspatialindex.cpp.
|
inline |
Definition at line 176 of file qgsspatialindex.cpp.
|
inline |
Definition at line 182 of file qgsspatialindex.cpp.
| 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.
1.8.11