This document is archived and information here might be outdated.  Recommended version.


esriInterpolateIrregularDataMethod Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

esriInterpolateIrregularDataMethod Constants

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.

Product Availability

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