QGIS/python/core/auto_additions/qgsrasterprojector.py
2024-12-03 07:47:10 +00:00

9 lines
415 B
Python

# The following has been generated automatically from src/core/raster/qgsrasterprojector.h
QgsRasterProjector.Precision.baseClass = QgsRasterProjector
try:
QgsRasterProjector.precisionLabel = staticmethod(QgsRasterProjector.precisionLabel)
QgsRasterProjector.extentSize = staticmethod(QgsRasterProjector.extentSize)
QgsRasterProjector.__group__ = ['raster']
except (NameError, AttributeError):
pass