Bitwise And, Bitwise Left Shift, Bitwise Not, Bitwise Or, Bitwise Right Shift, Bitwise XOr Tools
How to use Tools Bitwise Toolset in Arc Toolbox??
Path to access the Tools
:
Bitwise
Toolset, Math Toolset, Spatial Analyst Tools Toolbox
Explanation of the interfaces of all (Bitwise Tools)
Bitwise Tools 1
Bitwise Tools 1 |
1. Bitwise And
Performs a Bitwise And
operation on the binary values of two input rasters.
2. Bitwise Left Shift
Performs a Bitwise Left
Shift operation on the binary values of two input rasters.
3. Bitwise Or
Performs a Bitwise Or
operation on the binary values of two input rasters.
4. Bitwise Right Shift
Performs a Bitwise Right
Shift operation on the binary values of two input rasters.
5. Bitwise XOr
Performs a Bitwise
eXclusive Or operation on the binary values of two input rasters.
1. Input raster or constant value 1
The first input to use
in this bitwise operation.
A number can be used as
an input for this parameter, provided a raster is specified for the other
parameter. To be able to specify a number for both inputs, the cell size and
extent must first be set in the environment.
2. Input raster or constant value 2
The second input to use
in this bitwise operation.
A number can be used as
an input for this parameter, provided a raster is specified for the other
parameter. To be able to specify a number for both inputs, the cell size and
extent must first be set in the environment.
3. Output raster
The output raster.
The cell values are the
result of a Bitwise eXclusive Or operation on the two inputs.
Bitwise Tools 2
Bitwise Tools 2 |
6. Bitwise Not
Performs a Bitwise Not (complement) operation on the binary value of an input raster.
1. Input raster or constant value
The input raster on
which to perform the Bitwise Not (complement) operation.
A number can be used as
an input for this parameter, provided a raster is specified for the other
parameter. To be able to specify a number for both inputs, the cell size and
extent must first be set in the environment.
2. Output raster
The output raster.
The cell values are the result of a Bitwise Not operation on the input.
Comments
Post a Comment