com.esri.arcgis.carto
Interface IMapServerRow2

All Superinterfaces:
IMapServerRow, java.io.Serializable
All Known Implementing Classes:
IMapServerRow2Proxy, MapServerRow

public interface IMapServerRow2
extends IMapServerRow, java.io.Serializable

COM Interface 'IMapServerRow2'. 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 IID5f96145f_57ec_4b5f_bd4a_504c6385aded
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapServerRow
IIDb60464e3_755a_4b84_a4d7_7ecc9232d26a
 
Method Summary
 int getFeatureId()
          The Feature ID of the identified object.
 
Methods inherited from interface com.esri.arcgis.carto.IMapServerRow
getName, getPropertySet, getRelatedRows
 

Field Detail

IID5f96145f_57ec_4b5f_bd4a_504c6385aded

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

getFeatureId

int getFeatureId()
                 throws java.io.IOException,
                        AutomationException
The Feature ID of the identified object.

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