com.esri.arcgis.globecore
Class INavigate3DHookHelperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.INavigate3DHookHelperProxy
All Implemented Interfaces:
INavigate3DHookHelper, java.io.Externalizable, java.io.Serializable

public class INavigate3DHookHelperProxy
extends com.esri.arcgis.interop.Dispatch
implements INavigate3DHookHelper, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.globecore.INavigate3DHookHelper
IID, IID5620eac6_e922_41c4_86f2_ade2f210d464
 
Constructor Summary
  INavigate3DHookHelperProxy()
          For internal use only
  INavigate3DHookHelperProxy(java.lang.Object obj)
           
protected INavigate3DHookHelperProxy(java.lang.Object obj, java.lang.String iid)
           
  INavigate3DHookHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected INavigate3DHookHelperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 IGlobeDisplay getGlobeDisplay()
          Gets GlobeDisplay
 ISceneViewer getSceneViewer()
          Gets the Active SceneViewer
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setHook(java.lang.Object rhs1)
          Puts the control hook
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

INavigate3DHookHelperProxy

public INavigate3DHookHelperProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

INavigate3DHookHelperProxy

public INavigate3DHookHelperProxy()
For internal use only


INavigate3DHookHelperProxy

public INavigate3DHookHelperProxy(java.lang.Object obj)
                           throws java.io.IOException
Throws:
java.io.IOException

INavigate3DHookHelperProxy

protected INavigate3DHookHelperProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Throws:
java.io.IOException

INavigate3DHookHelperProxy

protected INavigate3DHookHelperProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setHook

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

Specified by:
setHook in interface INavigate3DHookHelper
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

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

Specified by:
getSceneViewer in interface INavigate3DHookHelper
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

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

Specified by:
getGlobeDisplay in interface INavigate3DHookHelper
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.