fmeobjects.FMESpatialIndex.boundingBox

FMESpatialIndex.boundingBox()

This method returns the bounding box of all the data stored in the spatial index.

Return type:

tuple[tuple[float]]

Returns:

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

Raises:

FMEException – An FMEException is raised if there was an error.