Module gdal_sys::GDALResampleAlg [] [src]

Constants

GRA_Average

Average (computes the average of all non-NODATA contributing pixels)

GRA_Bilinear

Bilinear (2x2 kernel)

GRA_Cubic

Cubic Convolution Approximation (4x4 kernel)

GRA_CubicSpline

Cubic B-Spline Approximation (4x4 kernel)

GRA_Lanczos

Lanczos windowed sinc interpolation (6x6 kernel)

GRA_Mode

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

GRA_NearestNeighbour

Nearest neighbour (select on one input pixel)

Type Definitions

Type

Warp Resampling Algorithm