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 IStatsHistogramProxy extends com.esri.arcgis.interop.Dispatch implements IStatsHistogram, 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, objRefIID, IID2b9062e8_df44_4012_a0e4_cf0efaa21693| Modifier | Constructor and Description |
|---|---|
|
IStatsHistogramProxy()
Deprecated.
For internal use only
|
|
IStatsHistogramProxy(java.lang.Object obj)
Deprecated.
|
protected |
IStatsHistogramProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IStatsHistogramProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IStatsHistogramProxy(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 |
accumulate(double value,
int count)
Deprecated.
Accumulates a value and its count.
|
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.
|
void |
empty()
Deprecated.
Empties this RasterStatsHistogram and marks it invalid.
|
java.lang.Object |
getHistogram()
Deprecated.
The histogram values of the statistics.
|
double |
getMax()
Deprecated.
The maximum value of the historgram.
|
double |
getMean()
Deprecated.
The mean value of the historgram.
|
double |
getMin()
Deprecated.
The minimum value of the historgram.
|
double |
getStdDev()
Deprecated.
The standard deviation value of the historgram.
|
boolean |
hasHistogram()
Deprecated.
Checks if this StatsHistogram has histogram.
|
boolean |
hasStats()
Deprecated.
Checks if this StatsHistogram has stats.
|
void |
putHistogramMinmax(double min,
double max)
Deprecated.
Sets histogram min and max range.
|
void |
putStats(double min,
double max,
double mean,
double stdDev)
Deprecated.
Computes stats and histogram from a given Raster.
|
void |
queryHistogramMinmax(double[] min,
double[] max)
Deprecated.
Gets histogram min and max range.
|
void |
queryStats(double[] min,
double[] max,
double[] mean,
double[] stdDev)
Deprecated.
Computes stats and histogram from a given Raster.
|
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 |
setHistogram(java.lang.Object histogram)
Deprecated.
The histogram values of the statistics.
|
void |
setMax(double max)
Deprecated.
The maximum value of the historgram.
|
void |
setMean(double mean)
Deprecated.
The mean value of the historgram.
|
void |
setMin(double min)
Deprecated.
The minimum value of the historgram.
|
void |
setStdDev(double stdDev)
Deprecated.
The standard deviation value of the historgram.
|
void |
update()
Deprecated.
Updates the histogram after accumulation.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IStatsHistogramProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IStatsHistogramProxy()
public IStatsHistogramProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IStatsHistogramProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IStatsHistogramProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - 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.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic double getMin()
throws java.io.IOException,
AutomationException
getMin in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMin(double min)
throws java.io.IOException,
AutomationException
setMin in interface IStatsHistogrammin - The min (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMax()
throws java.io.IOException,
AutomationException
getMax in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMax(double max)
throws java.io.IOException,
AutomationException
setMax in interface IStatsHistogrammax - The max (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMean()
throws java.io.IOException,
AutomationException
getMean in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMean(double mean)
throws java.io.IOException,
AutomationException
setMean in interface IStatsHistogrammean - The mean (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getStdDev()
throws java.io.IOException,
AutomationException
getStdDev in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStdDev(double stdDev)
throws java.io.IOException,
AutomationException
setStdDev in interface IStatsHistogramstdDev - The stdDev (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putHistogramMinmax(double min,
double max)
throws java.io.IOException,
AutomationException
putHistogramMinmax in interface IStatsHistogrammin - The min (in)max - The max (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryHistogramMinmax(double[] min,
double[] max)
throws java.io.IOException,
AutomationException
queryHistogramMinmax in interface IStatsHistogrammin - The min (out: use single element array)max - The max (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getHistogram()
throws java.io.IOException,
AutomationException
getHistogram in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setHistogram(java.lang.Object histogram)
throws java.io.IOException,
AutomationException
setHistogram in interface IStatsHistogramhistogram - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void putStats(double min,
double max,
double mean,
double stdDev)
throws java.io.IOException,
AutomationException
putStats in interface IStatsHistogrammin - The min (in)max - The max (in)mean - The mean (in)stdDev - The stdDev (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void queryStats(double[] min,
double[] max,
double[] mean,
double[] stdDev)
throws java.io.IOException,
AutomationException
queryStats in interface IStatsHistogrammin - The min (out: use single element array)max - The max (out: use single element array)mean - The mean (out: use single element array)stdDev - The stdDev (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void empty()
throws java.io.IOException,
AutomationException
empty in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean hasStats()
throws java.io.IOException,
AutomationException
hasStats in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean hasHistogram()
throws java.io.IOException,
AutomationException
hasHistogram in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void accumulate(double value,
int count)
throws java.io.IOException,
AutomationException
accumulate in interface IStatsHistogramvalue - The value (in)count - The count (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void update()
throws java.io.IOException,
AutomationException
update in interface IStatsHistogramjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.