com.esri.arcgis.carto
Interface IMapServerFindResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerFindResultProxy, MapServerFindResult

public interface IMapServerFindResult
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6ec9d9f9_5e0f_4067_9783_07b162c3b868
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFeatureId()
          The ID of the found feature.
 IPropertySet getFeatureProperties()
          A set of name-value pairs for the found features's field names and values.
 IGeometry getFeatureShape()
          The geometry of the found feature.
 java.lang.String getFieldName()
          The field name.
 int getLayerID()
          The layer ID.
 java.lang.String getValue()
          The found value.
 void setFeatureId(int fID)
          The ID of the found feature.
 void setFeatureProperties(IPropertySet props)
          A set of name-value pairs for the found features's field names and values.
 void setFeatureShape(IGeometry shape)
          The geometry of the found feature.
 void setFieldName(java.lang.String name)
          The field name.
 void setLayerID(int layerID)
          The layer ID.
 void setValue(java.lang.String value)
          The found value.
 

Field Detail

IID6ec9d9f9_5e0f_4067_9783_07b162c3b868

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

getValue

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

Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setValue

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

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

getLayerID

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

Returns:
The layerID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerID

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

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

getFeatureId

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

Returns:
The fID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureId

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

Parameters:
fID - The fID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

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

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldName

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

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

getFeatureShape

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

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

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

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

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

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

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

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.