|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeViewer2
Provides access to members that manipulate the globe viewer.
Method Summary | |
---|---|
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 |
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 interface com.esri.arcgis.globecore.IGlobeViewer |
---|
getGlobeDisplay, getIsTargetAtCenter, getSpinSpeed, isHUDEnabled, isNorthArrowEnabled, setGlobeDisplayByRef, setHUDEnabled, setNorthArrowEnabled, setSpinSpeed, startSpinning, stopSpinning |
Method Detail |
---|
void setIsSwapBuffersEnabled(boolean pbEnableSwap) throws IOException, AutomationException
pbEnableSwap
- The pbEnableSwap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSwapBuffersEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void swapOGLBuffers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsClearBuffersEnabled(boolean pbEnableClear) throws IOException, AutomationException
pbEnableClear
- The pbEnableClear (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isClearBuffersEnabled() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearOGLBuffers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondaryViewersVisiblity(boolean pbViewersVisible) throws IOException, AutomationException
pbViewersVisible
- The pbViewersVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSecondaryViewersVisiblity() throws IOException, AutomationException
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 |