com.esri.arcgis.spatialanalyst
Interface IBitwiseOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IBitwiseOpProxy, RasterMathOps

public interface IBitwiseOp
extends java.io.Serializable

COM Interface 'IBitwiseOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to members that control the bitwise operations.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1ae2e8b3_ec8c_11d3_9f63_00c04f8ed1d7
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID1ae2e8b3_ec8c_11d3_9f63_00c04f8ed1d7

static final int IID1ae2e8b3_ec8c_11d3_9f63_00c04f8ed1d7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

and

IGeoDataset and(IGeoDataset geoDataset1,
                IGeoDataset geoDataset2)
                throws java.io.IOException,
                       AutomationException
Performs a bitwise 'and' operation on the binary value of two input GeoDatasets.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

not

IGeoDataset not(IGeoDataset geoDataset)
                throws java.io.IOException,
                       AutomationException
Performs a bitwise 'complement' operation on the binary value of an input GeoDataset.

Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

or

IGeoDataset or(IGeoDataset geoDataset1,
               IGeoDataset geoDataset2)
               throws java.io.IOException,
                      AutomationException
Performs a bitwise 'or' operation on the binary value of two input GeoDatasets.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

xOr

IGeoDataset xOr(IGeoDataset geoDataset1,
                IGeoDataset geoDataset2)
                throws java.io.IOException,
                       AutomationException
Performs a bitwise 'exclusive or' operation on the binary value of two input GeoDatasets.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rightShift

IGeoDataset rightShift(IGeoDataset geoDataset1,
                       IGeoDataset geoDataset2)
                       throws java.io.IOException,
                              AutomationException
Performs a bitwise 'right shift' operation on the binary value of two input GeoDatasets.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

leftShift

IGeoDataset leftShift(IGeoDataset geoDataset1,
                      IGeoDataset geoDataset2)
                      throws java.io.IOException,
                             AutomationException
Performs a bitwise 'left shift' operation on the binary value of two input GeoDatasets.

Parameters:
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IGeoDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.