|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.globecore.IGlobeViewerProxy
com.esri.arcgis.globecore.IGlobeViewer2Proxy
public class IGlobeViewer2Proxy
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 =
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGlobeViewer2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGlobeViewer2Proxy()
public IGlobeViewer2Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGlobeViewer2Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGlobeViewer2Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class IGlobeViewerProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class IGlobeViewerProxyjava.io.IOException
public void setIsSwapBuffersEnabled(boolean pbEnableSwap)
throws java.io.IOException,
AutomationException
setIsSwapBuffersEnabled in interface IGlobeViewer2pbEnableSwap - The pbEnableSwap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSwapBuffersEnabled()
throws java.io.IOException,
AutomationException
isSwapBuffersEnabled in interface IGlobeViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void swapOGLBuffers()
throws java.io.IOException,
AutomationException
swapOGLBuffers in interface IGlobeViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsClearBuffersEnabled(boolean pbEnableClear)
throws java.io.IOException,
AutomationException
setIsClearBuffersEnabled in interface IGlobeViewer2pbEnableClear - The pbEnableClear (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isClearBuffersEnabled()
throws java.io.IOException,
AutomationException
isClearBuffersEnabled in interface IGlobeViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearOGLBuffers()
throws java.io.IOException,
AutomationException
clearOGLBuffers in interface IGlobeViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSecondaryViewersVisiblity(boolean pbViewersVisible)
throws java.io.IOException,
AutomationException
setSecondaryViewersVisiblity in interface IGlobeViewer2pbViewersVisible - The pbViewersVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSecondaryViewersVisiblity()
throws java.io.IOException,
AutomationException
isSecondaryViewersVisiblity in interface IGlobeViewer2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||