com.esri.arcgis.analyst3dUI
Interface IGxWorldView

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGxWorldViewProxy

public interface IGxWorldView
extends java.io.Serializable

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

Description: 'Provides access to members that control the World View.' 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 IID3e545022_abf3_11d2_b230_00c04f8edeff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getSceneViewer(ISceneViewer[] ppSceneViewer)
          Returns the ISceneViewer interface.
 

Field Detail

IID3e545022_abf3_11d2_b230_00c04f8edeff

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

getSceneViewer

void getSceneViewer(ISceneViewer[] ppSceneViewer)
                    throws java.io.IOException,
                           AutomationException
Returns the ISceneViewer interface.

Parameters:
ppSceneViewer - A reference to a com.esri.arcgis.analyst3d.ISceneViewer (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.