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


IRasterNeighborhood2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterNeighborhood2 Interface
ArcGIS Developer Help

IRasterNeighborhood2 Interface

Provides access to additional members that control the analytical region used when performing neighborhood analsis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method SetAnnulus Sets an annulus neighborhood object.
Method SetCircle Sets a circle neighborhood object.
Method SetDefault Sets a default neighborhood object.
Method SetHighPassFilter Sets a 3 x 3 high-pass filter neighborhood.
Method SetIrregular Sets a neighborhood object each of whose entries can be turned on or off.
Method SetIrregularFile Sets an irregular neighborhood by a file.
Method SetLowPassFilter Sets a 3 x 3 low-pass filter neighborhood.
Method SetRectangle Sets a rectangle neighborhood object.
Method SetWedge Sets a wedge neighborhood object.
Method SetWeight Sets a neighborhood object each of whose entries can be assigned a weight.
Method SetWeightFile Sets a weight neighborhood by a file.

Classes that implement IRasterNeighborhood2

Classes Description
RasterNeighborhood Esri Raster neighborhood object.

Remarks