com.esri.arcgis.spatialanalyst
Interface ILogicalOperatorOp

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

public interface ILogicalOperatorOp
extends java.io.Serializable

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

Description: 'Provides access to members that control the logical operator 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 IID019e69ea_b816_4c4a_b75d_40919ba6abad
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeoDataset diff(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Determines which values from the first input are logically different from the values of the second.
 IGeoDataset inList(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Determines which values from the first input are contained in list of geodata in the second input.
 IGeoDataset over(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Returns those values from the first input that are nonzero; otherwise, returns the value from the second.
 

Field Detail

IID019e69ea_b816_4c4a_b75d_40919ba6abad

static final int IID019e69ea_b816_4c4a_b75d_40919ba6abad
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

diff

IGeoDataset diff(IGeoDataset geoDataset1,
                 IGeoDataset geoDataset2)
                 throws java.io.IOException,
                        AutomationException
Determines which values from the first input are logically different from the values of the second.

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.

over

IGeoDataset over(IGeoDataset geoDataset1,
                 IGeoDataset geoDataset2)
                 throws java.io.IOException,
                        AutomationException
Returns those values from the first input that are nonzero; otherwise, returns the value from the second.

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.

inList

IGeoDataset inList(IGeoDataset geoDataset1,
                   IGeoDataset geoDataset2)
                   throws java.io.IOException,
                          AutomationException
Determines which values from the first input are contained in list of geodata in the second input.

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.