com.esri.arcgis.globecore
Interface IGlobe2

All Superinterfaces:
IGlobe, java.io.Serializable
All Known Implementing Classes:
Globe, IGlobe2Proxy

public interface IGlobe2
extends IGlobe, java.io.Serializable

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

Description: 'Extends access to members that control the globe.' 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 IID5e37ab7c_057c_470d_804a_abdd4f10b64c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobe
IID00b329b7_265e_11d6_b2b4_00508bcdde28
 
Method Summary
 int getDanglingCachesCount()
          Returns the count of globe caches which are not saved.
 boolean isReportLayersInDrawingOrder()
          Controls if layers are reported in drawing order.
 void refreshGroupLayer(ILayer pLayer)
          Refresh globe group layer.
 void setReportLayersInDrawingOrder(boolean bTyped)
          Controls if layers are reported in drawing order.
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobe
addLayerType, getDefaultBackgTransitionDistances, getDefaultGlobeBackgroundOption, getDefaultHighBackgroundColor, getDefaultLowBackgroundColor, getGlobeDisplay, getGlobeLayers, getGlobeUnits, getShowGlobeTips, setDefaultBackgTransitionDistances, setDefaultGlobeBackgroundOption, setDefaultHighBackgroundColor, setDefaultLowBackgroundColor, setGlobeUnits, setShowGlobeTips
 

Field Detail

IID5e37ab7c_057c_470d_804a_abdd4f10b64c

static final int IID5e37ab7c_057c_470d_804a_abdd4f10b64c
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

refreshGroupLayer

void refreshGroupLayer(ILayer pLayer)
                       throws java.io.IOException,
                              AutomationException
Refresh globe group layer.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReportLayersInDrawingOrder

void setReportLayersInDrawingOrder(boolean bTyped)
                                   throws java.io.IOException,
                                          AutomationException
Controls if layers are reported in drawing order.

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

isReportLayersInDrawingOrder

boolean isReportLayersInDrawingOrder()
                                     throws java.io.IOException,
                                            AutomationException
Controls if layers are reported in drawing order.

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

getDanglingCachesCount

int getDanglingCachesCount()
                           throws java.io.IOException,
                                  AutomationException
Returns the count of globe caches which are not saved.

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