com.esri.arcgis.globecore
Interface IGlobeServer3

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

public interface IGlobeServer3
extends IGlobeServer2, java.io.Serializable

COM Interface 'IGlobeServer3'. 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 IIDa0534365_9cce_4e17_b70c_0d576cafd05f
           
static int xxDummy
          Deprecated. Internal use only
 
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
 byte[] getTexturesEx(int layerID, ILongArray pTextureIDs, boolean getDDT)
          Gets the textures with given IDs.
 
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

IIDa0534365_9cce_4e17_b70c_0d576cafd05f

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

getTexturesEx

byte[] getTexturesEx(int layerID,
                     ILongArray pTextureIDs,
                     boolean getDDT)
                     throws java.io.IOException,
                            AutomationException
Gets the textures with given IDs.

Parameters:
layerID - The layerID (in)
pTextureIDs - A reference to a com.esri.arcgis.system.ILongArray (in)
getDDT - The getDDT (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.