diff --git a/doc/html/geometry_index/r_tree/introduction.html b/doc/html/geometry_index/r_tree/introduction.html
index d86263e93..22f3d92c0 100644
--- a/doc/html/geometry_index/r_tree/introduction.html
+++ b/doc/html/geometry_index/r_tree/introduction.html
@@ -201,7 +201,7 @@
[1] Guttman, A. (1984). R-Trees: A Dynamic Index Structure for Spatial - Searching footnote + Searching
[2]
Greene, D. (1989). An implementation and performance analysis
diff --git a/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html b/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html
index 6a2482203..497577ccc 100644
--- a/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html
+++ b/doc/html/geometry_index/r_tree/nearest_neighbours_queries.html
@@ -37,6 +37,55 @@
+ Nearest neighbours queries returns Values
+ which are closest to some point in space. Additionally it is possible to
+ pass distance predicates in order to define how the distance to the Value should be calculated or minimal and
+ maximal distances. The examples of some knn queries may be found in the table
+ below. All queries returns 5 closest Values.
+ The query point, region and result Values are orange.
+
|
+ + Basic knn query + + |
+
+ + knn in a ring (Value's furthest point) + + |
+
+ + knn in a ring (Value's closest point) + + |
+
|---|---|---|
|
+
+ |
+
+
+ |
+
+
+ |
+
+ Spatial queries returns Values
+ which meets some predicates. For instance it may be used to retrieve Values
+ intersecting some area or are within some other area. The examples of some
+ basic queries may be found in the table below. The query region and result
+ Values are orange.
+
|
+ + intersects (default) + + |
+
+ + covered_by + + |
+
+ + disjoint + + |
+
+ + overlaps + + |
+
+ + within + + |
+
|---|---|---|---|---|
|
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
Last revised: November 25, 2012 at 20:52:29 GMT |
+Last revised: November 25, 2012 at 21:23:52 GMT |