com.esri.arcgis.spatialanalyst
Class ILocalOpProxy

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

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

Description: 'Provides access to members that control the local statistical analysis 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 ILocalOpProxy
extends com.esri.arcgis.interop.Dispatch
implements ILocalOp, 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.ILocalOp
IID, IID640e4db5_f223_11d3_a07f_00c04f68e699
 
Constructor Summary
  ILocalOpProxy()
          Deprecated. For internal use only
  ILocalOpProxy(java.lang.Object obj)
          Deprecated.  
protected ILocalOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ILocalOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ILocalOpProxy(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 combine(IGeoDataset localData)
          Deprecated. Combines the Local GeoDatasets.
 IGeoDataset equalTo(IGeoDataset valueData, IGeoDataset localData)
          Deprecated. Calculates the local equal-to values between GeoDatasets.
 IGeoDataset greaterThan(IGeoDataset valueData, IGeoDataset localData)
          Deprecated. Calculates the local greater-than values between GeoDatasets.
 IGeoDataset highestPosition(IGeoDataset localData)
          Deprecated. Calculates the local highest position within GeoDatasets.
 IGeoDataset lessThan(IGeoDataset valueData, IGeoDataset localData)
          Deprecated. Calculates the local less-than values between GeoDatasets.
 IGeoDataset localStatistics(IGeoDataset localData, int type)
          Deprecated. Calculates the local statistics of the GeoDataset.
 IGeoDataset lowestPosition(IGeoDataset localData)
          Deprecated. Calculates the local lowest position within GeoDatasets.
 IGeoDataset popularity(IGeoDataset valueData, IGeoDataset localData)
          Deprecated. Calculates the local popularity between GeoDatasets.
 IGeoDataset rank(IGeoDataset valueData, IGeoDataset localData)
          Deprecated. Calculates the local rank between GeoDatasets.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

ILocalOpProxy

public ILocalOpProxy(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

ILocalOpProxy

public ILocalOpProxy()
Deprecated. 
For internal use only


ILocalOpProxy

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

ILocalOpProxy

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

ILocalOpProxy

protected ILocalOpProxy(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

localStatistics

public IGeoDataset localStatistics(IGeoDataset localData,
                                   int type)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates the local statistics of the GeoDataset.

Specified by:
localStatistics in interface ILocalOp
Parameters:
localData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (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 valueData,
                           IGeoDataset localData)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Calculates the local equal-to values between GeoDatasets.

Specified by:
equalTo in interface ILocalOp
Parameters:
valueData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
localData - 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 valueData,
                               IGeoDataset localData)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Calculates the local greater-than values between GeoDatasets.

Specified by:
greaterThan in interface ILocalOp
Parameters:
valueData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
localData - 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 valueData,
                            IGeoDataset localData)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Calculates the local less-than values between GeoDatasets.

Specified by:
lessThan in interface ILocalOp
Parameters:
valueData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
localData - 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.

popularity

public IGeoDataset popularity(IGeoDataset valueData,
                              IGeoDataset localData)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Calculates the local popularity between GeoDatasets.

Specified by:
popularity in interface ILocalOp
Parameters:
valueData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
localData - 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.

rank

public IGeoDataset rank(IGeoDataset valueData,
                        IGeoDataset localData)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Calculates the local rank between GeoDatasets.

Specified by:
rank in interface ILocalOp
Parameters:
valueData - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
localData - 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.

lowestPosition

public IGeoDataset lowestPosition(IGeoDataset localData)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Calculates the local lowest position within GeoDatasets.

Specified by:
lowestPosition in interface ILocalOp
Parameters:
localData - 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.

highestPosition

public IGeoDataset highestPosition(IGeoDataset localData)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates the local highest position within GeoDatasets.

Specified by:
highestPosition in interface ILocalOp
Parameters:
localData - 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.

combine

public IGeoDataset combine(IGeoDataset localData)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Combines the Local GeoDatasets.

Specified by:
combine in interface ILocalOp
Parameters:
localData - 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.