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

8 lines
669 B
Python

# The following has been generated automatically from src/core/qgsfeaturesource.h
QgsFeatureSource.NoFeaturesAvailable = QgsFeatureSource.FeatureAvailability.NoFeaturesAvailable
QgsFeatureSource.FeaturesAvailable = QgsFeatureSource.FeatureAvailability.FeaturesAvailable
QgsFeatureSource.FeaturesMaybeAvailable = QgsFeatureSource.FeatureAvailability.FeaturesMaybeAvailable
QgsFeatureSource.SpatialIndexUnknown = QgsFeatureSource.SpatialIndexPresence.SpatialIndexUnknown
QgsFeatureSource.SpatialIndexNotPresent = QgsFeatureSource.SpatialIndexPresence.SpatialIndexNotPresent
QgsFeatureSource.SpatialIndexPresent = QgsFeatureSource.SpatialIndexPresence.SpatialIndexPresent