com.esri.arcgis.globecore
Interface IGlobeServer4

All Superinterfaces:
IGlobeServer, IGlobeServer2, IGlobeServer3, java.io.Serializable
All Known Implementing Classes:
GlobeServer, GlobeServerIP, GlobeServerLP, IGlobeServer4Proxy

public interface IGlobeServer4
extends IGlobeServer3, java.io.Serializable

COM Interface 'IGlobeServer4'. 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 IID0e2de26a_4352_4176_a718_e19816cd86c5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer3
IIDa0534365_9cce_4e17_b70c_0d576cafd05f
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer2
IID2e39bd80_46e9_4291_b658_2abbdafc9ffa
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServer
IIDf44327ec_f03e_4f7a_8094_a5eaa0c15666
 
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
 

Field Detail

IID0e2de26a_4352_4176_a718_e19816cd86c5

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

getDocumentInfo

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

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