Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -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 |
|
|
|
|
|
|
@@ -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 |
|
|
* |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.