com.esri.arcgis.globecore
Interface IGlobeServer4

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

public interface IGlobeServer4
extends IGlobeServer3, Serializable

Provides access to the objects used by the Globe server.

Product Availability

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


Method Summary
 IPropertySet getDocumentInfo()
          A set of name-value pairs for properties set for the globe document such as Title, Subject, Author, Category, Keywords and Comments.
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeServer3
getTexturesEx
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeServer2
getCacheControlInfo
 
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

getDocumentInfo

IPropertySet getDocumentInfo()
                             throws IOException,
                                    AutomationException
A set of name-value pairs for properties set for the globe document such as Title, Subject, Author, Category, Keywords and Comments.

Product Availability

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

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