public interface IGenerateStatistics
extends java.io.Serializable
Description: 'Provides access to members used for generating 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 |
IIDb9c43589_78b8_11d2_ae60_080009ec732a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(double value)
Adds a data value to the collection of values used to derive the statistics.
|
void |
finalCompute()
May be called after all values have been added to establish frequeny table (the function is not required any more).
|
void |
reset(boolean simpleStats)
Clears out the currently gathered statistics.
|
void |
setSample(boolean rhs1)
Indicates if the statistics represent a sample of the data (used for calculating standard deviation).
|
void |
setSimpleStats(boolean rhs1)
Indicates if simple statistics are sufficient.
|
static final int IIDb9c43589_78b8_11d2_ae60_080009ec732a
static final int xxDummy
static final java.lang.String IID
void setSimpleStats(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSample(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset(boolean simpleStats) throws java.io.IOException, AutomationException
simpleStats
- The simpleStats (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addValue(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void finalCompute() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.