com.esri.arcgis.globecore
Interface IGlobeStatInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeDisplay, IGlobeStatInfoProxy

public interface IGlobeStatInfo
extends java.io.Serializable

COM Interface 'IGlobeStatInfo'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to stats reported by the Globe.' 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 IID1641c885_17ef_4531_a507_518ce994a17e
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID1641c885_17ef_4531_a507_518ce994a17e

static final int IID1641c885_17ef_4531_a507_518ce994a17e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStatistic

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

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

startAccumulating

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

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

stopAccumulating

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

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

setNumFramesInAvg

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

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