intersect#
- classmethod PolygonData.intersect(polygons1, polygons2)#
Compute the intersection of one or more lists of polygons.
- Parameters:
- polygons1
list
ofPolygonData
orPolygonData
First list of polygons.
- polygons2
list
ofPolygonData
orPolygonData
Second optional list of polygons.
- polygons1
- Returns:
list
ofPolygonData