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 | ||
---|---|---|
And | Performs a bitwise 'and' operation on the binary value of two input GeoDatasets. | |
LeftShift | Performs a bitwise 'left shift' operation on the binary value of two input GeoDatasets. | |
Not | Performs a bitwise 'complement' operation on the binary value of an input GeoDataset. | |
Or | Performs a bitwise 'or' operation on the binary value of two input GeoDatasets. | |
RightShift | Performs a bitwise 'right shift' operation on the binary value of two input GeoDatasets. | |
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
- Read the Working with ArcGIS Spatial Analyst objects technical document for general information on implementing Spatial Analyst operations.