|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDisplayUtil
Provides access to GlobeDisplay utilities.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
IEnumLayer |
createLayerFromGmxXML(String cachePath)
Creates the globe layer file for the globe cache given by gmx.xml configuration file. |
Method Detail |
---|
IEnumLayer createLayerFromGmxXML(String cachePath) throws IOException, AutomationException
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.
cachePath
- The cachePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |