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


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

IInterpolationOp3 Interface

Provides access to additional members that control the Interpolating of a GeoDataset.

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 NaturalNeighbor Interpolates using natual neighbor.
Method Spline Interpolates using splining.
Method TopoToRasterByFile Interpolates using AnuDem.
Method Trend Interpolates using trend surface.
Method TrendWithRms Interpolates using trend surface with optional rms file.
Method Variogram Interpolates using Variogram.

Classes that implement IInterpolationOp3

Classes Description
RasterInterpolationOp Raster interpolation operation class.

Remarks