com.esri.arcgis.globecore
Interface IGlobeDisplay2

All Superinterfaces:
IGlobeDisplay, IViewers3D, Serializable
All Known Subinterfaces:
IGlobeDisplay3
All Known Implementing Classes:
GlobeDisplay

public interface IGlobeDisplay2
extends IGlobeDisplay, Serializable

Provides access to members that manipulate the globe display.

Superseded By

IGlobeDisplay3

Product Availability

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


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

isPauseCaching

boolean isPauseCaching()
                       throws IOException,
                              AutomationException
Indicates if all caching is paused.

Product Availability

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

Returns:
The pbPaused
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPauseCaching

void setPauseCaching(boolean pbPaused)
                     throws IOException,
                            AutomationException
Indicates if all caching is paused.

Product Availability

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

Parameters:
pbPaused - The pbPaused (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPauseFetching

boolean isPauseFetching()
                        throws IOException,
                               AutomationException
Indicates if all fetching is paused.

Product Availability

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

Returns:
The pbPaused
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPauseFetching

void setPauseFetching(boolean pbPaused)
                      throws IOException,
                             AutomationException
Indicates if all fetching is paused.

Product Availability

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

Parameters:
pbPaused - The pbPaused (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.