|
QGIS API Documentation 4.3.0-Master (6402a64e93b)
|
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. | |
| QgsFeatureSource * | source = nullptr |
| Feature source. | |
| Qgis::InterpolationSourceType | sourceType = Qgis::InterpolationSourceType::Points |
| Source type. | |
| QgsCoordinateTransformContext | transformContext |
| Coordinate transform context. | |
| Qgis::InterpolationValueSource | valueSource = Qgis::InterpolationValueSource::Attribute |
| Source for feature values to interpolate. | |
A source together with the information about interpolation attribute / z-coordinate interpolation and the type (point, structure line, breakline).
Definition at line 85 of file qgsinterpolator.h.
| int QgsInterpolator::LayerData::interpolationAttribute = -1 |
Index of feature attribute to use for interpolation.
Definition at line 92 of file qgsinterpolator.h.
| QgsFeatureSource* QgsInterpolator::LayerData::source = nullptr |
Feature source.
Definition at line 88 of file qgsinterpolator.h.
| Qgis::InterpolationSourceType QgsInterpolator::LayerData::sourceType = Qgis::InterpolationSourceType::Points |
Source type.
Definition at line 94 of file qgsinterpolator.h.
| QgsCoordinateTransformContext QgsInterpolator::LayerData::transformContext |
| Qgis::InterpolationValueSource QgsInterpolator::LayerData::valueSource = Qgis::InterpolationValueSource::Attribute |
Source for feature values to interpolate.
Definition at line 90 of file qgsinterpolator.h.