mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix a broken list
This commit is contained in:
parent
c795ddb1e9
commit
860dff9fb0
@ -22,9 +22,7 @@ Compared to QgsSpatialIndex, this index:
|
||||
- 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
|
||||
- supports true "distance based" searches, i.e. return all points within a radius from a search point
|
||||
|
||||
QgsSpatialIndexKDBush objects are implicitly shared and can be inexpensively copied.
|
||||
|
||||
|
@ -43,9 +43,7 @@ class QgsRectangle;
|
||||
* - 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
|
||||
* - supports true "distance based" searches, i.e. return all points within a radius from a search point
|
||||
*
|
||||
* QgsSpatialIndexKDBush objects are implicitly shared and can be inexpensively copied.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user