ArcObjects Library Reference (SpatialAnalyst)  

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

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.

CoClasses that implement ILocalOp

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

Remarks

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