com.esri.arcgis.spatialanalyst
Class IZonalOpProxy

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

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

Description: 'Provides access to members that control the zonal 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 IZonalOpProxy
extends com.esri.arcgis.interop.Dispatch
implements IZonalOp, 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.IZonalOp
IID, IID4606f16e_b47d_11d2_9f3b_00c04f8ed1d7
 
Constructor Summary
  IZonalOpProxy()
          Deprecated. For internal use only
  IZonalOpProxy(java.lang.Object obj)
          Deprecated.  
protected IZonalOpProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IZonalOpProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IZonalOpProxy(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.  
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 ITable tabulateArea(IGeoDataset zoneDataset, IGeoDataset classDataset)
          Deprecated. Calculates cross tabulated areas between two datasets.
 IGeoDataset zonalFill(IGeoDataset zoneDataset, IGeoDataset weightDataset)
          Deprecated. Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary.
 IGeoDataset zonalGeometry(IGeoDataset zoneDataset, int type)
          Deprecated. Calculates for each zone of the input zone Dataset the specified geometry measure.
 ITable zonalGeometryAsTable(IGeoDataset geoDataset)
          Deprecated. Calculates all geometry characteristics for each zone in a table.
 IGeoDataset zonalStatistics(IGeoDataset zone, IGeoDataset value, int type, boolean ignoreNoData)
          Deprecated. Calculates in each output cell the statistic of the values of all cells in the value raster that belongs to the same zone.
 ITable zonalStatisticsAsTable(IGeoDataset zone, IGeoDataset value, boolean ignoreNoData)
          Deprecated. Calculates all statistics for each zone in a table.
 
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

IZonalOpProxy

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

IZonalOpProxy

public IZonalOpProxy()
Deprecated. 
For internal use only


IZonalOpProxy

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

IZonalOpProxy

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

IZonalOpProxy

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

zonalStatistics

public IGeoDataset zonalStatistics(IGeoDataset zone,
                                   IGeoDataset value,
                                   int type,
                                   boolean ignoreNoData)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates in each output cell the statistic of the values of all cells in the value raster that belongs to the same zone.

Specified by:
zonalStatistics in interface IZonalOp
Parameters:
zone - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
value - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum 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.

zonalStatisticsAsTable

public ITable zonalStatisticsAsTable(IGeoDataset zone,
                                     IGeoDataset value,
                                     boolean ignoreNoData)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Calculates all statistics for each zone in a table.

Specified by:
zonalStatisticsAsTable in interface IZonalOp
Parameters:
zone - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
value - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
ignoreNoData - The ignoreNoData (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zonalGeometry

public IGeoDataset zonalGeometry(IGeoDataset zoneDataset,
                                 int type)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Calculates for each zone of the input zone Dataset the specified geometry measure.

Specified by:
zonalGeometry in interface IZonalOp
Parameters:
zoneDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
type - A com.esri.arcgis.spatialanalyst.esriGeoAnalysisZonalGeometryEnum 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.

zonalGeometryAsTable

public ITable zonalGeometryAsTable(IGeoDataset geoDataset)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Calculates all geometry characteristics for each zone in a table.

Specified by:
zonalGeometryAsTable in interface IZonalOp
Parameters:
geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

zonalFill

public IGeoDataset zonalFill(IGeoDataset zoneDataset,
                             IGeoDataset weightDataset)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Fills zones using the minimum cell value from the 'weightRaster', along the zone boundary.

Specified by:
zonalFill in interface IZonalOp
Parameters:
zoneDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
weightDataset - 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.

tabulateArea

public ITable tabulateArea(IGeoDataset zoneDataset,
                           IGeoDataset classDataset)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Calculates cross tabulated areas between two datasets.

Specified by:
tabulateArea in interface IZonalOp
Parameters:
zoneDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
classDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.