com.esri.arcgis.geodatabaseextensions
Interface ISimpleStatistics

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISimpleStatisticsProxy, LasAttributeStatistics

public interface ISimpleStatistics
extends java.io.Serializable

COM Interface 'ISimpleStatistics'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

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 =


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

Field Detail

IIDcf4000ec_9418_4da3_9c2d_931ace25889c

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

getDataType

java.lang.Object getDataType()
                             throws java.io.IOException,
                                    AutomationException
Returns data type (defined by VARIANT::vt)

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

getCount

double getCount()
                throws java.io.IOException,
                       AutomationException
The number of elements.

Returns:
The pCount
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 pMinimum
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 pMaximum
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 mean value.

Returns:
The pMean
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.

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