|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
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. | |
| QgsInterpolator::SourceType | sourceType = QgsInterpolator::SourceType::Points |
| Source type. | |
| QgsCoordinateTransformContext | transformContext |
| Coordinate transform context. | |
| QgsInterpolator::ValueSource | valueSource = QgsInterpolator::ValueSource::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 100 of file qgsinterpolator.h.
| int QgsInterpolator::LayerData::interpolationAttribute = -1 |
Index of feature attribute to use for interpolation.
Definition at line 107 of file qgsinterpolator.h.
| QgsFeatureSource* QgsInterpolator::LayerData::source = nullptr |
Feature source.
Definition at line 103 of file qgsinterpolator.h.
| QgsInterpolator::SourceType QgsInterpolator::LayerData::sourceType = QgsInterpolator::SourceType::Points |
Source type.
Definition at line 109 of file qgsinterpolator.h.
| QgsCoordinateTransformContext QgsInterpolator::LayerData::transformContext |
| QgsInterpolator::ValueSource QgsInterpolator::LayerData::valueSource = QgsInterpolator::ValueSource::Attribute |
Source for feature values to interpolate.
Definition at line 105 of file qgsinterpolator.h.