summaryrefslogtreecommitdiffstats
path: root/libraries/libspatialindex/README
diff options
context:
space:
mode:
author Alexander Bruy <alexander.bruy@gmail.com>2012-06-25 22:17:11 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-25 22:17:11 -0400
commita572c88c3f387c43e375a61771105d66d4bff538 (patch)
tree115e3d369cb8c2fb2cef0b694b4dd2e67aad4dff /libraries/libspatialindex/README
parent12831d410020c834de44cf46db61e7ae3a6f0193 (diff)
downloadslackbuilds-a572c88c3f387c43e375a61771105d66d4bff538.tar.gz
slackbuilds-a572c88c3f387c43e375a61771105d66d4bff538.tar.xz
libraries/libspatialindex: Added (spatial indexing methods)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libspatialindex/README')
-rw-r--r--libraries/libspatialindex/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libspatialindex/README b/libraries/libspatialindex/README
new file mode 100644
index 0000000000..f5c891e73a
--- /dev/null
+++ b/libraries/libspatialindex/README
@@ -0,0 +1,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.