fmeobjects.FMESpatialIndex.queryLinesCross

FMESpatialIndex.queryLinesCross(queryFeature)

This method performs a query to determine which features in the index intersect with the query feature. I.e. the boundary of the returned features crosses the boundary of the query feature.

Parameters:queryFeature (FMEFeature) – The query feature.
Return type:None
Raises:FMEException – An FMEException is raised if there was an error.