|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatisticDescription
Provides access to properties describing a statistic to be requested from the server.
Method Summary | |
---|---|
String |
getResultFieldName()
Optional name of field containing result. |
String |
getStatisticFieldName()
Name of field for which statistic should be calculated. |
int |
getStatisticType()
Type of statistic. |
void |
setResultFieldName(String resultFieldName)
Optional name of field containing result. |
void |
setStatisticFieldName(String statFieldName)
Name of field for which statistic should be calculated. |
void |
setStatisticType(int statType)
Type of statistic. |
Method Detail |
---|
String getStatisticFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatisticFieldName(String statFieldName) throws IOException, AutomationException
statFieldName
- The statFieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStatisticType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStatisticType(int statType) throws IOException, AutomationException
statType
- A com.esri.arcgis.carto.esriDataStatType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getResultFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResultFieldName(String resultFieldName) throws IOException, AutomationException
resultFieldName
- The resultFieldName (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 |