com.esri.arcgis.analyst3dUI
Interface ISceneExportFile2dDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISceneExportFile2dDialogProxy, SceneExportFile2dDialog

public interface ISceneExportFile2dDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the new 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 IIDf0240595_3459_43ba_8eba_44d133c094c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(IEnvelope pPixelBounds, double res)
          Displays Scene Export File Dialog.
 IExport getExport()
          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

IIDf0240595_3459_43ba_8eba_44d133c094c6

static final int IIDf0240595_3459_43ba_8eba_44d133c094c6
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

getExport

IExport getExport()
                  throws java.io.IOException,
                         AutomationException
The Scene exporter.

Returns:
A reference to a com.esri.arcgis.output.IExport
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,
                double res)
                throws java.io.IOException,
                       AutomationException
Displays Scene Export File 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.