|
GDAL
|
Data metrics method control options. More...
#include <gdal_alg.h>
Public Attributes | |
| double | dfRadius1 |
| double | dfRadius2 |
| double | dfAngle |
| GUInt32 | nMinPoints |
| double | dfNoDataValue |
Data metrics method control options.
| double GDALGridDataMetricsOptions::dfAngle |
Angle of ellipse rotation in degrees.
Ellipse rotated counter clockwise.
| double GDALGridDataMetricsOptions::dfNoDataValue |
No data marker to fill empty points.
| double GDALGridDataMetricsOptions::dfRadius1 |
The first radius (X axis if rotation angle is 0) of search ellipse.
| double GDALGridDataMetricsOptions::dfRadius2 |
The second radius (Y axis if rotation angle is 0) of search ellipse.
| GUInt32 GDALGridDataMetricsOptions::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.
1.8.13.