ArcObjects Library Reference (SpatialAnalyst)  

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

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.

CoClasses that implement IZonalOp

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

Remarks

  • Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.