|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBitwiseOp
Provides access to members that control the bitwise operations.
| Method Summary | |
|---|---|
IGeoDataset |
and(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'and' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
leftShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'left shift' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
not(IGeoDataset geoDataset)
Performs a bitwise 'complement' operation on the binary value of an input GeoDataset. |
IGeoDataset |
or(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'or' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
rightShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'right shift' operation on the binary value of two input GeoDatasets. |
IGeoDataset |
xOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
Performs a bitwise 'exclusive or' operation on the binary value of two input GeoDatasets. |
| Method Detail |
|---|
IGeoDataset and(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws IOException,
AutomationException
|
variable |
an output reference to a Raster object |
| geoDataset1 | the first input integer or floating-point Raster, RasterDataset, RasterBand, or RasterDescriptor |
| geoDataset2 | the second input integer or floating-point Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset not(IGeoDataset geoDataset)
throws IOException,
AutomationException
| geoDataset | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset or(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws IOException,
AutomationException
| geoDataset1 | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
| geoDataset2 | an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset xOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws IOException,
AutomationException
| geoDataset1 | the first input integer or floating-point Raster, RasterDataset, RasterBand, or RasterDescriptor |
| geoDataset2 | the second input integer or floating-point Raster, RasterDataset, RasterBand, or RasterDescriptor |
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset rightShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws IOException,
AutomationException
| geoDataset1 | the first input Raster, RasterDataset, RasterBand, or RasterDescriptor to perform the shift on |
| geoDataset2 | the second input Raster, RasterDataset, RasterBand, or RasterDescriptor defining the number of positions to shift the bits |
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset leftShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws IOException,
AutomationException
|
geoDataset1 |
the first input Raster, RasterDataset, RasterBand, or RasterDescriptor to perform the shift on |
|
geoDataset2 |
the second input Raster, RasterDataset, RasterBand, or RasterDescriptordefining the number of positions to shift the bits |
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||