com.esri.arcgis.globecore
Interface IGlobeServerObjects

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobeServer

public interface IGlobeServerObjects
extends Serializable

Provides access to the objects used by the Globe server.

Product Availability

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


Method Summary
 IGlobeDisplay getDisplay()
          The display used by the Globe Server.
 ILayer getLayer(int layerID)
          The layer used by the Globe Server.
 

Method Detail

getLayer

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

Product Availability

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

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

getDisplay

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

Product Availability

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

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