Module gdal_sys::GDALRIOResampleAlg[][src]

Constants

GRIORA_Average

Average

GRIORA_Bilinear

Bilinear (2x2 kernel)

GRIORA_Cubic

Cubic Convolution Approximation (4x4 kernel)

GRIORA_CubicSpline

Cubic B-Spline Approximation (4x4 kernel)

GRIORA_Gauss

Gauss blurring

GRIORA_LAST

@cond Doxygen_Suppress

GRIORA_Lanczos

Lanczos windowed sinc interpolation (6x6 kernel)

GRIORA_Mode

Mode (selects the value which appears most often of all the sampled points)

GRIORA_NearestNeighbour

Nearest neighbour

Type Definitions

Type

RasterIO() resampling method. @since GDAL 2.0