GDAL
Public Attributes | List of all members
GDALGridMovingAverageOptions Struct Reference

Moving average method control options. More...

#include <gdal_alg.h>

Public Attributes

double dfRadius1
 
double dfRadius2
 
double dfAngle
 
GUInt32 nMinPoints
 
double dfNoDataValue
 

Detailed Description

Moving average method control options.

Member Data Documentation

◆ dfAngle

double GDALGridMovingAverageOptions::dfAngle

Angle of ellipse rotation in degrees.

Ellipse rotated counter clockwise.

◆ dfNoDataValue

double GDALGridMovingAverageOptions::dfNoDataValue

No data marker to fill empty points.

◆ dfRadius1

double GDALGridMovingAverageOptions::dfRadius1

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

◆ dfRadius2

double GDALGridMovingAverageOptions::dfRadius2

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

◆ nMinPoints

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.


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

Generated for GDAL by doxygen 1.8.13.