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


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

ILocalOp Interface

Provides access to members that control the local statistical analysis operations.

Product Availability

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

Members

Name Description
Method Combine Combines the Local GeoDatasets.
Method EqualTo Calculates the local equal-to values between GeoDatasets.
Method GreaterThan Calculates the local greater-than values between GeoDatasets.
Method HighestPosition Calculates the local highest position within GeoDatasets.
Method LessThan Calculates the local less-than values between GeoDatasets.
Method LocalStatistics Calculates the local statistics of the GeoDataset.
Method LowestPosition Calculates the local lowest position within GeoDatasets.
Method Popularity Calculates the local popularity between GeoDatasets.
Method Rank Calculates the local rank between GeoDatasets.

Classes that implement ILocalOp

Classes Description
RasterLocalOp A mechanism for performing local operations on rasters.

Remarks