]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/index/src/examples/rtree/value_index_results.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / geometry / doc / index / src / examples / rtree / value_index_results.qbk
1 [/============================================================================
2 Boost.Geometry Index
3
4 Copyright (c) 2011-2014 Adam Wulkiewicz.
5
6 Use, modification and distribution is subject to the Boost Software License,
7 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 http://www.boost.org/LICENSE_1_0.txt)
9 =============================================================================/]
10
11 generated boxes:
12 POLYGON((0 0,0 0.5,0.5 0.5,0.5 0,0 0))
13 POLYGON((1 1,1 1.5,1.5 1.5,1.5 1,1 1))
14 POLYGON((2 2,2 2.5,2.5 2.5,2.5 2,2 2))
15 POLYGON((3 3,3 3.5,3.5 3.5,3.5 3,3 3))
16 POLYGON((4 4,4 4.5,4.5 4.5,4.5 4,4 4))
17 POLYGON((5 5,5 5.5,5.5 5.5,5.5 5,5 5))
18 POLYGON((6 6,6 6.5,6.5 6.5,6.5 6,6 6))
19 POLYGON((7 7,7 7.5,7.5 7.5,7.5 7,7 7))
20 POLYGON((8 8,8 8.5,8.5 8.5,8.5 8,8 8))
21 POLYGON((9 9,9 9.5,9.5 9.5,9.5 9,9 9))
22 spatial query box:
23 POLYGON((0 0,0 5,5 5,5 0,0 0))
24 spatial query result:
25 POLYGON((0 0,0 0.5,0.5 0.5,0.5 0,0 0))
26 POLYGON((1 1,1 1.5,1.5 1.5,1.5 1,1 1))
27 POLYGON((2 2,2 2.5,2.5 2.5,2.5 2,2 2))
28 POLYGON((3 3,3 3.5,3.5 3.5,3.5 3,3 3))
29 POLYGON((4 4,4 4.5,4.5 4.5,4.5 4,4 4))
30 POLYGON((5 5,5 5.5,5.5 5.5,5.5 5,5 5))
31 knn query point:
32 POINT(0 0)
33 knn query result:
34 POLYGON((4 4,4 4.5,4.5 4.5,4.5 4,4 4))
35 POLYGON((3 3,3 3.5,3.5 3.5,3.5 3,3 3))
36 POLYGON((2 2,2 2.5,2.5 2.5,2.5 2,2 2))
37 POLYGON((0 0,0 0.5,0.5 0.5,0.5 0,0 0))
38 POLYGON((1 1,1 1.5,1.5 1.5,1.5 1,1 1))
39