This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > II > IInterpolationOp Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the Interpolating of a GeoDataset. Note: the IInterpolationOp interface has been superseded byIInterpolationOp3. Please consider using the more recent version.
Description | ||
---|---|---|
IDW | Interpolates using IDW. | |
Krige | Interpolates using kriging. | |
Spline | Interpolates using splining. | |
Trend | Interpolates using trend surface. | |
Variogram | Interpolates using Variogram. |
CoClasses and Classes | Description |
---|---|
RasterInterpolationOp | Raster interpolation operation class. |