com.esri.arcgis.analyst3dUI
Class SceneExport2dDialog

java.lang.Object
  extended by com.esri.arcgis.analyst3dUI.SceneExport2dDialog
All Implemented Interfaces:
ISceneExport2dDialog, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class SceneExport2dDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, ISceneExport2dDialog

The ESRI Scene Export2d Dialog.

Remarks

The newer SceneExportFile3dDialog is intended as a replacement of this coclass.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

See Also:
Serialized Form

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

SceneExport2dDialog

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

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

SceneExport2dDialog

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

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

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

getExporter

public IExporter getExporter()
                      throws IOException,
                             AutomationException
The Scene exporter.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
getExporter in interface ISceneExport2dDialog
Returns:
A reference to a com.esri.arcgis.output.IExporter
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSceneSize

public double getSceneSize()
                    throws IOException,
                           AutomationException
The Scene size.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
getSceneSize in interface ISceneExport2dDialog
Returns:
The pSceneSize
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDocumentName

public void setDocumentName(String rhs1)
                     throws IOException,
                            AutomationException
Name of the Active Document.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

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

doModal

public boolean doModal(IEnvelope pPixelBounds,
                       short res)
                throws IOException,
                       AutomationException
Displays Scene Export Dialog.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
doModal in interface ISceneExport2dDialog
Parameters:
pPixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
res - The res (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapExtent

public IEnvelope getMapExtent()
                       throws IOException,
                              AutomationException
The Map Extent which gets passed to IWorldFileSettings.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
getMapExtent in interface ISceneExport2dDialog
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapExtent

public void setMapExtent(IEnvelope mapExtent)
                  throws IOException,
                         AutomationException
The Map Extent which gets passed to IWorldFileSettings.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Supported Platforms

Windows

Specified by:
setMapExtent in interface ISceneExport2dDialog
Parameters:
mapExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.