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


IInterpolationOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > II > IInterpolationOp Interface
ArcGIS Developer Help

IInterpolationOp Interface

Provides access to members that control the Interpolating of a GeoDataset. Note: the IInterpolationOp interface has been superseded by IInterpolationOp3. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method IDW Interpolates using IDW.
Method Krige Interpolates using kriging.
Method Spline Interpolates using splining.
Method Trend Interpolates using trend surface.
Method Variogram Interpolates using Variogram.

Classes that implement IInterpolationOp

Classes Description
RasterInterpolationOp Raster interpolation operation class.

Remarks