public interface IMapServerFindResult
extends java.io.Serializable
Description: 'Provides access to the Map Server Find Result Interface. Use IMapServerFindResult2 for 64 bit OIDs.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6ec9d9f9_5e0f_4067_9783_07b162c3b868 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID6ec9d9f9_5e0f_4067_9783_07b162c3b868
static final int xxDummy
static final java.lang.String IID
java.lang.String getValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setValue(java.lang.String value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLayerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLayerID(int layerID) throws java.io.IOException, AutomationException
layerID
- The layerID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getFeatureId() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureId(int fID) throws java.io.IOException, AutomationException
fID
- The fID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getFeatureShape() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureShape(IGeometry shape) throws java.io.IOException, AutomationException
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getFeatureProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureProperties(IPropertySet props) throws java.io.IOException, AutomationException
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.