This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the bitwise operations.
Name | 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. |
Classes | Description |
---|---|
RasterMathOps | A mechanism for performing mathematical operations on rasters. |