com.esri.arcgis.system
Interface IStatisticsResults

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BaseStatistics, BasicTableHistogram, DataHistogram, IStatisticsResultsProxy, ServerStatisticsResults, TableHistogram, TinHistogram

public interface IStatisticsResults
extends java.io.Serializable

COM Interface 'IStatisticsResults'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members used for reporting 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 IIDb9c4358a_78b8_11d2_ae60_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The count of the values.
 double getMaximum()
          The maximum value.
 double getMean()
          The arithmetic mean.
 double getMinimum()
          The minimum value.
 double getStandardDeviation()
          The standard deviation, based on sample flag.
 double getSum()
          The sum of the values.
 

Field Detail

IIDb9c4358a_78b8_11d2_ae60_080009ec732a

static final int IIDb9c4358a_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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The count of the values.

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

getMinimum

double getMinimum()
                  throws java.io.IOException,
                         AutomationException
The minimum value.

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

getMaximum

double getMaximum()
                  throws java.io.IOException,
                         AutomationException
The maximum value.

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

getSum

double getSum()
              throws java.io.IOException,
                     AutomationException
The sum of the values.

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

getMean

double getMean()
               throws java.io.IOException,
                      AutomationException
The arithmetic mean.

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

getStandardDeviation

double getStandardDeviation()
                            throws java.io.IOException,
                                   AutomationException
The standard deviation, based on sample flag.

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