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, orNoneif the specified index is greater than the number of inner boundaries. Returns the terminal geometry of theFMESimpleArea, either aFMEPolygonor aFMEEllipse.Raises: FMEException – An exception is raised if an error occurred.