|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcglobe.GlobeLayerProcessingDialog
public class GlobeLayerProcessingDialog
Globe Layer Processing Dialog.
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 |
---|
public GlobeLayerProcessingDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GlobeLayerProcessingDialog(Object obj) throws IOException
GlobeLayerProcessingDialog theGlobeLayerProcessingDialog = (GlobeLayerProcessingDialog) obj;
obj
to GlobeLayerProcessingDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean isExpandGroupLayers() throws IOException, AutomationException
isExpandGroupLayers
in interface IGlobeLayerProcessingDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExpandGroupLayers(boolean pExpand) throws IOException, AutomationException
setExpandGroupLayers
in interface IGlobeLayerProcessingDialog
pExpand
- The pExpand (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void doModal(IGMxDocument pGlobeDoc, boolean[] pOk) throws IOException, AutomationException
doModal
in interface IGlobeLayerProcessingDialog
pGlobeDoc
- A reference to a com.esri.arcgis.arcglobe.IGMxDocument (in)pOk
- The pOk (out: use single element array)
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 |