Nyall Dawson 3ffbd84f5f Add a bounding box intersection test to QgsGeometry
We only previously had methods for exact intersections - this
commit adds a new QgsGeometry.boundingBoxIntersects() method
which can be used to test if just the bounding boxes of
geometries/rectangles intersect.

It's fast, and doesn't care about invalid geometries (unlike
the exact intersects checks)
2018-02-20 13:20:38 +10:00
..
2018-01-17 10:16:37 -04:00
2018-02-12 11:29:41 -04:00
2018-02-12 20:28:32 +10:00
2018-02-20 11:31:33 +10:00
2018-02-15 09:25:26 +01:00
2018-01-23 15:30:01 +11:00
2018-01-17 10:16:37 -04:00