#include <gdal_alg.h>
Public Attributes | |
double | dfPower |
double | dfSmoothing |
double | dfAnisotropyRatio |
double | dfAnisotropyAngle |
double | dfRadius1 |
double | dfRadius2 |
double | dfAngle |
GUInt32 | nMaxPoints |
GUInt32 | nMinPoints |
double | dfNoDataValue |
Weighting power.
Smoothing parameter.
Reserved for future use.
Reserved for future use.
The first radius (X axis if rotation angle is 0) of search ellipse.
The second radius (Y axis if rotation angle is 0) of search ellipse.
Angle of ellipse rotation in degrees.
Ellipse rotated counter clockwise.
Maximum number of data points to use.
Do not search for more points than this number. If less amount of points found the grid node considered empty and will be filled with NODATA marker.
Minimum number of data points to use.
If less amount of points found the grid node considered empty and will be filled with NODATA marker.
No data marker to fill empty points.