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


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

INeighborhoodOp Interface

Provides access to members that control the neighborhood operations.

Product Availability

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

Members

Name Description
Method BlockStatistics Calculates statistics for a non-overlapping neighborhood.
Method Filter Performs a preset focal filter on the input.
Method FocalFlow Calculates the flow of the values in the surface within each cells immediate neighborhood.
Method FocalStatistics Calculates statistics for an overlapping neighborhood.
Method LineStatistics Calculates a statistic on the attributes of lines in a circular neighborhood around each output cell.
Method PointStatistics Calculates a statistic on the points in a neighborhood around each output cell.

Classes that implement INeighborhoodOp

Classes Description
RasterNeighborhoodOp A mechanism for performing neighbourhood operations on rasters.

Remarks