com.esri.arcgis.globecore
Interface IGlobeDisplayUtil

All Superinterfaces:
Serializable
All Known Implementing Classes:
GlobeDisplay

public interface IGlobeDisplayUtil
extends Serializable

Provides access to GlobeDisplay utilities.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 IEnumLayer createLayerFromGmxXML(String cachePath)
          Creates the globe layer file for the globe cache given by gmx.xml configuration file.
 

Method Detail

createLayerFromGmxXML

IEnumLayer createLayerFromGmxXML(String cachePath)
                                 throws IOException,
                                        AutomationException
Creates the globe layer file for the globe cache given by gmx.xml configuration file.

Description

Use IGlobeDisplayUtil.CreateLayerFromGmxXML to create a layer file for a globe cache

cachePath - the full path for you data cache. It can include gmx.xml or just full path to the cache path folder.

ppLayers – returns an IEnumLayer. You can use IScene:AddLayers to add the returned layer to the globe.

Product Availability

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

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