[geometry] index docs: reformulated sentence.

[SVN r85638]
This commit is contained in:
Adam Wulkiewicz 2013-09-10 12:00:44 +00:00
parent d31d73ed62
commit b11eb4fe5b

View File

@ -175,7 +175,7 @@ Of course it's possible to connect different types of predicates together.
[h4 Breaking or pausing the query]
By use of query iterators, the query may be paused and resumed if needed, e.g. when the query takes too long,
The query performed using query iterators may be paused and resumed if needed, e.g. when the query takes too long,
or stopped at some point, e.g when all interesting values were gathered.
for ( Rtree::const_query_iterator it = tree.qbegin(bgi::nearest(pt, 10000)) ;