SlackBuildsOrg/gis/libspatialindex/README
B. Watson 0ea80b42f5 gis/libspatialindex: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 14:41:36 -04:00

6 lines
411 B
Text

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.