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