com.esri.arcgis.globecore
Interface IGlobeStatInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobeDisplay

public interface IGlobeStatInfo
extends Serializable

Provides access to stats reported by the Globe.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getStatistic

double getStatistic(int property)
                    throws IOException,
                           AutomationException
The accumulated or instantaneous value of an statistic.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
Returns:
The pValue
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

startAccumulating

void startAccumulating(int property)
                       throws IOException,
                              AutomationException
Start accumulating values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stopAccumulating

double stopAccumulating(int property)
                        throws IOException,
                               AutomationException
Stop accumulating values.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumFramesInAvg

void setNumFramesInAvg(int property,
                       int num)
                       throws IOException,
                              AutomationException
Set Number of frames used in averaging.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
property - A com.esri.arcgis.globecore.esriGlobeStat constant (in)
num - The num (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.