#include <qgsidwinterpolator.h>
Constructor & Destructor Documentation
QgsIDWInterpolator::QgsIDWInterpolator |
( |
const QList< LayerData > & |
layerData | ) |
|
QgsIDWInterpolator::~QgsIDWInterpolator |
( |
| ) |
|
Member Function Documentation
int QgsIDWInterpolator::interpolatePoint |
( |
double |
x, |
|
|
double |
y, |
|
|
double & |
result |
|
) |
| |
|
virtual |
Calculates interpolation value for map coordinates x, y.
- Parameters
-
x | x-coordinate (in map units) |
y | y-coordinate (in map units) |
result | out: interpolation result |
- Returns
- 0 in case of success
Implements QgsInterpolator.
void QgsIDWInterpolator::setDistanceCoefficient |
( |
double |
p | ) |
|
|
inline |
The documentation for this class was generated from the following files: