search#
- RTree.search(box, bb_search)#
Search all objects intersecting a given box.
- Parameters:
- box
tuple
[PointData
,PointData
] Testing region, described as a “lower-left, upper-right” box.
- bb_searchbool
Whether the RTree object intersects when the bounding-box of its
PolygonData
instance intersects the testing object. IfFalse
, an explicit intersection is required for a hit.
- box
- Returns:
list
of
RTreeObj
List of intersecting RTree objects.