|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeStatInfo
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 |
---|
static final int IID1641c885_17ef_4531_a507_518ce994a17e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
double getStatistic(int property) throws java.io.IOException, AutomationException
property
- A com.esri.arcgis.globecore.esriGlobeStat constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startAccumulating(int property) throws java.io.IOException, AutomationException
property
- A com.esri.arcgis.globecore.esriGlobeStat constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double stopAccumulating(int property) throws java.io.IOException, AutomationException
property
- A com.esri.arcgis.globecore.esriGlobeStat constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNumFramesInAvg(int property, int num) throws java.io.IOException, AutomationException
property
- A com.esri.arcgis.globecore.esriGlobeStat constant (in)num
- The num (in)
java.io.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 |