QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsSpatialIndexData Class Reference

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

Public Member Functions

 QgsSpatialIndexData ()
 QgsSpatialIndexData (const QgsSpatialIndexData &other)
 ~QgsSpatialIndexData ()
void initTree ()

Public Attributes

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

Detailed Description

Data of spatial index that may be implicitly shared.

Constructor & Destructor Documentation

QgsSpatialIndexData::QgsSpatialIndexData ( )
inline
QgsSpatialIndexData::QgsSpatialIndexData ( const QgsSpatialIndexData other)
inline
QgsSpatialIndexData::~QgsSpatialIndexData ( )
inline

Member Function Documentation

void QgsSpatialIndexData::initTree ( )
inline

Member Data Documentation

SpatialIndex::ISpatialIndex* QgsSpatialIndexData::mRTree

R-tree containing spatial index.

SpatialIndex::IStorageManager* QgsSpatialIndexData::mStorage

storage manager


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