mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
18 lines
1.1 KiB
Python
18 lines
1.1 KiB
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'}
|
|
QgsInterpolatorVertexData.__doc__ = """Interpolation data for an individual source vertex."""
|
|
QgsInterpolatorVertexData.__group__ = ['interpolation']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsInterpolator.LayerData.__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'}
|
|
QgsInterpolator.LayerData.__doc__ = """A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline)"""
|
|
QgsInterpolator.LayerData.__group__ = ['interpolation']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsInterpolator.__group__ = ['interpolation']
|
|
except NameError:
|
|
pass
|