This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IZ > IZonalOp Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the zonal analysis operations.
Description | ||
---|---|---|
TabulateArea | Calculates cross tabulated areas between two datasets. | |
ZonalFill | Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary. | |
ZonalGeometry | Calculates for each zone of the input zone Dataset the specified geometry measure. | |
ZonalGeometryAsTable | Calculates all geometry characteristics for each zone in a table. | |
ZonalStatistics | Calculates in each output cell the statistic of the values of all cells in the value raster that belongs to the same zone. | |
ZonalStatisticsAsTable | Calculates all statistics for each zone in a table. |
CoClasses and Classes | Description |
---|---|
RasterZonalOp | A mechanism for performing zonal operations on rasters. |