libspatialindex API Reference  (git-trunk)
include/spatialindex/MVRTree.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SpatialIndex::MVRTree::Data
 

Namespaces

 SpatialIndex
 
 SpatialIndex::MVRTree
 

Enumerations

enum  SpatialIndex::MVRTree::MVRTreeVariant { SpatialIndex::MVRTree::RV_LINEAR = 0x0 , SpatialIndex::MVRTree::RV_QUADRATIC , SpatialIndex::MVRTree::RV_RSTAR }
 
enum  SpatialIndex::MVRTree::PersistenObjectIdentifier { SpatialIndex::MVRTree::PersistentIndex = 0x1 , SpatialIndex::MVRTree::PersistentLeaf = 0x2 }
 
enum  SpatialIndex::MVRTree::RangeQueryType { SpatialIndex::MVRTree::ContainmentQuery = 0x1 , SpatialIndex::MVRTree::IntersectionQuery = 0x2 }
 

Functions

SIDX_DLL ISpatialIndex * SpatialIndex::MVRTree::returnMVRTree (IStorageManager &ind, Tools::PropertySet &in)
 
SIDX_DLL ISpatialIndex * SpatialIndex::MVRTree::createNewMVRTree (IStorageManager &in, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, MVRTreeVariant rv, id_type &out_indexIdentifier)
 
SIDX_DLL ISpatialIndex * SpatialIndex::MVRTree::loadMVRTree (IStorageManager &in, id_type indexIdentifier)