public interface IRasterStatistics2 extends IRasterStatistics, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDdc667a54_7969_4486_aa5a_f7ec40d4b707 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7e7e6103_fa34_11d1_8d22_0000f8780535
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCovariances()
Array of doubles, the covariances with the n bands of the raster.
|
void |
setCovariances(java.lang.Object pVal)
Array of doubles, the covariances with the n bands of the raster.
|
getIgnoredValues, getMaximum, getMean, getMedian, getMinimum, getMode, getSkipFactorX, getSkipFactorY, getStandardDeviation, isValid, recalculate, setIgnoredValues, setIsValid, setMaximum, setMean, setMinimum, setRasterBand, setSkipFactorX, setSkipFactorY, setStandardDeviation
static final int IIDdc667a54_7969_4486_aa5a_f7ec40d4b707
static final int xxDummy
static final java.lang.String IID
java.lang.Object getCovariances() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCovariances(java.lang.Object pVal) throws java.io.IOException, AutomationException
pVal
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.