com.esri.arcgis.globecore
Interface IGlobeServer2

All Superinterfaces:
IGlobeServer, java.io.Serializable
All Known Subinterfaces:
IGlobeServer3, IGlobeServer4
All Known Implementing Classes:
GlobeServer, GlobeServerIP, GlobeServerLP, IGlobeServer2Proxy, IGlobeServer3Proxy, IGlobeServer4Proxy

public interface IGlobeServer2
extends IGlobeServer, java.io.Serializable

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

Description: 'Provides access to the objects used by the Globe server.' 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 IID2e39bd80_46e9_4291_b658_2abbdafc9ffa
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer
IIDf44327ec_f03e_4f7a_8094_a5eaa0c15666
 
Method Summary
 ICacheControlInfo getCacheControlInfo()
          Returns cache related properties of the a GlobeServer.
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeServer
find, getAnimation, getCacheName, getConfig, getConfiguration, getLayerCount, getLayerInfos, getLegendInfos, getMQT, getSymbols, getTextures, getTile, getVersion, getVirtualCacheDirectory, identify
 

Field Detail

IID2e39bd80_46e9_4291_b658_2abbdafc9ffa

static final int IID2e39bd80_46e9_4291_b658_2abbdafc9ffa
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

getCacheControlInfo

ICacheControlInfo getCacheControlInfo()
                                      throws java.io.IOException,
                                             AutomationException
Returns cache related properties of the a GlobeServer.

Returns:
A reference to a com.esri.arcgis.carto.ICacheControlInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.