com.esri.arcgis.globecore
Class IGlobeServerFindResultProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IGlobeServerFindResult'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to the Globe Server Find Result Interface.' 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 IGlobeServerFindResultProxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeServerFindResult, 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.IGlobeServerFindResult
IID, IIDbb7de2f9_cf1c_4673_a5fa_a49ae6e34176
 
Constructor Summary
  IGlobeServerFindResultProxy()
          Deprecated. For internal use only
  IGlobeServerFindResultProxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeServerFindResultProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeServerFindResultProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeServerFindResultProxy(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.  
 java.lang.String getFieldName()
          Deprecated. The field name.
 int getObjectID()
          Deprecated. The ID of the found feature.
 IPropertySet getProperties()
          Deprecated. A set of name-value pairs for the found features's field names and values.
 IGeometry getShape()
          Deprecated. The geometry of the found feature.
 java.lang.String getValue()
          Deprecated. The found value.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFieldName(java.lang.String name)
          Deprecated. The field name.
 void setObjectID(int oid)
          Deprecated. The ID of the found feature.
 void setPropertiesByRef(IPropertySet props)
          Deprecated. A set of name-value pairs for the found features's field names and values.
 void setShapeByRef(IGeometry shape)
          Deprecated. The geometry of the found feature.
 void setValue(java.lang.String value)
          Deprecated. The found value.
 
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

IGlobeServerFindResultProxy

public IGlobeServerFindResultProxy(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

IGlobeServerFindResultProxy

public IGlobeServerFindResultProxy()
Deprecated. 
For internal use only


IGlobeServerFindResultProxy

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

IGlobeServerFindResultProxy

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

IGlobeServerFindResultProxy

protected IGlobeServerFindResultProxy(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

getValue

public java.lang.String getValue()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The found value.

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

setValue

public void setValue(java.lang.String value)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
The found value.

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

getFieldName

public java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The field name.

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

setFieldName

public void setFieldName(java.lang.String name)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The field name.

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

getObjectID

public int getObjectID()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The ID of the found feature.

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

setObjectID

public void setObjectID(int oid)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The ID of the found feature.

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

getShape

public IGeometry getShape()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The geometry of the found feature.

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

setShapeByRef

public void setShapeByRef(IGeometry shape)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The geometry of the found feature.

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

getProperties

public IPropertySet getProperties()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
A set of name-value pairs for the found features's field names and values.

Specified by:
getProperties in interface IGlobeServerFindResult
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

public void setPropertiesByRef(IPropertySet props)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
A set of name-value pairs for the found features's field names and values.

Specified by:
setPropertiesByRef in interface IGlobeServerFindResult
Parameters:
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.