QGIS/python/core/auto_additions/qgsrasterprojector.py

9 lines
397 B
Python
Raw Normal View History

2020-10-23 19:18:12 +02:00
# 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:
pass