ArcObjects Library Reference (SpatialAnalyst)  

ILogicalOperatorOp Interface

Provides access to members that control the logical operator operations.

Product Availability

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

Members

Description
Method Diff Determines which values from the first input are logically different from the values of the second.
Method InList Determines which values from the first input are contained in list of geodata in the second input.
Method Over Returns those values from the first input that are nonzero; otherwise, returns the value from the second.

CoClasses that implement ILogicalOperatorOp

CoClasses and Classes Description
RasterMathOps A mechanism for performing mathematical operations on rasters.

Remarks

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