com.esri.arcgis.system
Interface IFrequencyStatistics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BaseStatistics, IFrequencyStatisticsProxy

public interface IFrequencyStatistics
extends java.io.Serializable

COM Interface 'IFrequencyStatistics'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb9c4358b_78b8_11d2_ae60_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDb9c4358b_78b8_11d2_ae60_080009ec732a

static final int IIDb9c4358b_78b8_11d2_ae60_080009ec732a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFrequencyIntervalCount

int getFrequencyIntervalCount()
                              throws java.io.IOException,
                                     AutomationException
The frequency interval count.

Returns:
The numIntervals
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFrequencyIntervalCount

void setFrequencyIntervalCount(int numIntervals)
                               throws java.io.IOException,
                                      AutomationException
The frequency interval count.

Parameters:
numIntervals - The numIntervals (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

computeAutoFrequencyIntervals

void computeAutoFrequencyIntervals()
                                   throws java.io.IOException,
                                          AutomationException
Computes a suitable frequency interval count for the number of values.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFrequencyIntervalSize

double getFrequencyIntervalSize()
                                throws java.io.IOException,
                                       AutomationException
The size (range) of each frequency interval.

Returns:
The intervalSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFrequencyClassCount

int getFrequencyClassCount(int intervalIndex)
                           throws java.io.IOException,
                                  AutomationException
The frequency class count at a given interval index.

Parameters:
intervalIndex - The intervalIndex (in)
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.