GDALGridNearestNeighborOptions Struct Reference

#include <gdal_alg.h>

List of all members.

Public Attributes

double dfRadius1
double dfRadius2
double dfAngle
double dfNoDataValue


Detailed Description

Nearest neighbor method control options


Member Data Documentation

double GDALGridNearestNeighborOptions::dfRadius1

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

double GDALGridNearestNeighborOptions::dfRadius2

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

double GDALGridNearestNeighborOptions::dfAngle

Angle of ellipse rotation in degrees.

Ellipse rotated counter clockwise.

double GDALGridNearestNeighborOptions::dfNoDataValue

No data marker to fill empty points.


The documentation for this struct was generated from the following file:
Generated for GDAL by doxygen 1.5.1.