public interface IFrequencyStatistics
extends java.io.Serializable
Description: 'Provides access to members used for reporting frequency 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 |
IIDb9c4358b_78b8_11d2_ae60_080009ec732a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
computeAutoFrequencyIntervals()
Computes a suitable frequency interval count for the number of values.
|
int |
getFrequencyClassCount(int intervalIndex)
The frequency class count at a given interval index.
|
int |
getFrequencyIntervalCount()
The frequency interval count.
|
double |
getFrequencyIntervalSize()
The size (range) of each frequency interval.
|
void |
setFrequencyIntervalCount(int numIntervals)
The frequency interval count.
|
static final int IIDb9c4358b_78b8_11d2_ae60_080009ec732a
static final int xxDummy
static final java.lang.String IID
int getFrequencyIntervalCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFrequencyIntervalCount(int numIntervals) throws java.io.IOException, AutomationException
numIntervals
- The numIntervals (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void computeAutoFrequencyIntervals() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getFrequencyIntervalSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFrequencyClassCount(int intervalIndex) throws java.io.IOException, AutomationException
intervalIndex
- The intervalIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.