com.esri.arcgis.globecore
Interface IGlobeServerObjects

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServer, IGlobeServerObjectsProxy

public interface IGlobeServerObjects
extends java.io.Serializable

COM Interface 'IGlobeServerObjects'. 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 IIDae6300ea_4043_492a_b72c_a61d6656d3d8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGlobeDisplay getDisplay()
          The display used by the Globe Server.
 ILayer getLayer(int layerID)
          The layer used by the Globe Server.
 

Field Detail

IIDae6300ea_4043_492a_b72c_a61d6656d3d8

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

getLayer

ILayer getLayer(int layerID)
                throws java.io.IOException,
                       AutomationException
The layer used by the Globe Server.

Parameters:
layerID - The layerID (in)
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplay

IGlobeDisplay getDisplay()
                         throws java.io.IOException,
                                AutomationException
The display used by the Globe Server.

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