com.esri.arcgis.spatialanalyst
Class ILogicalOpProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.spatialanalyst.ILogicalOpProxy
All Implemented Interfaces:
ILogicalOp, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ILogicalOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'

Description: 'Provides access to members that control the logical 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 =

public class ILogicalOpProxy
extends com.esri.arcgis.interop.Dispatch
implements ILogicalOp, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.spatialanalyst.ILogicalOp
IID, IID1ae2e8b4_ec8c_11d3_9f63_00c04f8ed1d7
 
Constructor Summary
  ILogicalOpProxy()
          Deprecated. For internal use only
  ILogicalOpProxy(java.lang.Object obj)
          Deprecated.  
protected ILogicalOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILogicalOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILogicalOpProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IGeoDataset booleanAnd(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Performs a boolean 'and' operation on two input rasters.
 IGeoDataset booleanNot(IGeoDataset geoDataset)
          Deprecated. Perorms a boolean 'complement' operation on two input rasters.
 IGeoDataset booleanOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Performs a boolean 'or' operation on two input rasters.
 IGeoDataset booleanXOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Performs a boolean 'exclusive or' operation on two input rasters.
 IGeoDataset combinatorialAnd(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Performs a combinatorial 'and' operation on two input rasters.
 IGeoDataset combinatorialOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Performs a combinatorial 'or' operation on two input rasters.
 IGeoDataset combinatorialXOr(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Performs a combinatorial 'exclusive or' operation on two input rasters.
 IGeoDataset equalTo(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Returns 1 for cells where the first raster equals than the second raster.
 IGeoDataset greaterThan(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Returns 1 for cells where the first raster is greater than the second raster.
 IGeoDataset greaterThanEqual(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Returns 1 for cells where the first raster is greater than or equal to the second raster.
 IGeoDataset isNull(IGeoDataset geoDataset)
          Deprecated. On a cell by cell basis, returns 1 if the input value is NoData, and 0 if it is not.
 IGeoDataset lessThan(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Returns 1 for cells where the first raster is less than the second raster.
 IGeoDataset lessThanEqual(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Returns 1 for cells where the first raster less than or equal to the second raster.
 IGeoDataset notEqual(IGeoDataset geoDataset1, IGeoDataset geoDataset2)
          Deprecated. Returns 1 for cells where the first raster is not equal to the second raster.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IGeoDataset test(IRasterDescriptor geoDataset)
          Deprecated. Sets the output to 1 or 0 on a cell-by-cell basis based on evaluation of a boolean logical expression.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ILogicalOpProxy

public ILogicalOpProxy(java.lang.String CLSID,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.net.UnknownHostException,
                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ILogicalOpProxy

public ILogicalOpProxy()
Deprecated. 
For internal use only


ILogicalOpProxy

public ILogicalOpProxy(java.lang.Object obj)
                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILogicalOpProxy

protected ILogicalOpProxy(java.lang.Object obj,
                          java.lang.String iid)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ILogicalOpProxy

protected ILogicalOpProxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

booleanAnd

public IGeoDataset booleanAnd(IGeoDataset geoDataset1,
                              IGeoDataset geoDataset2)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Performs a boolean 'and' operation on two input rasters.

Specified by:
booleanAnd in interface ILogicalOp
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.

booleanNot

public IGeoDataset booleanNot(IGeoDataset geoDataset)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Perorms a boolean 'complement' operation on two input rasters.

Specified by:
booleanNot in interface ILogicalOp
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.

booleanOr

public IGeoDataset booleanOr(IGeoDataset geoDataset1,
                             IGeoDataset geoDataset2)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Performs a boolean 'or' operation on two input rasters.

Specified by:
booleanOr in interface ILogicalOp
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.

booleanXOr

public IGeoDataset booleanXOr(IGeoDataset geoDataset1,
                              IGeoDataset geoDataset2)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Performs a boolean 'exclusive or' operation on two input rasters.

Specified by:
booleanXOr in interface ILogicalOp
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.

combinatorialAnd

public IGeoDataset combinatorialAnd(IGeoDataset geoDataset1,
                                    IGeoDataset geoDataset2)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Performs a combinatorial 'and' operation on two input rasters.

Specified by:
combinatorialAnd in interface ILogicalOp
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.

combinatorialOr

public IGeoDataset combinatorialOr(IGeoDataset geoDataset1,
                                   IGeoDataset geoDataset2)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Performs a combinatorial 'or' operation on two input rasters.

Specified by:
combinatorialOr in interface ILogicalOp
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.

combinatorialXOr

public IGeoDataset combinatorialXOr(IGeoDataset geoDataset1,
                                    IGeoDataset geoDataset2)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Performs a combinatorial 'exclusive or' operation on two input rasters.

Specified by:
combinatorialXOr in interface ILogicalOp
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.

greaterThan

public IGeoDataset greaterThan(IGeoDataset geoDataset1,
                               IGeoDataset geoDataset2)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Returns 1 for cells where the first raster is greater than the second raster.

Specified by:
greaterThan in interface ILogicalOp
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.

greaterThanEqual

public IGeoDataset greaterThanEqual(IGeoDataset geoDataset1,
                                    IGeoDataset geoDataset2)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Returns 1 for cells where the first raster is greater than or equal to the second raster.

Specified by:
greaterThanEqual in interface ILogicalOp
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.

lessThan

public IGeoDataset lessThan(IGeoDataset geoDataset1,
                            IGeoDataset geoDataset2)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns 1 for cells where the first raster is less than the second raster.

Specified by:
lessThan in interface ILogicalOp
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.

lessThanEqual

public IGeoDataset lessThanEqual(IGeoDataset geoDataset1,
                                 IGeoDataset geoDataset2)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Returns 1 for cells where the first raster less than or equal to the second raster.

Specified by:
lessThanEqual in interface ILogicalOp
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.

equalTo

public IGeoDataset equalTo(IGeoDataset geoDataset1,
                           IGeoDataset geoDataset2)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns 1 for cells where the first raster equals than the second raster.

Specified by:
equalTo in interface ILogicalOp
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.

notEqual

public IGeoDataset notEqual(IGeoDataset geoDataset1,
                            IGeoDataset geoDataset2)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Returns 1 for cells where the first raster is not equal to the second raster.

Specified by:
notEqual in interface ILogicalOp
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.

test

public IGeoDataset test(IRasterDescriptor geoDataset)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the output to 1 or 0 on a cell-by-cell basis based on evaluation of a boolean logical expression.

Specified by:
test in interface ILogicalOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geoanalyst.IRasterDescriptor (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.

isNull

public IGeoDataset isNull(IGeoDataset geoDataset)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
On a cell by cell basis, returns 1 if the input value is NoData, and 0 if it is not.

Specified by:
isNull in interface ILogicalOp
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.