|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeServerGroupLayer
Provides access to the available properties of a globe server group layer object.
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. |
Method Detail |
---|
void connect(IAGSServerObjectName pServerObjectName, IGlobeLayerInfo pLayerInfo) throws IOException, AutomationException
pServerObjectName
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)pLayerInfo
- A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobeServer getGlobeServer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasConsolidatedCache() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasConsolidatedCache(boolean pvbHasCache) throws IOException, AutomationException
pvbHasCache
- The pvbHasCache (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBlending() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlending(boolean pvbBlending) throws IOException, AutomationException
pvbBlending
- The pvbBlending (in)
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 |