|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.analyst3dUI.SceneExport3dDialog
public class SceneExport3dDialog
The ESRI 3D-export dialog.
Constructor Summary | |
---|---|
SceneExport3dDialog()
Constructs a SceneExport3dDialog using ArcGIS Engine. |
|
SceneExport3dDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SceneExport3dDialog theSceneExport3dDialog = (SceneExport3dDialog) obj; |
Method Summary | |
---|---|
boolean |
doModal()
Displays the 3D-export dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
ISceneExporter3d |
getSceneExporter3d()
The exporter. |
int |
hashCode()
the hashcode for this object |
void |
setDocumentName(String rhs1)
The name of the active document. |
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 SceneExport3dDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SceneExport3dDialog(Object obj) throws IOException
SceneExport3dDialog theSceneExport3dDialog = (SceneExport3dDialog) obj;
obj
to SceneExport3dDialog
.
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 ISceneExporter3d getSceneExporter3d() throws IOException, AutomationException
getSceneExporter3d
in interface ISceneExport3dDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDocumentName(String rhs1) throws IOException, AutomationException
setDocumentName
in interface ISceneExport3dDialog
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean doModal() throws IOException, AutomationException
doModal
in interface ISceneExport3dDialog
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 |