com.esri.arcgis.datasourcesraster
Class IRasterBandEdit2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IRasterBandEditProxy
          extended by com.esri.arcgis.datasourcesraster.IRasterBandEdit2Proxy
All Implemented Interfaces:
IRasterBandEdit, IRasterBandEdit2, Externalizable, Serializable

public class IRasterBandEdit2Proxy
extends IRasterBandEditProxy
implements IRasterBandEdit2, Serializable

Provides access to members that control a raster band.

Description

The IRasterBandEdit2 interface allows you to calculate the statistics using a skip factor and ignore values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IRasterBandEdit2Proxy()
           
  IRasterBandEdit2Proxy(Object obj)
           
protected IRasterBandEdit2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void computeStatisticsHistogram(int skipx, int skipy, Object ignoreValues, boolean requireHistogram)
          Calculates statistics and histogram for a given skip factor.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IRasterBandEditProxy
alterHistogram, alterStatistics, computeStatsHistogram
 
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
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBandEdit
alterHistogram, alterStatistics, computeStatsHistogram
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IRasterBandEdit2Proxy

public IRasterBandEdit2Proxy()

IRasterBandEdit2Proxy

public IRasterBandEdit2Proxy(Object obj)
                      throws IOException
Throws:
IOException

IRasterBandEdit2Proxy

protected IRasterBandEdit2Proxy(Object obj,
                                String iid)
                         throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IRasterBandEditProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IRasterBandEditProxy
Throws:
IOException

computeStatisticsHistogram

public void computeStatisticsHistogram(int skipx,
                                       int skipy,
                                       Object ignoreValues,
                                       boolean requireHistogram)
                                throws IOException,
                                       AutomationException
Calculates statistics and histogram for a given skip factor.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
computeStatisticsHistogram in interface IRasterBandEdit2
Parameters:
skipx - The skipx (in)
skipy - The skipy (in)
ignoreValues - A Variant (in)
requireHistogram - The requireHistogram (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.