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


IBitwiseOp Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IBitwiseOp Interface

Provides access to members that control the bitwise operations.

Product Availability

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

Members

Description
Method And Performs a bitwise 'and' operation on the binary value of two input GeoDatasets.
Method LeftShift Performs a bitwise 'left shift' operation on the binary value of two input GeoDatasets.
Method Not Performs a bitwise 'complement' operation on the binary value of an input GeoDataset.
Method Or Performs a bitwise 'or' operation on the binary value of two input GeoDatasets.
Method RightShift Performs a bitwise 'right shift' operation on the binary value of two input GeoDatasets.
Method XOr Performs a bitwise 'exclusive or' operation on the binary value of two input GeoDatasets.

CoClasses that implement IBitwiseOp

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

Remarks

.NET Snippets

Create BitwiseOp OR Raster | Create BitwiseOp Left Shift Raster | Create BitwiseOp AND Raster | Create BitwiseOp Right Shift Raster | Create BitwiseOp NOT Raster