|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeServerFindResult
Provides access to the Globe Server Find Result Interface.
| Method Summary | |
|---|---|
String |
getFieldName()
The field name. |
int |
getObjectID()
The ID of the found feature. |
IPropertySet |
getProperties()
A set of name-value pairs for the found features's field names and values. |
IGeometry |
getShape()
The geometry of the found feature. |
String |
getValue()
The found value. |
void |
setFieldName(String name)
The field name. |
void |
setObjectID(int oid)
The ID of the found feature. |
void |
setPropertiesByRef(IPropertySet props)
A set of name-value pairs for the found features's field names and values. |
void |
setShapeByRef(IGeometry shape)
The geometry of the found feature. |
void |
setValue(String value)
The found value. |
| Method Detail |
|---|
String getValue()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setValue(String value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getObjectID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectID(int oid)
throws IOException,
AutomationException
oid - The oid (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getShape()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShapeByRef(IGeometry shape)
throws IOException,
AutomationException
shape - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getProperties()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropertiesByRef(IPropertySet props)
throws IOException,
AutomationException
props - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||