QGIS API Documentation
3.0.2-Girona (307d082)
|
A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline) More...
#include <qgsinterpolator.h>
Public Attributes | |
int | interpolationAttribute = -1 |
Index of feature attribute to use for interpolation. More... | |
QgsFeatureSource * | source = nullptr |
Feature source. More... | |
QgsInterpolator::SourceType | sourceType = SourcePoints |
Source type. More... | |
QgsInterpolator::ValueSource | valueSource = QgsInterpolator::ValueAttribute |
Source for feature values to interpolate. More... | |
A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline)
Definition at line 93 of file qgsinterpolator.h.
int QgsInterpolator::LayerData::interpolationAttribute = -1 |
Index of feature attribute to use for interpolation.
Definition at line 100 of file qgsinterpolator.h.
QgsFeatureSource* QgsInterpolator::LayerData::source = nullptr |
Feature source.
Definition at line 96 of file qgsinterpolator.h.
QgsInterpolator::SourceType QgsInterpolator::LayerData::sourceType = SourcePoints |
Source type.
Definition at line 102 of file qgsinterpolator.h.
QgsInterpolator::ValueSource QgsInterpolator::LayerData::valueSource = QgsInterpolator::ValueAttribute |
Source for feature values to interpolate.
Definition at line 98 of file qgsinterpolator.h.