|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatisticsRequest
Provides access to properties describing a request for statistics from a Map Server.
Method Summary | |
---|---|
String |
getGroupByFields()
Comma-separated list of GROUP BY fields. |
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(String groupByFields)
Comma-separated list of GROUP BY fields. |
void |
setOrderByFields(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. |
Method Detail |
---|
IStatisticDescriptions getStatisticDescriptions() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatisticDescriptionsByRef(IStatisticDescriptions ppStats) throws IOException, AutomationException
ppStats
- A reference to a com.esri.arcgis.carto.IStatisticDescriptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOrderByFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrderByFields(String orderByFields) throws IOException, AutomationException
orderByFields
- The orderByFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGroupByFields() throws IOException, AutomationException
If GroupByFields is specified, statistics will be calculated separately for each unique attribute value. The output record will contain only one record if no GroupByFields is specified. If one is specified, there will be one record for each GroupByFields value.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGroupByFields(String groupByFields) throws IOException, AutomationException
groupByFields
- The groupByFields (in)
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 |