QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
SpatialIndex::RTree Namespace Reference

Classes

class  BulkLoader
 
class  Data
 
class  ExternalSorter
 
class  Index
 
class  Leaf
 
class  Node
 
class  RTree
 
class  Statistics
 

Typedefs

typedef Tools::PoolPointer< NodeNodePtr
 

Enumerations

enum  BulkLoadMethod { BLM_STR = 0x0 }
 
enum  PersistenObjectIdentifier { PersistentIndex = 0x1 , PersistentLeaf = 0x2 }
 
enum  RangeQueryType { ContainmentQuery = 0x1 , IntersectionQuery = 0x2 }
 
enum  RTreeVariant { RV_LINEAR = 0x0 , RV_QUADRATIC , RV_RSTAR }
 

Functions

SIDX_DLL ISpatialIndexcreateAndBulkLoadNewRTree (BulkLoadMethod m, IDataStream &stream, IStorageManager &sm, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, RTreeVariant rv, id_type &indexIdentifier)
 
SIDX_DLL ISpatialIndexcreateAndBulkLoadNewRTree (BulkLoadMethod m, IDataStream &stream, IStorageManager &sm, Tools::PropertySet &ps, id_type &indexIdentifier)
 
SIDX_DLL ISpatialIndexcreateNewRTree (IStorageManager &sm, double fillFactor, uint32_t indexCapacity, uint32_t leafCapacity, uint32_t dimension, RTreeVariant rv, id_type &indexIdentifier)
 
SIDX_DLL ISpatialIndexloadRTree (IStorageManager &in, id_type indexIdentifier)
 
std::ostream & operator<< (std::ostream &os, const RTree &t)
 
std::ostream & operator<< (std::ostream &os, const Statistics &s)
 
SIDX_DLL ISpatialIndexreturnRTree (IStorageManager &ind, Tools::PropertySet &in)
 

Typedef Documentation

◆ NodePtr

Enumeration Type Documentation

◆ BulkLoadMethod

Enumerator
BLM_STR 

◆ PersistenObjectIdentifier

Enumerator
PersistentIndex 
PersistentLeaf 

◆ RangeQueryType

Enumerator
ContainmentQuery 
IntersectionQuery 

◆ RTreeVariant

Enumerator
RV_LINEAR 
RV_QUADRATIC 
RV_RSTAR 

Function Documentation

◆ createAndBulkLoadNewRTree() [1/2]

SIDX_DLL ISpatialIndex * SpatialIndex::RTree::createAndBulkLoadNewRTree ( BulkLoadMethod m,
IDataStream & stream,
IStorageManager & sm,
double fillFactor,
uint32_t indexCapacity,
uint32_t leafCapacity,
uint32_t dimension,
RTreeVariant rv,
id_type & indexIdentifier )

◆ createAndBulkLoadNewRTree() [2/2]

SIDX_DLL ISpatialIndex * SpatialIndex::RTree::createAndBulkLoadNewRTree ( BulkLoadMethod m,
IDataStream & stream,
IStorageManager & sm,
Tools::PropertySet & ps,
id_type & indexIdentifier )

◆ createNewRTree()

SIDX_DLL ISpatialIndex * SpatialIndex::RTree::createNewRTree ( IStorageManager & sm,
double fillFactor,
uint32_t indexCapacity,
uint32_t leafCapacity,
uint32_t dimension,
RTreeVariant rv,
id_type & indexIdentifier )

◆ loadRTree()

SIDX_DLL ISpatialIndex * SpatialIndex::RTree::loadRTree ( IStorageManager & in,
id_type indexIdentifier )

◆ operator<<() [1/2]

std::ostream & SpatialIndex::RTree::operator<< ( std::ostream & os,
const RTree & t )

◆ operator<<() [2/2]

std::ostream & SpatialIndex::RTree::operator<< ( std::ostream & os,
const Statistics & s )

◆ returnRTree()

SIDX_DLL ISpatialIndex * SpatialIndex::RTree::returnRTree ( IStorageManager & ind,
Tools::PropertySet & in )