aboutsummaryrefslogtreecommitdiff
path: root/libraries/libspatialindex/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libspatialindex/README')
-rw-r--r--libraries/libspatialindex/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/libspatialindex/README b/libraries/libspatialindex/README
deleted file mode 100644
index f5c891e73a65e..0000000000000
--- a/libraries/libspatialindex/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.