com.esri.arcgis.datasourcesraster
Class IStatsHistogram3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IStatsHistogramProxy
          extended by com.esri.arcgis.datasourcesraster.IStatsHistogram2Proxy
              extended by com.esri.arcgis.datasourcesraster.IStatsHistogram3Proxy
All Implemented Interfaces:
IStatsHistogram, IStatsHistogram2, IStatsHistogram3, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IStatsHistogram3'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that controls stats and histogram.' 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 IStatsHistogram3Proxy
extends IStatsHistogram2Proxy
implements IStatsHistogram3, 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.datasourcesraster.IStatsHistogram3
IID, IIDdbe269bf_6bde_43f2_9bfb_d90551d7efe3
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IStatsHistogram2
IID0a69bfa0_d411_468d_be27_3042e80a9cc0
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IStatsHistogram
IID2b9062e8_df44_4012_a0e4_cf0efaa21693
 
Constructor Summary
  IStatsHistogram3Proxy()
          Deprecated. For internal use only
  IStatsHistogram3Proxy(java.lang.Object obj)
          Deprecated.  
protected IStatsHistogram3Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IStatsHistogram3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IStatsHistogram3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void accumulateCovariance(int iBand, double numValidPixel, double xy, double x, double y)
          Deprecated. Accumulates covariance array, numValidPixel.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.Object getCovariances()
          Deprecated. Array of doubles, the covariances with the n bands of the raster.
 IRasterHistogram getRasterHistogram()
          Deprecated. The raster histogram.
 IRasterStatistics getRasterStatistics()
          Deprecated. The raster statistics.
 void initCovariances(int nBands)
          Deprecated. Resizes covariance array to nBands, init all elements to 0.
 void putHistogramInfo(int size, double resolution, double min, double max)
          Deprecated. Sets histogram size, min and max range.
 void queryHistogramInfo(int[] size, double[] resolution, double[] min, double[] max)
          Deprecated. Gets histogram size, min and max range.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setCovariances(java.lang.Object pVal)
          Deprecated. Array of doubles, the covariances with the n bands of the raster.
 void updateCovariances()
          Deprecated. Final update after accumulate is finished.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IStatsHistogram2Proxy
getPixelCount
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IStatsHistogramProxy
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update
 
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.IStatsHistogram2
getPixelCount
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IStatsHistogram
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IStatsHistogram3Proxy

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

IStatsHistogram3Proxy

public IStatsHistogram3Proxy()
Deprecated. 
For internal use only


IStatsHistogram3Proxy

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

IStatsHistogram3Proxy

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

IStatsHistogram3Proxy

protected IStatsHistogram3Proxy(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 IStatsHistogram2Proxy
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 IStatsHistogram2Proxy
Throws:
java.io.IOException

putHistogramInfo

public void putHistogramInfo(int size,
                             double resolution,
                             double min,
                             double max)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Sets histogram size, min and max range.

Specified by:
putHistogramInfo in interface IStatsHistogram3
Parameters:
size - The size (in)
resolution - The resolution (in)
min - The min (in)
max - The max (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryHistogramInfo

public void queryHistogramInfo(int[] size,
                               double[] resolution,
                               double[] min,
                               double[] max)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Gets histogram size, min and max range.

Specified by:
queryHistogramInfo in interface IStatsHistogram3
Parameters:
size - The size (out: use single element array)
resolution - The resolution (out: use single element array)
min - The min (out: use single element array)
max - The max (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterStatistics

public IRasterStatistics getRasterStatistics()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The raster statistics.

Specified by:
getRasterStatistics in interface IStatsHistogram3
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterHistogram

public IRasterHistogram getRasterHistogram()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The raster histogram.

Specified by:
getRasterHistogram in interface IStatsHistogram3
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterHistogram
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initCovariances

public void initCovariances(int nBands)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Resizes covariance array to nBands, init all elements to 0.

Specified by:
initCovariances in interface IStatsHistogram3
Parameters:
nBands - The nBands (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

accumulateCovariance

public void accumulateCovariance(int iBand,
                                 double numValidPixel,
                                 double xy,
                                 double x,
                                 double y)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Accumulates covariance array, numValidPixel.

Specified by:
accumulateCovariance in interface IStatsHistogram3
Parameters:
iBand - The iBand (in)
numValidPixel - The numValidPixel (in)
xy - The xy (in)
x - The x (in)
y - The y (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateCovariances

public void updateCovariances()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Final update after accumulate is finished.

Specified by:
updateCovariances in interface IStatsHistogram3
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCovariances

public java.lang.Object getCovariances()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Array of doubles, the covariances with the n bands of the raster.

Specified by:
getCovariances in interface IStatsHistogram3
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCovariances

public void setCovariances(java.lang.Object pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Array of doubles, the covariances with the n bands of the raster.

Specified by:
setCovariances in interface IStatsHistogram3
Parameters:
pVal - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.