|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapServerIdentifyResult2
Provides access to the Map Server Identify Result Interface.
| Method Summary | |
|---|---|
int |
getFeatureId()
The Feature ID of the identified object. |
String |
getHTMLPopup()
HTML as text that can be used in popups. |
int |
getLayerID()
The layer ID of the identified object. |
String |
getName()
The name of the identified object. |
IPropertySet |
getProperties()
A set of name-value pairs for the field names and values of the identified object. |
IMapServerRelationships |
getRelatedRows()
The related rows (relationships) of the identified object. |
IGeometry |
getShape()
The geometry of the identified object. |
| Method Detail |
|---|
int getLayerID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getName()
throws IOException,
AutomationException
Name is the value from the DisplayField of the feature. When a DisplayExpression is used in the source map document, it returns the result of the DisplayExpression.
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.
IGeometry getShape()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMapServerRelationships getRelatedRows()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getHTMLPopup()
throws IOException,
AutomationException
When esriIdentifyVisibleWithHTMLPopup or esriIdentifyTopOneWithHTMLPopup is used, Identify includes a rich html content where attributes are formatted the way author defined in the source map document.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFeatureId()
throws IOException,
AutomationException
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 | ||||||||