|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStatisticsRequest
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 |
|---|
static final int IIDe43d2f45_4a4c_4f90_babf_f5084386b48a
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IStatisticDescriptions getStatisticDescriptions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStatisticDescriptionsByRef(IStatisticDescriptions ppStats)
throws java.io.IOException,
AutomationException
ppStats - A reference to a com.esri.arcgis.carto.IStatisticDescriptions (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getOrderByFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrderByFields(java.lang.String orderByFields)
throws java.io.IOException,
AutomationException
orderByFields - The orderByFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getGroupByFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGroupByFields(java.lang.String groupByFields)
throws java.io.IOException,
AutomationException
groupByFields - The groupByFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||