WKT_LoadMultiPolygon
Loads multiple polygons from WKT text format.
Syntax
C++
Python
def WKT_LoadMultiPolygon( inText: str, / ) -> ( outOuterPolygons: list[Path], outInnerPolygons: list[ list[Path] ] )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inText | str | ||
![]() |
outOuterPolygons | list[Path] | ||
![]() |
outInnerPolygons | list[ list[Path] ] |


