com.esri.arcgis.globecore
Interface esriGlobeStat

All Superinterfaces:
java.io.Serializable

public interface esriGlobeStat
extends java.io.Serializable

Constants from esriGlobeStat' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Different possible statistics 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 int esriCacheUsage
          The Cache Usage status.
static int esriDataFromDisk
          The numbers of average bytes read from disk over the last n frames.
static int esriDataFromNetwork
          The number of average bytes read from the network over the last n frames.
static int esriFrameRate
          The average frame time interval of the last n frames.
static int esriFrameRateNavig
          The average frame time interval of the last n frames -- only calculated when navigating.
static int esriTileRequestQueue
          The size of the tile request queue for texture data.
 

Field Detail

esriFrameRate

static final int esriFrameRate
The average frame time interval of the last n frames.

See Also:
Constant Field Values

esriFrameRateNavig

static final int esriFrameRateNavig
The average frame time interval of the last n frames -- only calculated when navigating.

See Also:
Constant Field Values

esriTileRequestQueue

static final int esriTileRequestQueue
The size of the tile request queue for texture data.

See Also:
Constant Field Values

esriDataFromDisk

static final int esriDataFromDisk
The numbers of average bytes read from disk over the last n frames.

See Also:
Constant Field Values

esriDataFromNetwork

static final int esriDataFromNetwork
The number of average bytes read from the network over the last n frames.

See Also:
Constant Field Values

esriCacheUsage

static final int esriCacheUsage
The Cache Usage status.

See Also:
Constant Field Values