com.esri.arcgis.catalog
Interface IGxAGSGlobeLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxAGSGlobeLayer, IGxAGSGlobeLayerProxy

public interface IGxAGSGlobeLayer
extends java.io.Serializable

COM Interface 'IGxAGSGlobeLayer'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members of GxObject that represents a layer in an ArcGIS Server globe 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 IID186aece5_9c47_44c9_b767_c468ce9c4ecc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAGSServerObjectName getAGSServerObjectName()
          The associated AGS server object name.
 java.lang.Object getGlobeLayerInfo()
          The information provided by the server.
 void setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName)
          The associated AGS server object name.
 void setGlobeLayerInfoByRef(java.lang.Object layerInfo)
          The information provided by the server.
 

Field Detail

IID186aece5_9c47_44c9_b767_c468ce9c4ecc

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

getAGSServerObjectName

IAGSServerObjectName getAGSServerObjectName()
                                            throws java.io.IOException,
                                                   AutomationException
The associated AGS server object name.

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

setAGSServerObjectNameByRef

void setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName)
                                 throws java.io.IOException,
                                        AutomationException
The associated AGS server object name.

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

getGlobeLayerInfo

java.lang.Object getGlobeLayerInfo()
                                   throws java.io.IOException,
                                          AutomationException
The information provided by the server.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGlobeLayerInfoByRef

void setGlobeLayerInfoByRef(java.lang.Object layerInfo)
                            throws java.io.IOException,
                                   AutomationException
The information provided by the server.

Parameters:
layerInfo - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.