ArcObjects Library Reference (GeoAnalyst)  

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

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.

CoClasses that implement IRasterNeighborhood2

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.