GDAL
Public Attributes
GDALGridInverseDistanceToAPowerNearestNeighborOptions Struct Reference

Inverse distance to a power, with nearest neighbour search, control options. More...

#include <gdal_alg.h>

List of all members.

Public Attributes

double dfPower
double dfRadius
double dfSmoothing
GUInt32 nMaxPoints
GUInt32 nMinPoints
double dfNoDataValue

Detailed Description

Inverse distance to a power, with nearest neighbour search, control options.


Member Data Documentation

No data marker to fill empty points.

Weighting power.

The radius of search circle.

Smoothing parameter.

Maximum number of data points to use.

Do not search for more points than this number. If less amount of points found the grid node considered empty and will be filled with NODATA marker.

Minimum number of data points to use.

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.7.6.1.