|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.analyst3dUI.SceneExport2dDialog
public class SceneExport2dDialog
The Esri Scene Export2d Dialog.
The newer SceneExportFile3dDialog is intended as a replacement of this coclass.
| Constructor Summary | |
|---|---|
SceneExport2dDialog()
Constructs a SceneExport2dDialog using ArcGIS Engine. |
|
SceneExport2dDialog(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SceneExport2dDialog theSceneExport2dDialog = (SceneExport2dDialog) obj; |
|
| Method Summary | |
|---|---|
boolean |
doModal(IEnvelope pPixelBounds,
short res)
Displays Scene Export Dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IExporter |
getExporter()
The Scene exporter. |
IEnvelope |
getMapExtent()
The Map Extent which gets passed to IWorldFileSettings. |
double |
getSceneSize()
The Scene size. |
int |
hashCode()
the hashcode for this object |
void |
setDocumentName(String rhs1)
Name of the Active Document. |
void |
setMapExtent(IEnvelope mapExtent)
The Map Extent which gets passed to IWorldFileSettings. |
| 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 SceneExport2dDialog()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SceneExport2dDialog(Object obj)
throws IOException
SceneExport2dDialog theSceneExport2dDialog = (SceneExport2dDialog) obj;
obj to SceneExport2dDialog.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IExporter getExporter()
throws IOException,
AutomationException
getExporter in interface ISceneExport2dDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSceneSize()
throws IOException,
AutomationException
getSceneSize in interface ISceneExport2dDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDocumentName(String rhs1)
throws IOException,
AutomationException
setDocumentName in interface ISceneExport2dDialogrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(IEnvelope pPixelBounds,
short res)
throws IOException,
AutomationException
doModal in interface ISceneExport2dDialogpPixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)res - The res (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getMapExtent()
throws IOException,
AutomationException
getMapExtent in interface ISceneExport2dDialogIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMapExtent(IEnvelope mapExtent)
throws IOException,
AutomationException
setMapExtent in interface ISceneExport2dDialogmapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (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 | ||||||||