MultiPolygon
Create a MultiPolygon by a number of lists (= polygon rings) of lists (= Position objects).
Parameters
The lists of polygon rings that make up the Polygon objects.
The BoundingBox of this geometry.
Throws
if any list does not represent a valid Polygon
Create a MultiPolygon by a number of Polygon objects.
Parameters
The Polygon objects that make up this multi-polygon.
The BoundingBox of this geometry.
Throws
if any of the Polygon objects does not represent a valid polygon (e.g., empty or rings not closed or fewer than 4 positions per ring).
Create a MultiPolygon by an array (= Polygon objects) of arrays (= polygon rings) of arrays (= Position objects) where each Position is represented by a DoubleArray.
Parameters
The array of arrays of arrays of double arrays representing Polygon objects.
The BoundingBox of this geometry.
Throws
if the array does not represent a valid MultiPolygon