mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
10 lines
598 B
Python
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
|