![]() |
This document is archived and information here might be outdated. Recommended version. |
The interpolation methods for InterpolateIrregularDataFunction.
| Constant | Value | Description |
|---|---|---|
| esriNearestNeighbor | 0 | Every point goes to the closest pixel. |
| esriBilinear | 1 | Every point contributes to the four closest pixels. |
| esriTinningLinear | 2 | Linear tinning. |
| esriTinningNaturalNeighbor | 3 | Natural neighbor tinning. |
| esriInverseDistanceWeighted | 4 | Inverse distance weighted interpolation. |