|
GDAL
|
Linear method control options. More...
#include <gdal_alg.h>
Public Attributes | |
| size_t | nSizeOfStructure |
| 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.
| size_t GDALGridLinearOptions::nSizeOfStructure |
Added in GDAL 3.6 to detect potential ABI issues. Should be set to sizeof(GDALGridLinearOptions)