com.esri.arcgis.analyst3dUI
Interface IDddEnvironment

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DddEnvironment, IDddEnvironmentProxy

public interface IDddEnvironment
extends java.io.Serializable

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

Description: 'Provides access to the 3D Analyst license.' 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 IID94305473_592e_11d4_80ee_00c04fa0adf8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IDisplay3D getDisplay3D()
          Reference to the 3D display, if available.
 IApplication getParent()
          Reference to the parent application.
 java.lang.Object getRasterSettings()
          Returns global raster settings.
 void setDisplay3DByRef(IDisplay3D display)
          Reference to the 3D display, if available.
 

Field Detail

IID94305473_592e_11d4_80ee_00c04fa0adf8

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

getParent

IApplication getParent()
                       throws java.io.IOException,
                              AutomationException
Reference to the parent application.

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

setDisplay3DByRef

void setDisplay3DByRef(IDisplay3D display)
                       throws java.io.IOException,
                              AutomationException
Reference to the 3D display, if available.

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

getDisplay3D

IDisplay3D getDisplay3D()
                        throws java.io.IOException,
                               AutomationException
Reference to the 3D display, if available.

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

getRasterSettings

java.lang.Object getRasterSettings()
                                   throws java.io.IOException,
                                          AutomationException
Returns global raster settings.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.