com.esri.arcgis.globecore
Interface IGlobeServer2

All Superinterfaces:
IGlobeServer, Serializable
All Known Subinterfaces:
IGlobeServer3
All Known Implementing Classes:
GlobeServer, GlobeServerIP, GlobeServerLP

public interface IGlobeServer2
extends IGlobeServer, Serializable

Provides access to the objects used by the Globe server.

Product Availability

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


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
 

Method Detail

getCacheControlInfo

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

Product Availability

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

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