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


IZonalOp Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IZ > IZonalOp Interface
ArcGIS Developer Help

IZonalOp Interface

Provides access to members that control the zonal analysis operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

Members

Name Description
Method TabulateArea Calculates cross tabulated areas between two datasets.
Method ZonalFill Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary.
Method ZonalGeometry Calculates for each zone of the input zone Dataset the specified geometry measure.
Method ZonalGeometryAsTable Calculates all geometry characteristics for each zone in a table.
Method ZonalStatistics Calculates in each output cell the statistic of the values of all cells in the value raster that belongs to the same zone.
Method ZonalStatisticsAsTable Calculates all statistics for each zone in a table.

Classes that implement IZonalOp

Classes Description
RasterZonalOp A mechanism for performing zonal operations on rasters.

Remarks