com.esri.arcgis.globecore
Interface IGlobeServerGroupLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerGroupLayer, IGlobeServerGroupLayerProxy

public interface IGlobeServerGroupLayer
extends java.io.Serializable

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

Description: 'Provides access to the available properties of a globe server group layer object.' 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 IIDce6c7eb9_d262_4f2d_b420_9b88aa6c69e2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect(IAGSServerObjectName pServerObjectName, IGlobeLayerInfo pLayerInfo)
          Connects to a Globe server given a server object name.
 IGlobeServer getGlobeServer()
          The GlobeServer object of this layer.
 boolean isBlending()
          Indicates if this group layer should be consolidated by blending.
 boolean isHasConsolidatedCache()
          Indicates if this group layer has its own cache.
 void setBlending(boolean pvbBlending)
          Indicates if this group layer should be consolidated by blending.
 void setHasConsolidatedCache(boolean pvbHasCache)
          Indicates if this group layer has its own cache.
 

Field Detail

IIDce6c7eb9_d262_4f2d_b420_9b88aa6c69e2

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

connect

void connect(IAGSServerObjectName pServerObjectName,
             IGlobeLayerInfo pLayerInfo)
             throws java.io.IOException,
                    AutomationException
Connects to a Globe server given a server object name.

Parameters:
pServerObjectName - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
pLayerInfo - A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobeServer

IGlobeServer getGlobeServer()
                            throws java.io.IOException,
                                   AutomationException
The GlobeServer object of this layer.

Returns:
A reference to a com.esri.arcgis.globecore.IGlobeServer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasConsolidatedCache

boolean isHasConsolidatedCache()
                               throws java.io.IOException,
                                      AutomationException
Indicates if this group layer has its own cache.

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

setHasConsolidatedCache

void setHasConsolidatedCache(boolean pvbHasCache)
                             throws java.io.IOException,
                                    AutomationException
Indicates if this group layer has its own cache.

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

isBlending

boolean isBlending()
                   throws java.io.IOException,
                          AutomationException
Indicates if this group layer should be consolidated by blending.

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

setBlending

void setBlending(boolean pvbBlending)
                 throws java.io.IOException,
                        AutomationException
Indicates if this group layer should be consolidated by blending.

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