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. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.