GDAL
|
Linear method control options. More...
#include <gdal_alg.h>
Public Attributes | |
double | dfRadius |
double | dfNoDataValue |
Linear method control options.
double GDALGridLinearOptions::dfNoDataValue |
No data marker to fill empty points.
double GDALGridLinearOptions::dfRadius |
In case the point to be interpolated does not fit into a triangle of the Delaunay triangulation, use that maximum distance to search a nearest neighbour, or use nodata otherwise. If set to -1, the search distance is infinite. If set to 0, nodata value will be always used.