bbox_of_polygons#

classmethod PolygonData.bbox_of_polygons(polygons)#

Compute the bounding box of a list of polygons.

Parameters:
polygonslist of PolygonData

List of polygons.

Returns:
tuple of (PointData, PointData)