libspatialindex API Reference  (git-trunk)
include/spatialindex/TPRTree.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::TPRTree::Data
 

Namespaces

 SpatialIndex
 
 SpatialIndex::TPRTree
 

Enumerations

enum  SpatialIndex::TPRTree::TPRTreeVariant { SpatialIndex::TPRTree::TPRV_RSTAR = 0x2 }
 
enum  SpatialIndex::TPRTree::PersistenObjectIdentifier { SpatialIndex::TPRTree::PersistentIndex = 0x1 , SpatialIndex::TPRTree::PersistentLeaf = 0x2 }
 
enum  SpatialIndex::TPRTree::RangeQueryType { SpatialIndex::TPRTree::ContainmentQuery = 0x1 , SpatialIndex::TPRTree::IntersectionQuery = 0x2 }
 

Functions

SIDX_DLL ISpatialIndex * SpatialIndex::TPRTree::returnTPRTree (IStorageManager &ind, Tools::PropertySet &in)
 
SIDX_DLL ISpatialIndex * SpatialIndex::TPRTree::createNewTPRTree (IStorageManager &sm, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, TPRTreeVariant rv, double horizon, id_type &indexIdentifier)
 
SIDX_DLL ISpatialIndex * SpatialIndex::TPRTree::loadTPRTree (IStorageManager &in, id_type indexIdentifier)