README 411 B

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