com.esri.arcgis.globecore
Interface INavigate3DHookHelper

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

public interface INavigate3DHookHelper
extends java.io.Serializable

COM Interface 'INavigate3DHookHelper'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides Navigate 3D Input Device Extension access to App's GlobeDisplay and Active SceneViewer.' 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 IID5620eac6_e922_41c4_86f2_ade2f210d464
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGlobeDisplay getGlobeDisplay()
          Gets GlobeDisplay
 ISceneViewer getSceneViewer()
          Gets the Active SceneViewer
 void setHook(java.lang.Object rhs1)
          Puts the control hook
 

Field Detail

IID5620eac6_e922_41c4_86f2_ade2f210d464

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

setHook

void setHook(java.lang.Object rhs1)
             throws java.io.IOException,
                    AutomationException
Puts the control hook

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

getSceneViewer

ISceneViewer getSceneViewer()
                            throws java.io.IOException,
                                   AutomationException
Gets the Active SceneViewer

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

getGlobeDisplay

IGlobeDisplay getGlobeDisplay()
                              throws java.io.IOException,
                                     AutomationException
Gets GlobeDisplay

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