mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
12 lines
800 B
Python
12 lines
800 B
Python
# The following has been generated automatically from src/analysis/interpolation/qgsinterpolator.h
|
|
QgsInterpolator.SourcePoints = QgsInterpolator.SourceType.SourcePoints
|
|
QgsInterpolator.SourceStructureLines = QgsInterpolator.SourceType.SourceStructureLines
|
|
QgsInterpolator.SourceBreakLines = QgsInterpolator.SourceType.SourceBreakLines
|
|
QgsInterpolator.ValueAttribute = QgsInterpolator.ValueSource.ValueAttribute
|
|
QgsInterpolator.ValueZ = QgsInterpolator.ValueSource.ValueZ
|
|
QgsInterpolator.ValueM = QgsInterpolator.ValueSource.ValueM
|
|
QgsInterpolator.Success = QgsInterpolator.Result.Success
|
|
QgsInterpolator.Canceled = QgsInterpolator.Result.Canceled
|
|
QgsInterpolator.InvalidSource = QgsInterpolator.Result.InvalidSource
|
|
QgsInterpolator.FeatureGeometryError = QgsInterpolator.Result.FeatureGeometryError
|