Description: 'Provides access to members that control raster statistics.' 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 IRasterStatisticsProxy extends com.esri.arcgis.interop.Dispatch implements IRasterStatistics, 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, IID7e7e6103_fa34_11d1_8d22_0000f8780535
Modifier | Constructor and Description |
---|---|
|
IRasterStatisticsProxy()
Deprecated.
For internal use only
|
|
IRasterStatisticsProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterStatisticsProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterStatisticsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterStatisticsProxy(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 |
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 |
getIgnoredValues()
Deprecated.
Array of doubles indicating the pixel values not included in the statistics calculation.
|
double |
getMaximum()
Deprecated.
Approximate largest value.
|
double |
getMean()
Deprecated.
Approximate average value.
|
double |
getMedian()
Deprecated.
Divides pixel population approximately in halves.
|
double |
getMinimum()
Deprecated.
Approximate smallest value.
|
double |
getMode()
Deprecated.
Approximate most popular pixel value.
|
int |
getSkipFactorX()
Deprecated.
Number of horizontal pixels between samples for purposes of calculating statistics.
|
int |
getSkipFactorY()
Deprecated.
Number of vertical pixels between samples for purposes of calculating statistics.
|
double |
getStandardDeviation()
Deprecated.
Measures spread of pixel values about the mean.
|
boolean |
isValid()
Deprecated.
Indicates if statistics are fresh.
|
void |
recalculate()
Deprecated.
Recalculate statistics based upon current skip factors and ignored values.
|
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 |
setIgnoredValues(java.lang.Object pVal)
Deprecated.
Array of doubles indicating the pixel values not included in the statistics calculation.
|
void |
setIsValid(boolean pVal)
Deprecated.
Indicates if statistics are fresh.
|
void |
setMaximum(double pVal)
Deprecated.
Approximate largest value.
|
void |
setMean(double pVal)
Deprecated.
Approximate average value.
|
void |
setMinimum(double pVal)
Deprecated.
Approximate smallest value.
|
void |
setRasterBand(IRasterBand rhs1)
Deprecated.
The RasterBand.
|
void |
setSkipFactorX(int pVal)
Deprecated.
Number of horizontal pixels between samples for purposes of calculating statistics.
|
void |
setSkipFactorY(int pVal)
Deprecated.
Number of vertical pixels between samples for purposes of calculating statistics.
|
void |
setStandardDeviation(double pVal)
Deprecated.
Measures spread of pixel values about the mean.
|
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 IRasterStatisticsProxy(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 IRasterStatisticsProxy()
public IRasterStatisticsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IRasterStatisticsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IRasterStatisticsProxy(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 getMinimum() throws java.io.IOException, AutomationException
getMinimum
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMinimum(double pVal) throws java.io.IOException, AutomationException
setMinimum
in interface IRasterStatistics
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaximum() throws java.io.IOException, AutomationException
getMaximum
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaximum(double pVal) throws java.io.IOException, AutomationException
setMaximum
in interface IRasterStatistics
pVal
- The pVal (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 IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMean(double pVal) throws java.io.IOException, AutomationException
setMean
in interface IRasterStatistics
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getStandardDeviation() throws java.io.IOException, AutomationException
getStandardDeviation
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setStandardDeviation(double pVal) throws java.io.IOException, AutomationException
setStandardDeviation
in interface IRasterStatistics
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMedian() throws java.io.IOException, AutomationException
getMedian
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMode() throws java.io.IOException, AutomationException
getMode
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws java.io.IOException, AutomationException
isValid
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsValid(boolean pVal) throws java.io.IOException, AutomationException
setIsValid
in interface IRasterStatistics
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getIgnoredValues() throws java.io.IOException, AutomationException
getIgnoredValues
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIgnoredValues(java.lang.Object pVal) throws java.io.IOException, AutomationException
setIgnoredValues
in interface IRasterStatistics
pVal
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSkipFactorX() throws java.io.IOException, AutomationException
getSkipFactorX
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSkipFactorX(int pVal) throws java.io.IOException, AutomationException
setSkipFactorX
in interface IRasterStatistics
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSkipFactorY() throws java.io.IOException, AutomationException
getSkipFactorY
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSkipFactorY(int pVal) throws java.io.IOException, AutomationException
setSkipFactorY
in interface IRasterStatistics
pVal
- The pVal (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterBand(IRasterBand rhs1) throws java.io.IOException, AutomationException
setRasterBand
in interface IRasterStatistics
rhs1
- A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void recalculate() throws java.io.IOException, AutomationException
recalculate
in interface IRasterStatistics
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.