com.esri.arcgis.carto
Interface IMapServerRow

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IMapServerRow2
All Known Implementing Classes:
IMapServerRow2Proxy, IMapServerRowProxy, MapServerRow

public interface IMapServerRow
extends java.io.Serializable

COM Interface 'IMapServerRow'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the Map Server Row 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 IIDb60464e3_755a_4b84_a4d7_7ecc9232d26a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.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).
 

Field Detail

IIDb60464e3_755a_4b84_a4d7_7ecc9232d26a

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The value of the primary display field.

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

getPropertySet

IPropertySet getPropertySet()
                            throws java.io.IOException,
                                   AutomationException
A set of name-value pairs for the row'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.

getRelatedRows

IMapServerRelationships getRelatedRows()
                                       throws java.io.IOException,
                                              AutomationException
The related rows (relationships).

Returns:
A reference to a com.esri.arcgis.carto.IMapServerRelationships
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.