com.esri.arcgis.carto
Interface IStatisticsRequest

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IStatisticsRequestProxy, StatisticsRequest

public interface IStatisticsRequest
extends java.io.Serializable

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

Description: 'Provides access to properties describing a request for statistics from a Map 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 IIDe43d2f45_4a4c_4f90_babf_f5084386b48a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getGroupByFields()
          Comma-separated list of GROUP BY fields.
 java.lang.String getOrderByFields()
          Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).
 IStatisticDescriptions getStatisticDescriptions()
          The array of descriptions for individual statistics.
 void setGroupByFields(java.lang.String groupByFields)
          Comma-separated list of GROUP BY fields.
 void setOrderByFields(java.lang.String orderByFields)
          Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).
 void setStatisticDescriptionsByRef(IStatisticDescriptions ppStats)
          The array of descriptions for individual statistics.
 

Field Detail

IIDe43d2f45_4a4c_4f90_babf_f5084386b48a

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

getStatisticDescriptions

IStatisticDescriptions getStatisticDescriptions()
                                                throws java.io.IOException,
                                                       AutomationException
The array of descriptions for individual statistics.

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

setStatisticDescriptionsByRef

void setStatisticDescriptionsByRef(IStatisticDescriptions ppStats)
                                   throws java.io.IOException,
                                          AutomationException
The array of descriptions for individual statistics.

Parameters:
ppStats - A reference to a com.esri.arcgis.carto.IStatisticDescriptions (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByFields

java.lang.String getOrderByFields()
                                  throws java.io.IOException,
                                         AutomationException
Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).

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

setOrderByFields

void setOrderByFields(java.lang.String orderByFields)
                      throws java.io.IOException,
                             AutomationException
Comma-separated list of ORDER BY fields (with ASC or DESC specifiers).

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

getGroupByFields

java.lang.String getGroupByFields()
                                  throws java.io.IOException,
                                         AutomationException
Comma-separated list of GROUP BY fields.

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

setGroupByFields

void setGroupByFields(java.lang.String groupByFields)
                      throws java.io.IOException,
                             AutomationException
Comma-separated list of GROUP BY fields.

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