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


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

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

Name 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.

Classes that implement IBitwiseOp

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

Remarks