|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDisplay2
Provides access to members that manipulate the globe display.
Method Summary | |
---|---|
boolean |
isPauseCaching()
Indicates if all caching is paused. |
boolean |
isPauseFetching()
Indicates if all fetching is paused. |
void |
setPauseCaching(boolean pbPaused)
Indicates if all caching is paused. |
void |
setPauseFetching(boolean pbPaused)
Indicates if all fetching is paused. |
Methods inherited from interface com.esri.arcgis.globecore.IGlobeDisplay |
---|
clear, getAdvancedOptions, getCacheUsage, getGlobe, getSelectionColor, getSurfaceElevation, getSurfacePoint, isEnableMessages, isImmediateDataFetching, locate, locateFeature, locateLayers, locateMultiple, refreshTextureObjects, setAdvancedOptions, setEnableMessages, setGlobeByRef, setImmediateDataFetching, setSelectionColor, startPrintingExporting, stopPrintingExporting |
Methods inherited from interface com.esri.arcgis.analyst3d.IViewers3D |
---|
findViewer, getActiveViewer, getAllViewers, getBackgroundColor, getScene, isGestureEnabled, isNavigating, refreshViewers, registerViewer, replayFrame, setActiveViewerByRef, setBackgroundColor, setGestureEnabled, setIsNavigating, setSceneByRef, unregisterViewer |
Method Detail |
---|
boolean isPauseCaching() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPauseCaching(boolean pbPaused) throws IOException, AutomationException
pbPaused
- The pbPaused (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPauseFetching() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPauseFetching(boolean pbPaused) throws IOException, AutomationException
pbPaused
- The pbPaused (in)
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 |