GDAL
Public Attributes | List of all members
GDALGridNearestNeighborOptions Struct Reference

Nearest neighbor method control options. More...

#include <gdal_alg.h>

Public Attributes

size_t nSizeOfStructure
 
double dfRadius1
 
double dfRadius2
 
double dfAngle
 
double dfNoDataValue
 

Detailed Description

Nearest neighbor method control options.

Member Data Documentation

◆ dfAngle

double GDALGridNearestNeighborOptions::dfAngle

Angle of ellipse rotation in degrees.

Ellipse rotated counter clockwise.

◆ dfNoDataValue

double GDALGridNearestNeighborOptions::dfNoDataValue

No data marker to fill empty points.

◆ dfRadius1

double GDALGridNearestNeighborOptions::dfRadius1

The first radius (X axis if rotation angle is 0) of search ellipse.

◆ dfRadius2

double GDALGridNearestNeighborOptions::dfRadius2

The second radius (Y axis if rotation angle is 0) of search ellipse.

◆ nSizeOfStructure

size_t GDALGridNearestNeighborOptions::nSizeOfStructure

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


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