GDAL
Public Attributes | List of all members
GDALGridLinearOptions Struct Reference

Linear method control options. More...

#include <gdal_alg.h>

Public Attributes

size_t nSizeOfStructure
 
double dfRadius
 
double dfNoDataValue
 

Detailed Description

Linear method control options.

Member Data Documentation

◆ dfNoDataValue

double GDALGridLinearOptions::dfNoDataValue

No data marker to fill empty points.

◆ dfRadius

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.

◆ nSizeOfStructure

size_t GDALGridLinearOptions::nSizeOfStructure

Added in GDAL 3.6 to detect potential ABI issues. Should be set to sizeof(GDALGridLinearOptions)


The documentation for this struct was generated from the following file: