fmeobjects.FMESpatialIndex.close¶
-
FMESpatialIndex.close(deleteIndex)¶ This method writes out the spatial index, and closes any files the spatial index has open.
Parameters: deleteIndex (bool) – If True, then it will also delete any files being used by the spatial index.Return type: None Raises: FMEException – An FMEException is raised if there was an error.