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 Right Shift Raster | Create BitwiseOp AND Raster | Create BitwiseOp OR Raster | Create BitwiseOp NOT Raster | Create BitwiseOp Left Shift Raster