fmeobjects.FMEDonut.getInnerBoundaryAsSimpleAreaAt

FMEDonut.getInnerBoundaryAsSimpleAreaAt(index)

Retrieves the inner boundary at ‘index’ as a FMESimpleArea.

Parameters:

index (int) – The index from which to retrieve the inner boundary as a simple area from.

Return type:

FMEPolygon, FMEEllipse or None

Returns:

The inner boundary as a FMESimpleArea, or None if the specified index is greater than the number of inner boundaries. Returns the terminal geometry of the FMESimpleArea, either a FMEPolygon or a FMEEllipse.

Raises:

FMEException – An exception is raised if an error occurred.