Available with Spatial Analyst license.
Available with Image Analyst license.
The Bitwise math geoprocessing functions compute on the binary representation of the input values.
These geoprocessing functions are intended to work on integer input data. If floating-point values are input, the data values will automatically be truncated and converted to integer values. As a result, the output data type is always integer.
Any bitwise operation on an input NoData cell will result in a NoData cell in the output.
The following table lists the available geoprocessing functions and provides a brief description of each.
Geoprocessing Function | Description |
---|---|
Performs a Bitwise And operation on the binary values of two input rasters. | |
Performs a Bitwise Left Shift operation on the binary values of two input rasters. | |
Performs a Bitwise Not (complement) operation on the binary value of an input raster. | |
Performs a Bitwise Or operation on the binary values of two input rasters. | |
Performs a Bitwise Right Shift operation on the binary values of two input rasters. | |
Performs a Bitwise eXclusive Or operation on the binary values of two input rasters. |