fmeobjects.FMESpatialIndex.queryTotal

FMESpatialIndex.queryTotal(xCoord, yCoord, maxDist)

This method performs a query to determine the total number of features that are within the specified maxDist from the x and y coordinate.

Parameters:
  • xCoord (float) – The x coordinate of the point.

  • yCoord (float) – The y coordinate of the point.

  • maxDist (float) – The maximum search distance.

Return type:

None

Raises:

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