com.esri.arcgis.arcglobe
Class GlobeLayerProcessingDialog

java.lang.Object
  extended by com.esri.arcgis.arcglobe.GlobeLayerProcessingDialog
All Implemented Interfaces:
IGlobeLayerProcessingDialog, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class GlobeLayerProcessingDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGlobeLayerProcessingDialog

Globe Layer Processing Dialog.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also:
Serialized Form

Constructor Summary
GlobeLayerProcessingDialog()
          Constructs a GlobeLayerProcessingDialog using ArcGIS Engine.
GlobeLayerProcessingDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GlobeLayerProcessingDialog theGlobeLayerProcessingDialog = (GlobeLayerProcessingDialog) obj;
 
Method Summary
 void doModal(IGMxDocument pGlobeDoc, boolean[] pOk)
          Do Modal.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 boolean isExpandGroupLayers()
          Indicates if Group Layers are expanded.
 void setExpandGroupLayers(boolean pExpand)
          Indicates if Group Layers are expanded.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

GlobeLayerProcessingDialog

public GlobeLayerProcessingDialog()
                           throws IOException,
                                  UnknownHostException
Constructs a GlobeLayerProcessingDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GlobeLayerProcessingDialog

public GlobeLayerProcessingDialog(Object obj)
                           throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GlobeLayerProcessingDialog theGlobeLayerProcessingDialog = (GlobeLayerProcessingDialog) obj;

Construct a GlobeLayerProcessingDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GlobeLayerProcessingDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

isExpandGroupLayers

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
isExpandGroupLayers in interface IGlobeLayerProcessingDialog
Returns:
The pExpand
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExpandGroupLayers

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Specified by:
setExpandGroupLayers in interface IGlobeLayerProcessingDialog
Parameters:
pExpand - The pExpand (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

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

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

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