fmeobjects.FMEFeature.makeDonuts
- FMEFeature.makeDonuts(featureList)
Construct a donut polygon from the list of features provided. If multiple donut polygons are formed then the resulting geometry is an aggregate of these donuts.
- Parameters:
featureList (list[FMEFeature]) – The list of features to make the donut from.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.