slackbuilds_ponce/libraries/libspatialindex
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
libspatialindex.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
libspatialindex.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

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.