|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerRow
Provides access to the Map Server Row Interface.
A layer can be related to a table. The property RelatedRows on the IMapServerIdentifyResult interface returns a collection of MapServerRelationship objects. The IMapServerRelationship interface contains the name of the relate and the property Rows. This property returns a collection of MapServerRow objects. MapServerRow objects honor all field aliases, field visibility and field formatting set in the map document or the GeoDatabase. Using the IMapServerRow interface you can access properties (Name, PropertySet and RelatedRows) of the row of a related table.
Use IMapServerRow to access row properties of a related table.
Method Summary | |
---|---|
String |
getName()
The value of the primary display field. |
IPropertySet |
getPropertySet()
A set of name-value pairs for the row's field names and values. |
IMapServerRelationships |
getRelatedRows()
The related rows (relationships). |
Method Detail |
---|
String getName() throws IOException, AutomationException
Name refers to the a string value of the Primary Display Field of the related table or layer. Name from IMapServerRelationship refers to the name given to the relationship itself.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getPropertySet() 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |