ArcObjects Library Reference (GeoAnalyst)  

IRasterNeighborhood Interface

Provides access to members that control the analytical region used when performing neighborhood analsis. Note: the IRasterNeighborhood interface has been superseded byIRasterNeighborhood2. Please consider using the more recent version.

Product Availability

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

Members

Description
Method SetAnnulus Sets an annulus neighborhood object.
Method SetCircle Sets a circle neighborhood object.
Method SetDefault Sets a default neighborhood object.
Method SetIrregular Sets a neighborhood object each of whose entries can be turned on or off.
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.

CoClasses that implement IRasterNeighborhood

CoClasses and Classes Description
RasterNeighborhood Esri Raster neighborhood object.

Remarks

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