fmeobjects.FMEFeature.boundingBox

FMEFeature.boundingBox()

This method returns the bounding box of the feature.

Return type:

tuple[tuple[float]]

Returns:

The bounding box of the feature, in the form ((minx, miny), (maxx, maxy)).

Raises:

FMEException – An exception is raised if an error occurred.