com.esri.arcgis.carto
Interface IStatisticDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStatisticDescriptionProxy, StatisticDescription

public interface IStatisticDescription
extends java.io.Serializable

COM Interface 'IStatisticDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to properties describing a statistic to be requested from the server.' 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 IID126232df_c5fa_486b_8424_7efd1262b2b1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getResultFieldName()
          Optional name of field containing result.
 java.lang.String getStatisticFieldName()
          Name of field for which statistic should be calculated.
 int getStatisticType()
          Type of statistic.
 void setResultFieldName(java.lang.String resultFieldName)
          Optional name of field containing result.
 void setStatisticFieldName(java.lang.String statFieldName)
          Name of field for which statistic should be calculated.
 void setStatisticType(int statType)
          Type of statistic.
 

Field Detail

IID126232df_c5fa_486b_8424_7efd1262b2b1

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

getStatisticFieldName

java.lang.String getStatisticFieldName()
                                       throws java.io.IOException,
                                              AutomationException
Name of field for which statistic should be calculated.

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

setStatisticFieldName

void setStatisticFieldName(java.lang.String statFieldName)
                           throws java.io.IOException,
                                  AutomationException
Name of field for which statistic should be calculated.

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

getStatisticType

int getStatisticType()
                     throws java.io.IOException,
                            AutomationException
Type of statistic.

Returns:
A com.esri.arcgis.carto.esriDataStatType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStatisticType

void setStatisticType(int statType)
                      throws java.io.IOException,
                             AutomationException
Type of statistic.

Parameters:
statType - A com.esri.arcgis.carto.esriDataStatType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResultFieldName

java.lang.String getResultFieldName()
                                    throws java.io.IOException,
                                           AutomationException
Optional name of field containing result.

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

setResultFieldName

void setResultFieldName(java.lang.String resultFieldName)
                        throws java.io.IOException,
                               AutomationException
Optional name of field containing result.

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