|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobe2
Extends access to members that control the globe.
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 |
---|
void refreshGroupLayer(ILayer pLayer) throws IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReportLayersInDrawingOrder(boolean bTyped) throws IOException, AutomationException
bTyped
- The bTyped (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReportLayersInDrawingOrder() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDanglingCachesCount() throws IOException, AutomationException
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 |