com.esri.arcgis.globecore
Interface IGlobeDisplayUtil

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeDisplay, IGlobeDisplayUtilProxy

public interface IGlobeDisplayUtil
extends java.io.Serializable

COM Interface 'IGlobeDisplayUtil'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to GlobeDisplay utilities.' 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 IID1a7729a9_df52_4c56_8b8a_835d94c1216e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumLayer createLayerFromGmxXML(java.lang.String cachePath)
          Creates the globe layer file for the globe cache given by gmx.xml configuration file.
 

Field Detail

IID1a7729a9_df52_4c56_8b8a_835d94c1216e

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

createLayerFromGmxXML

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

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