QGIS/python/core/auto_additions/qgsfeaturesource.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

7 lines
433 B
Python

# The following has been generated automatically from src/core/qgsfeaturesource.h
try:
QgsFeatureSource.__virtual_methods__ = ['hasFeatures', 'uniqueValues', 'minimumValue', 'maximumValue', 'sourceExtent', 'sourceExtent3D', 'allFeatureIds', 'hasSpatialIndex']
QgsFeatureSource.__abstract_methods__ = ['getFeatures', 'sourceName', 'sourceCrs', 'fields', 'wkbType', 'featureCount']
except (NameError, AttributeError):
pass