|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBitwiseOp
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 |
|---|
static final int IID1ae2e8b3_ec8c_11d3_9f63_00c04f8ed1d7
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGeoDataset and(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws java.io.IOException,
AutomationException
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset not(IGeoDataset geoDataset)
throws java.io.IOException,
AutomationException
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset or(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws java.io.IOException,
AutomationException
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset xOr(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws java.io.IOException,
AutomationException
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset rightShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws java.io.IOException,
AutomationException
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset leftShift(IGeoDataset geoDataset1,
IGeoDataset geoDataset2)
throws java.io.IOException,
AutomationException
geoDataset1 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)geoDataset2 - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.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 | ||||||||