Skip to content

Commit 9445095

Browse files
committed
Dox++
1 parent ae4e4cd commit 9445095

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

python/core/auto_generated/qgsspatialindexkdbush.sip.in

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Compared to QgsSpatialIndex, this index:
2020
- supports single point features only (no multipoints)
2121
- is static (features cannot be added or removed from the index after construction)
2222
- is much faster!
23+
- allows direct retrieval of the original feature's points, without requiring additional feature requests
2324
- supports true "distance based" searches, i.e. return all points within a radius
2425
from a search point
2526

src/core/qgsspatialindexkdbush.h

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class QgsRectangle;
4141
* - supports single point features only (no multipoints)
4242
* - is static (features cannot be added or removed from the index after construction)
4343
* - is much faster!
44+
* - allows direct retrieval of the original feature's points, without requiring additional feature requests
4445
* - supports true "distance based" searches, i.e. return all points within a radius
4546
* from a search point
4647
*

0 commit comments

Comments
 (0)