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


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

IGPSANeighborhood2 Interface

Provides access to IGPSANeighborhood2 interface.

Product Availability

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

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 high-pass filter neighborhood of size of 3*3.
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 low-pass filter neighborhood of size of 3*3.
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.
Read-only property Type The type of the neighborhood.
Read-only property TypeOfUnits The type of units being used.

Classes that implement IGPSANeighborhood2

Classes Description
GPSANeighborhood GeoProcessor Spatial Neighborhood object.