GDAL
|
Moving average method control options. More...
#include <gdal_alg.h>
Public Attributes | |
size_t | nSizeOfStructure |
double | dfRadius1 |
double | dfRadius2 |
double | dfAngle |
GUInt32 | nMaxPoints |
GUInt32 | nMinPoints |
double | dfNoDataValue |
GUInt32 | nMaxPointsPerQuadrant |
GUInt32 | nMinPointsPerQuadrant |
Moving average method control options.
double GDALGridMovingAverageOptions::dfAngle |
Angle of ellipse rotation in degrees.
Ellipse rotated counter clockwise.
double GDALGridMovingAverageOptions::dfNoDataValue |
No data marker to fill empty points.
double GDALGridMovingAverageOptions::dfRadius1 |
The first radius (X axis if rotation angle is 0) of search ellipse.
double GDALGridMovingAverageOptions::dfRadius2 |
The second radius (Y axis if rotation angle is 0) of search ellipse.
GUInt32 GDALGridMovingAverageOptions::nMaxPoints |
Maximum number of data points to use.
Do not search for more points than this number.
GUInt32 GDALGridMovingAverageOptions::nMaxPointsPerQuadrant |
Maximum number of data points to use for each of the 4 quadrants.
Do not search for more points than this number.
GUInt32 GDALGridMovingAverageOptions::nMinPoints |
Minimum number of data points to average.
If less amount of points found the grid node considered empty and will be filled with NODATA marker.
GUInt32 GDALGridMovingAverageOptions::nMinPointsPerQuadrant |
Minimum number of data points to use for each of the 4 quadrants.
If less amount of points found the grid node considered empty and will be filled with NODATA marker.
size_t GDALGridMovingAverageOptions::nSizeOfStructure |
Added in GDAL 3.6 to detect potential ABI issues. Should be set to sizeof(GDALGridMovingAverageOptions)