fmeobjects.FMESpatialIndex.fetch

FMESpatialIndex.fetch()

This method fetches the next feature from the current query. If the current query has no further results to return, then None is returned.

Return type:FMEFeature or None
Returns:The next feature from the current query or None if there are no further results.
Raises:FMEException – An FMEException is raised if there was an error.