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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDdbe269bf_6bde_43f2_9bfb_d90551d7efe3
IID0a69bfa0_d411_468d_be27_3042e80a9cc0
IID2b9062e8_df44_4012_a0e4_cf0efaa21693
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 minh,
double maxh)
Deprecated.
Sets histogram size, resolution, and min/max range.
|
void |
queryHistogramInfo(int[] size,
double[] resolution,
double[] minh,
double[] maxh)
Deprecated.
Gets histogram size, resolutiom, and min/max range.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
getPixelCount
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPixelCount
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update
public static final java.lang.Class targetClass
public boolean noncastable
public IStatsHistogram3Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IStatsHistogram3Proxy()
public IStatsHistogram3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IStatsHistogram3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IStatsHistogram3Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class IStatsHistogram2Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class IStatsHistogram2Proxy
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void putHistogramInfo(int size, double resolution, double minh, double maxh) throws java.io.IOException, AutomationException
putHistogramInfo
in interface IStatsHistogram3
size
- The size (in)resolution
- The resolution (in)minh
- The minh (in)maxh
- The maxh (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void queryHistogramInfo(int[] size, double[] resolution, double[] minh, double[] maxh) throws java.io.IOException, AutomationException
queryHistogramInfo
in interface IStatsHistogram3
size
- The size (out: use single element array)resolution
- The resolution (out: use single element array)minh
- The minh (out: use single element array)maxh
- The maxh (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterStatistics getRasterStatistics() throws java.io.IOException, AutomationException
getRasterStatistics
in interface IStatsHistogram3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterHistogram getRasterHistogram() throws java.io.IOException, AutomationException
getRasterHistogram
in interface IStatsHistogram3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void initCovariances(int nBands) throws java.io.IOException, AutomationException
initCovariances
in interface IStatsHistogram3
nBands
- The nBands (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void accumulateCovariance(int iBand, double numValidPixel, double xy, double x, double y) throws java.io.IOException, AutomationException
accumulateCovariance
in interface IStatsHistogram3
iBand
- The iBand (in)numValidPixel
- The numValidPixel (in)xy
- The xy (in)x
- The x (in)y
- The y (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateCovariances() throws java.io.IOException, AutomationException
updateCovariances
in interface IStatsHistogram3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCovariances() throws java.io.IOException, AutomationException
getCovariances
in interface IStatsHistogram3
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCovariances(java.lang.Object pVal) throws java.io.IOException, AutomationException
setCovariances
in interface IStatsHistogram3
pVal
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.