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


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

IGPSANeighborhood Interface

Provides access to IGPSANeighborhood 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 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.
Read-only property Type The type of the neighborhood.
Read-only property TypeOfUnits The type of units being used.

Classes that implement IGPSANeighborhood

Classes Description
GPSANeighborhood GeoProcessor Spatial Neighborhood object.