com.esri.arcgis.globecore
Class IGlobeViewer2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeViewerProxy
          extended by com.esri.arcgis.globecore.IGlobeViewer2Proxy
All Implemented Interfaces:
IGlobeViewer, IGlobeViewer2, java.io.Externalizable, java.io.Serializable

public class IGlobeViewer2Proxy
extends IGlobeViewerProxy
implements IGlobeViewer2, java.io.Serializable

Internal use class Proxy for COM Interface 'IGlobeViewer2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members that manipulate the globe viewer.' 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.IGlobeViewer2
IID, IID42c89d08_17f1_4c88_b129_5b58aa6b88be
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeViewer
IID365a110b_b13f_4314_a3e8_1edf9b7ddf31
 
Constructor Summary
  IGlobeViewer2Proxy()
          For internal use only
  IGlobeViewer2Proxy(java.lang.Object obj)
           
protected IGlobeViewer2Proxy(java.lang.Object obj, java.lang.String iid)
           
  IGlobeViewer2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IGlobeViewer2Proxy(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)
           
 void clearOGLBuffers()
          Manually clear OpenGL framebuffer.
 boolean isClearBuffersEnabled()
          Indicates if automatic buffer clearing before redraw is enabled.
 boolean isSecondaryViewersVisiblity()
          Indicates if secondary viewers are visible during OpenGL back buffer capture.
 boolean isSwapBuffersEnabled()
          Indicates if automatic buffer swapping after redraw is enabled.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void setIsClearBuffersEnabled(boolean pbEnableClear)
          Indicates if automatic buffer clearing before redraw is enabled.
 void setIsSwapBuffersEnabled(boolean pbEnableSwap)
          Indicates if automatic buffer swapping after redraw is enabled.
 void setSecondaryViewersVisiblity(boolean pbViewersVisible)
          Indicates if secondary viewers are visible during OpenGL back buffer capture.
 void swapOGLBuffers()
          Manually swap front and back OpenGL framebuffers.
 
Methods inherited from class com.esri.arcgis.globecore.IGlobeViewerProxy
getGlobeDisplay, getIsTargetAtCenter, getSpinSpeed, isHUDEnabled, isNorthArrowEnabled, setGlobeDisplayByRef, setHUDEnabled, setNorthArrowEnabled, setSpinSpeed, startSpinning, stopSpinning
 
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
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeViewer
getGlobeDisplay, getIsTargetAtCenter, getSpinSpeed, isHUDEnabled, isNorthArrowEnabled, setGlobeDisplayByRef, setHUDEnabled, setNorthArrowEnabled, setSpinSpeed, startSpinning, stopSpinning
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IGlobeViewer2Proxy

public IGlobeViewer2Proxy(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

IGlobeViewer2Proxy

public IGlobeViewer2Proxy()
For internal use only


IGlobeViewer2Proxy

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

IGlobeViewer2Proxy

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

IGlobeViewer2Proxy

protected IGlobeViewer2Proxy(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 IGlobeViewerProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IGlobeViewerProxy
Throws:
java.io.IOException

setIsSwapBuffersEnabled

public void setIsSwapBuffersEnabled(boolean pbEnableSwap)
                             throws java.io.IOException,
                                    AutomationException
Indicates if automatic buffer swapping after redraw is enabled.

Specified by:
setIsSwapBuffersEnabled in interface IGlobeViewer2
Parameters:
pbEnableSwap - The pbEnableSwap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSwapBuffersEnabled

public boolean isSwapBuffersEnabled()
                             throws java.io.IOException,
                                    AutomationException
Indicates if automatic buffer swapping after redraw is enabled.

Specified by:
isSwapBuffersEnabled in interface IGlobeViewer2
Returns:
The pbEnableSwap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

swapOGLBuffers

public void swapOGLBuffers()
                    throws java.io.IOException,
                           AutomationException
Manually swap front and back OpenGL framebuffers.

Specified by:
swapOGLBuffers in interface IGlobeViewer2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsClearBuffersEnabled

public void setIsClearBuffersEnabled(boolean pbEnableClear)
                              throws java.io.IOException,
                                     AutomationException
Indicates if automatic buffer clearing before redraw is enabled.

Specified by:
setIsClearBuffersEnabled in interface IGlobeViewer2
Parameters:
pbEnableClear - The pbEnableClear (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isClearBuffersEnabled

public boolean isClearBuffersEnabled()
                              throws java.io.IOException,
                                     AutomationException
Indicates if automatic buffer clearing before redraw is enabled.

Specified by:
isClearBuffersEnabled in interface IGlobeViewer2
Returns:
The pbEnableClear
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearOGLBuffers

public void clearOGLBuffers()
                     throws java.io.IOException,
                            AutomationException
Manually clear OpenGL framebuffer.

Specified by:
clearOGLBuffers in interface IGlobeViewer2
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSecondaryViewersVisiblity

public void setSecondaryViewersVisiblity(boolean pbViewersVisible)
                                  throws java.io.IOException,
                                         AutomationException
Indicates if secondary viewers are visible during OpenGL back buffer capture.

Specified by:
setSecondaryViewersVisiblity in interface IGlobeViewer2
Parameters:
pbViewersVisible - The pbViewersVisible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSecondaryViewersVisiblity

public boolean isSecondaryViewersVisiblity()
                                    throws java.io.IOException,
                                           AutomationException
Indicates if secondary viewers are visible during OpenGL back buffer capture.

Specified by:
isSecondaryViewersVisiblity in interface IGlobeViewer2
Returns:
The pbViewersVisible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.