QGIS/python/analysis/auto_additions/qgsinterpolator.py
2024-08-14 13:05:46 +10:00

10 lines
598 B
Python

# The following has been generated automatically from src/analysis/interpolation/qgsinterpolator.h
try:
QgsInterpolatorVertexData.__attribute_docs__ = {'x': 'X-coordinate', 'y': 'Y-coordinate', 'z': 'Z-coordinate'}
except NameError:
pass
try:
QgsInterpolator.__attribute_docs__ = {'source': 'Feature source', 'valueSource': 'Source for feature values to interpolate', 'interpolationAttribute': 'Index of feature attribute to use for interpolation', 'sourceType': 'Source type', 'transformContext': 'Coordinate transform context.\n\n.. versionadded:: 3.10.1'}
except NameError:
pass