com.esri.arcgis.globecore
Interface IGlobe2

All Superinterfaces:
IGlobe, Serializable
All Known Implementing Classes:
Globe

public interface IGlobe2
extends IGlobe, Serializable

Extends access to members that control the globe.

Product Availability

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


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
 

Method Detail

refreshGroupLayer

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

Product Availability

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

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

setReportLayersInDrawingOrder

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

Product Availability

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

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

isReportLayersInDrawingOrder

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

Product Availability

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

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

getDanglingCachesCount

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

Product Availability

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

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