com.esri.arcgis.carto
Class IMapServerFindResultProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapServerFindResultProxy
All Implemented Interfaces:
IMapServerFindResult, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to the Map 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 IMapServerFindResultProxy
extends com.esri.arcgis.interop.Dispatch
implements IMapServerFindResult, 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.carto.IMapServerFindResult
IID, IID6ec9d9f9_5e0f_4067_9783_07b162c3b868
 
Constructor Summary
  IMapServerFindResultProxy()
          Deprecated. For internal use only
  IMapServerFindResultProxy(java.lang.Object obj)
          Deprecated.  
protected IMapServerFindResultProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IMapServerFindResultProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IMapServerFindResultProxy(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.  
 int getFeatureId()
          Deprecated. The ID of the found feature.
 IPropertySet getFeatureProperties()
          Deprecated. A set of name-value pairs for the found features's field names and values.
 IGeometry getFeatureShape()
          Deprecated. The geometry of the found feature.
 java.lang.String getFieldName()
          Deprecated. The field name.
 int getLayerID()
          Deprecated. The layer ID.
 java.lang.String getValue()
          Deprecated. The found value.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFeatureId(int fID)
          Deprecated. The ID of the found feature.
 void setFeatureProperties(IPropertySet props)
          Deprecated. A set of name-value pairs for the found features's field names and values.
 void setFeatureShape(IGeometry shape)
          Deprecated. The geometry of the found feature.
 void setFieldName(java.lang.String name)
          Deprecated. The field name.
 void setLayerID(int layerID)
          Deprecated. The layer ID.
 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

IMapServerFindResultProxy

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

IMapServerFindResultProxy

public IMapServerFindResultProxy()
Deprecated. 
For internal use only


IMapServerFindResultProxy

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

IMapServerFindResultProxy

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

IMapServerFindResultProxy

protected IMapServerFindResultProxy(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 IMapServerFindResult
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 IMapServerFindResult
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerID

public int getLayerID()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
The layer ID.

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

setLayerID

public void setLayerID(int layerID)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The layer ID.

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

getFeatureId

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

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

setFeatureId

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

Specified by:
setFeatureId in interface IMapServerFindResult
Parameters:
fID - The fID (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 IMapServerFindResult
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 IMapServerFindResult
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureShape

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

Specified by:
getFeatureShape in interface IMapServerFindResult
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.

setFeatureShape

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

Specified by:
setFeatureShape in interface IMapServerFindResult
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.

getFeatureProperties

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

Specified by:
getFeatureProperties in interface IMapServerFindResult
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.

setFeatureProperties

public void setFeatureProperties(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:
setFeatureProperties in interface IMapServerFindResult
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.