public interface IStatsHistogram4 extends IStatsHistogram3, java.io.Serializable
Description: 'Provides access to accumulating member variables. Allows for block-wise outside updating.' 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 |
IID620b3f79_6b77_4273_8825_cf2b029431eb |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDdbe269bf_6bde_43f2_9bfb_d90551d7efe3
IID0a69bfa0_d411_468d_be27_3042e80a9cc0
IID2b9062e8_df44_4012_a0e4_cf0efaa21693
Modifier and Type | Method and Description |
---|---|
void |
getCovarAccu(int iBand,
double[] numValidPixel,
double[] covarXY,
double[] meanX,
double[] meanY)
Get the accumulating or running variables used for covar computation.
|
void |
putCovarAccu(int iBand,
double numValidPixel,
double covarXY,
double meanX,
double meanY)
Put the accumulating or running variables used for covar computation.
|
accumulateCovariance, getCovariances, getRasterHistogram, getRasterStatistics, initCovariances, putHistogramInfo, queryHistogramInfo, setCovariances, updateCovariances
getPixelCount
accumulate, empty, getHistogram, getMax, getMean, getMin, getStdDev, hasHistogram, hasStats, putHistogramMinmax, putStats, queryHistogramMinmax, queryStats, setHistogram, setMax, setMean, setMin, setStdDev, update
static final int IID620b3f79_6b77_4273_8825_cf2b029431eb
static final int xxDummy
static final java.lang.String IID
void getCovarAccu(int iBand, double[] numValidPixel, double[] covarXY, double[] meanX, double[] meanY) throws java.io.IOException, AutomationException
iBand
- The iBand (in)numValidPixel
- The numValidPixel (out: use single element array)covarXY
- The covarXY (out: use single element array)meanX
- The meanX (out: use single element array)meanY
- The meanY (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putCovarAccu(int iBand, double numValidPixel, double covarXY, double meanX, double meanY) throws java.io.IOException, AutomationException
iBand
- The iBand (in)numValidPixel
- The numValidPixel (in)covarXY
- The covarXY (in)meanX
- The meanX (in)meanY
- The meanY (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.