fmeobjects.FMESpatialIndex.queryEnvelopeByFeatureType

FMESpatialIndex.queryEnvelopeByFeatureType(queryFeature, featTypes)

This method performs a query to determine which features in the index have envelopes that intersect the envelope of the query feature. Only the specified feature types are searched.

Parameters:
  • queryFeature (FMEFeature) – The query feature.

  • featTypes (list[str]) – The list of feature types to be searched.

Return type:

None

Raises:

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