com.esri.arcgis.globecore
Interface IGlobeDisplay2

All Superinterfaces:
IGlobeDisplay, IViewers3D, java.io.Serializable
All Known Subinterfaces:
IGlobeDisplay3
All Known Implementing Classes:
GlobeDisplay, IGlobeDisplay2Proxy, IGlobeDisplay3Proxy

public interface IGlobeDisplay2
extends IGlobeDisplay, java.io.Serializable

COM Interface 'IGlobeDisplay2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to members that manipulate the globe display.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd05e08d4_24d2_4b48_8fff_927da293363f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeDisplay
IIDa08bd3fa_8d60_42a3_bd2a_50b013e3f6da
 
Fields inherited from interface com.esri.arcgis.analyst3d.IViewers3D
IID4d8ca7d2_0aaa_4502_adc7_0388051c5f5c
 
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
 

Field Detail

IIDd05e08d4_24d2_4b48_8fff_927da293363f

static final int IIDd05e08d4_24d2_4b48_8fff_927da293363f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isPauseCaching

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

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

setPauseCaching

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

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

isPauseFetching

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

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

setPauseFetching

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

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