QGIS/python/PyQt6/core/auto_additions/qgsspatialindex.py
2023-12-13 05:36:44 +10:00

4 lines
242 B
Python

# The following has been generated automatically from src/core/qgsspatialindex.h
QgsSpatialIndex.FlagStoreFeatureGeometries = QgsSpatialIndex.Flag.FlagStoreFeatureGeometries
QgsSpatialIndex.Flags = lambda flags=0: QgsSpatialIndex.Flag(flags)