com.esri.arcgis.analyst3dUI
Interface ISceneExport2dDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISceneExport2dDialogProxy, SceneExport2dDialog

public interface ISceneExport2dDialog
extends java.io.Serializable

COM Interface 'ISceneExport2dDialog'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalystUI.olb'

Description: 'Provides access to members that control the exporting of a scene to a 2d graphics file.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDeb993564_335c_11d4_9b87_00c04fa33299
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IEnvelope pPixelBounds, short res)
          Displays Scene Export Dialog.
 IExporter getExporter()
          The Scene exporter.
 IEnvelope getMapExtent()
          The Map Extent which gets passed to IWorldFileSettings.
 double getSceneSize()
          The Scene size.
 void setDocumentName(java.lang.String rhs1)
          Name of the Active Document.
 void setMapExtent(IEnvelope mapExtent)
          The Map Extent which gets passed to IWorldFileSettings.
 

Field Detail

IIDeb993564_335c_11d4_9b87_00c04fa33299

static final int IIDeb993564_335c_11d4_9b87_00c04fa33299
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getExporter

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

Returns:
A reference to a com.esri.arcgis.output.IExporter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSceneSize

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

Returns:
The pSceneSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDocumentName

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

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

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

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

getMapExtent

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

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMapExtent

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

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