public interface ISimpleStatistics
extends java.io.Serializable
Description: 'Provides access to 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 |
IIDcf4000ec_9418_4da3_9c2d_931ace25889c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getCount()
The number of elements.
|
java.lang.Object |
getDataType()
Returns data type (defined by VARIANT::vt)
|
double |
getMaximum()
The maximum value.
|
double |
getMean()
The mean value.
|
double |
getMinimum()
The minimum value.
|
double |
getStandardDeviation()
The standard deviation.
|
static final int IIDcf4000ec_9418_4da3_9c2d_931ace25889c
static final int xxDummy
static final java.lang.String IID
java.lang.Object getDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinimum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMean() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getStandardDeviation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.