com.esri.arcgis.globecore
Class IGlobeServerLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeServerLayerProxy
All Implemented Interfaces:
IGlobeServerLayer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGlobeServerLayer'. 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 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 =

public class IGlobeServerLayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeServerLayer, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeServerLayer
IID, IID02ebc734_a162_49eb_a324_c7923a8e357b
 
Constructor Summary
  IGlobeServerLayerProxy()
          Deprecated. For internal use only
  IGlobeServerLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeServerLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeServerLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeServerLayerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IAGSServerObjectName getConnectionServerName()
          Deprecated. Provides access to members that supply server object name information.
 java.lang.String getDisplayField()
          Deprecated. Primary display field.
 IGlobeLayerInfo getGlobeLayerInfo()
          Deprecated. Provides access to the available properties of a globe layer info object.
 IGlobeServer getGlobeServer()
          Deprecated. Provides access to the GlobeServer object.
 int getGlobeServerLayerID()
          Deprecated. The GlobeServer layer identifier.
 java.lang.String getGlobeServerLayerName()
          Deprecated. The name of the GlobeServer layer.
 IGlobeLegendInfo getLegendInfo()
          Deprecated. Provides access to members that control legend information provided by a renderer.
 IPoint getSearchLocation()
          Deprecated. The location to be used when an identify is performed on a Globe Server Layer.
 int getSearchOID()
          Deprecated. The feature OID used as a hint when an identify is performed on a Globe Server Layer.
 IGlobeServer getThreadedGlobeServer()
          Deprecated. Provides access to a threaded GlobeServer object.
 boolean isComposite()
          Deprecated. Indicates if the layer supports ICompositeLayer to contain sublayers.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void serverConnect(IAGSServerObjectName soName, IGlobeServer pGlobeServer, java.lang.String layerName, int layerID)
          Deprecated. Connects to the Server given the GlobeServer Object, layer name and layer ID.
 void setDisplayField(java.lang.String fieldName)
          Deprecated. Primary display field.
 void setIsComposite(boolean pbComposite)
          Deprecated. Indicates if the layer supports ICompositeLayer to contain sublayers.
 void setSearchLocation(IPoint loc)
          Deprecated. The location to be used when an identify is performed on a Globe Server Layer.
 void setSearchOID(int pOid)
          Deprecated. The feature OID used as a hint when an identify is performed on a Globe Server Layer.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGlobeServerLayerProxy

public IGlobeServerLayerProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGlobeServerLayerProxy

public IGlobeServerLayerProxy()
Deprecated. 
For internal use only


IGlobeServerLayerProxy

public IGlobeServerLayerProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGlobeServerLayerProxy

protected IGlobeServerLayerProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGlobeServerLayerProxy

protected IGlobeServerLayerProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

serverConnect

public void serverConnect(IAGSServerObjectName soName,
                          IGlobeServer pGlobeServer,
                          java.lang.String layerName,
                          int layerID)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Connects to the Server given the GlobeServer Object, layer name and layer ID.

Specified by:
serverConnect in interface IGlobeServerLayer
Parameters:
soName - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
pGlobeServer - A reference to a com.esri.arcgis.globecore.IGlobeServer (in)
layerName - The layerName (in)
layerID - The layerID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionServerName

public IAGSServerObjectName getConnectionServerName()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
Provides access to members that supply server object name information.

Specified by:
getConnectionServerName in interface IGlobeServerLayer
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.

getGlobeServerLayerName

public java.lang.String getGlobeServerLayerName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The name of the GlobeServer layer.

Specified by:
getGlobeServerLayerName in interface IGlobeServerLayer
Returns:
The layerName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobeServerLayerID

public int getGlobeServerLayerID()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The GlobeServer layer identifier. This ID is used throughout to uniquely identify the layer for all requests.

Specified by:
getGlobeServerLayerID in interface IGlobeServerLayer
Returns:
The pLayerID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLegendInfo

public IGlobeLegendInfo getLegendInfo()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Provides access to members that control legend information provided by a renderer.

Specified by:
getLegendInfo in interface IGlobeServerLayer
Returns:
A reference to a com.esri.arcgis.globecore.IGlobeLegendInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobeLayerInfo

public IGlobeLayerInfo getGlobeLayerInfo()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Provides access to the available properties of a globe layer info object.

Specified by:
getGlobeLayerInfo in interface IGlobeServerLayer
Returns:
A reference to a com.esri.arcgis.globecore.IGlobeLayerInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGlobeServer

public IGlobeServer getGlobeServer()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Provides access to the GlobeServer object.

Specified by:
getGlobeServer in interface IGlobeServerLayer
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.

getThreadedGlobeServer

public IGlobeServer getThreadedGlobeServer()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Provides access to a threaded GlobeServer object.

Specified by:
getThreadedGlobeServer in interface IGlobeServerLayer
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.

setSearchOID

public void setSearchOID(int pOid)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The feature OID used as a hint when an identify is performed on a Globe Server Layer.

Specified by:
setSearchOID in interface IGlobeServerLayer
Parameters:
pOid - The pOid (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSearchOID

public int getSearchOID()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The feature OID used as a hint when an identify is performed on a Globe Server Layer.

Specified by:
getSearchOID in interface IGlobeServerLayer
Returns:
The pOid
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSearchLocation

public void setSearchLocation(IPoint loc)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The location to be used when an identify is performed on a Globe Server Layer.

Specified by:
setSearchLocation in interface IGlobeServerLayer
Parameters:
loc - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSearchLocation

public IPoint getSearchLocation()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The location to be used when an identify is performed on a Globe Server Layer.

Specified by:
getSearchLocation in interface IGlobeServerLayer
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayField

public void setDisplayField(java.lang.String fieldName)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Primary display field.

Specified by:
setDisplayField in interface IGlobeServerLayer
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayField

public java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Primary display field.

Specified by:
getDisplayField in interface IGlobeServerLayer
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsComposite

public void setIsComposite(boolean pbComposite)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layer supports ICompositeLayer to contain sublayers.

Specified by:
setIsComposite in interface IGlobeServerLayer
Parameters:
pbComposite - The pbComposite (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isComposite

public boolean isComposite()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layer supports ICompositeLayer to contain sublayers.

Specified by:
isComposite in interface IGlobeServerLayer
Returns:
The pbComposite
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.