ArcObjects Library Reference (SpatialAnalyst)  

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

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.

CoClasses that implement INeighborhoodOp

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

Remarks

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