Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dox++
  • Loading branch information
nyalldawson committed Jul 7, 2018
1 parent ae4e4cd commit 9445095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/auto_generated/qgsspatialindexkdbush.sip.in
Expand Up @@ -20,6 +20,7 @@ Compared to QgsSpatialIndex, this index:
- supports single point features only (no multipoints)
- is static (features cannot be added or removed from the index after construction)
- is much faster!
- allows direct retrieval of the original feature's points, without requiring additional feature requests
- supports true "distance based" searches, i.e. return all points within a radius
from a search point

Expand Down
1 change: 1 addition & 0 deletions src/core/qgsspatialindexkdbush.h
Expand Up @@ -41,6 +41,7 @@ class QgsRectangle;
* - supports single point features only (no multipoints)
* - is static (features cannot be added or removed from the index after construction)
* - is much faster!
* - allows direct retrieval of the original feature's points, without requiring additional feature requests
* - supports true "distance based" searches, i.e. return all points within a radius
* from a search point
*
Expand Down

0 comments on commit 9445095

Please sign in to comment.