ArcObjects Library Reference (GeoDatabase)  

rstResamplingTypes Constants

Different methods to perform raster resampling.

Constant Value Description
RSP_NearestNeighbor 0 Resample pixel by nearest neighbor.
RSP_BilinearInterpolation 1 Resample pixel by bilinear interpolation.
RSP_CubicConvolution 2 Resample pixel by cubic convolution.
RSP_Majority 3 Resample pixel by majority value.
RSP_BilinearInterpolationPlus 4 Resample pixel by bilinear interpolation, requiring all four neigboring pixels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

RasterStorageDef Class