com.esri.arcgis.globecore
Interface INavigate3DHookHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
INavigate3DHookHelperProxy

public interface INavigate3DHookHelper
extends Serializable

Provides Navigate 3D Input Device Extension access to App's GlobeDisplay and Active SceneViewer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IGlobeDisplay getGlobeDisplay()
          Gets GlobeDisplay
 ISceneViewer getSceneViewer()
          Gets the Active SceneViewer
 void setHook(Object rhs1)
          Puts the control hook
 

Method Detail

setHook

void setHook(Object rhs1)
             throws IOException,
                    AutomationException
Puts the control hook

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSceneViewer

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getGlobeDisplay

IGlobeDisplay getGlobeDisplay()
                              throws IOException,
                                     AutomationException
Gets GlobeDisplay

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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