blob: d120164e2d41c421308a197b07eb02f60327264f (
plain)
1
2
3
4
5
6
|
libspatialindex provides an extensible framework that support robust
spatial indexing methods and sophisticated spatial queries. Main
features are: generic main memory and disk based storage managers,
R*-tree index (also supports linear and quadratic splitting), MVR-tree
index (a.k.a. PPR-tree), TPR-tree index, advanced query capabilities,
using Strategy and Visitor patterns, STR packing / bulk loading etc.
|