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, Externalizable, Serializable

public class IGlobeViewer2Proxy
extends IGlobeViewerProxy
implements IGlobeViewer2, Serializable

Provides access to members that manipulate the globe viewer.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IGlobeViewer2Proxy()
           
  IGlobeViewer2Proxy(Object obj)
           
protected IGlobeViewer2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, 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(String iidStr, 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

noncastable

public boolean noncastable
Constructor Detail

IGlobeViewer2Proxy

public IGlobeViewer2Proxy()

IGlobeViewer2Proxy

public IGlobeViewer2Proxy(Object obj)
                   throws IOException
Throws:
IOException

IGlobeViewer2Proxy

protected IGlobeViewer2Proxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IGlobeViewerProxy
Throws:
IOException

removeListener

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

setIsSwapBuffersEnabled

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

Product Availability

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

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

isSwapBuffersEnabled

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

Product Availability

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

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

swapOGLBuffers

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

Product Availability

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

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

setIsClearBuffersEnabled

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

Product Availability

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

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

isClearBuffersEnabled

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

Product Availability

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

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

clearOGLBuffers

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

Product Availability

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

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

setSecondaryViewersVisiblity

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

Product Availability

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

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

isSecondaryViewersVisiblity

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

Product Availability

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

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