com.esri.arcgis.spatialanalyst
Class INeighborhoodOpProxy

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

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

Description: 'Provides access to members that control the neighborhood 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 INeighborhoodOpProxy
extends com.esri.arcgis.interop.Dispatch
implements INeighborhoodOp, 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.INeighborhoodOp
IID, IID4606f167_b47d_11d2_9f3b_00c04f8ed1d7
 
Constructor Summary
  INeighborhoodOpProxy()
          Deprecated. For internal use only
  INeighborhoodOpProxy(java.lang.Object obj)
          Deprecated.  
protected INeighborhoodOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  INeighborhoodOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected INeighborhoodOpProxy(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 blockStatistics(IGeoDataset geoDataset, int type, IRasterNeighborhood nbrhood, boolean ignoreNoData)
          Deprecated. Calculates statistics for a non-overlapping neighborhood.
 IGeoDataset filter(IGeoDataset geoDataset, int type, boolean ignoreNoData)
          Deprecated. Performs a preset focal filter on the input.
 IGeoDataset focalFlow(IGeoDataset geoDataset, java.lang.Object thresholdValue)
          Deprecated. Calculates the flow of the values in the surface within each cells immediate neighborhood.
 IGeoDataset focalStatistics(IGeoDataset geoDataset, int type, IRasterNeighborhood nbrhood, boolean ignoreNoData)
          Deprecated. Calculates statistics for an overlapping neighborhood.
 IGeoDataset lineStatistics(IGeoDataset lineDataset, int type, double radius)
          Deprecated. Calculates a statistic on the attributes of lines in a circular neighborhood around each output cell.
 IGeoDataset pointStatistics(IGeoDataset pointDataset, int type, IRasterNeighborhood nbrhood)
          Deprecated. Calculates a statistic on the points in a neighborhood around each output cell.
 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

INeighborhoodOpProxy

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

INeighborhoodOpProxy

public INeighborhoodOpProxy()
Deprecated. 
For internal use only


INeighborhoodOpProxy

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

INeighborhoodOpProxy

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

INeighborhoodOpProxy

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

blockStatistics

public IGeoDataset blockStatistics(IGeoDataset geoDataset,
                                   int type,
                                   IRasterNeighborhood nbrhood,
                                   boolean ignoreNoData)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates statistics for a non-overlapping neighborhood.

Specified by:
blockStatistics in interface INeighborhoodOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)
nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (in)
ignoreNoData - The ignoreNoData (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.

filter

public IGeoDataset filter(IGeoDataset geoDataset,
                          int type,
                          boolean ignoreNoData)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Performs a preset focal filter on the input.

Specified by:
filter in interface INeighborhoodOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisFilterEnum constant (in)
ignoreNoData - The ignoreNoData (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.

focalStatistics

public IGeoDataset focalStatistics(IGeoDataset geoDataset,
                                   int type,
                                   IRasterNeighborhood nbrhood,
                                   boolean ignoreNoData)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates statistics for an overlapping neighborhood.

Specified by:
focalStatistics in interface INeighborhoodOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)
nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (in)
ignoreNoData - The ignoreNoData (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.

focalFlow

public IGeoDataset focalFlow(IGeoDataset geoDataset,
                             java.lang.Object thresholdValue)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Calculates the flow of the values in the surface within each cells immediate neighborhood.

Specified by:
focalFlow in interface INeighborhoodOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
thresholdValue - A Variant (in, optional, pass null if not required)
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.

pointStatistics

public IGeoDataset pointStatistics(IGeoDataset pointDataset,
                                   int type,
                                   IRasterNeighborhood nbrhood)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates a statistic on the points in a neighborhood around each output cell.

Specified by:
pointStatistics in interface INeighborhoodOp
Parameters:
pointDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)
nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (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.

lineStatistics

public IGeoDataset lineStatistics(IGeoDataset lineDataset,
                                  int type,
                                  double radius)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Calculates a statistic on the attributes of lines in a circular neighborhood around each output cell.

Specified by:
lineStatistics in interface INeighborhoodOp
Parameters:
lineDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)
radius - The radius (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.