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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IStatsHistogramProxy()
public IStatsHistogramProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IStatsHistogramProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.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 com.esri.arcgis.interop.Dispatch
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 com.esri.arcgis.interop.Dispatch
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 double getMin() throws java.io.IOException, AutomationException
getMin
in interface IStatsHistogram
java.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 IStatsHistogram
min
- 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 IStatsHistogram
java.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 IStatsHistogram
max
- 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 IStatsHistogram
java.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 IStatsHistogram
mean
- 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 IStatsHistogram
java.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 IStatsHistogram
stdDev
- 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 IStatsHistogram
min
- 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 IStatsHistogram
min
- 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 IStatsHistogram
java.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 IStatsHistogram
histogram
- 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 IStatsHistogram
min
- 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 IStatsHistogram
min
- 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 IStatsHistogram
java.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 IStatsHistogram
java.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 IStatsHistogram
java.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 IStatsHistogram
value
- 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 IStatsHistogram
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.