|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeStatInfo
Provides access to stats reported by the Globe.
| Method Summary | |
|---|---|
double |
getStatistic(int property)
The accumulated or instantaneous value of an statistic. |
void |
setNumFramesInAvg(int property,
int num)
Set Number of frames used in averaging. |
void |
startAccumulating(int property)
Start accumulating values. |
double |
stopAccumulating(int property)
Stop accumulating values. |
| Method Detail |
|---|
double getStatistic(int property)
throws IOException,
AutomationException
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startAccumulating(int property)
throws IOException,
AutomationException
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double stopAccumulating(int property)
throws IOException,
AutomationException
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumFramesInAvg(int property,
int num)
throws IOException,
AutomationException
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)num - The num (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 | ||||||||