com.esri.arcgis.arcglobe
Interface IGlobeLayerProcessingDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeLayerProcessingDialog, IGlobeLayerProcessingDialogProxy

public interface IGlobeLayerProcessingDialog
extends java.io.Serializable

COM Interface 'IGlobeLayerProcessingDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcGlobe.olb'

Description: 'Provides access to the Globe Layer Processing Dialog.' 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 IID3be45e9e_c163_444e_9c6d_9c5b2a692288
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(IGMxDocument pGlobeDoc, boolean[] pOk)
          Do Modal.
 boolean isExpandGroupLayers()
          Indicates if Group Layers are expanded.
 void setExpandGroupLayers(boolean pExpand)
          Indicates if Group Layers are expanded.
 

Field Detail

IID3be45e9e_c163_444e_9c6d_9c5b2a692288

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

isExpandGroupLayers

boolean isExpandGroupLayers()
                            throws java.io.IOException,
                                   AutomationException
Indicates if Group Layers are expanded.

Returns:
The pExpand
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpandGroupLayers

void setExpandGroupLayers(boolean pExpand)
                          throws java.io.IOException,
                                 AutomationException
Indicates if Group Layers are expanded.

Parameters:
pExpand - The pExpand (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

void doModal(IGMxDocument pGlobeDoc,
             boolean[] pOk)
             throws java.io.IOException,
                    AutomationException
Do Modal.

Parameters:
pGlobeDoc - A reference to a com.esri.arcgis.arcglobe.IGMxDocument (in)
pOk - The pOk (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.