com.esri.arcgis.geodatabase
Interface IRandomAccessCursor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRandomAccessCursorProxy

public interface IRandomAccessCursor
extends java.io.Serializable

COM Interface 'IRandomAccessCursor'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that support random access to row objects in a table.' 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 IIDd756d09b_9ba9_11d4_9f7c_00c04f6bdf0e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRow getRow(int rowID)
          Get a row given its object id.
 

Field Detail

IIDd756d09b_9ba9_11d4_9f7c_00c04f6bdf0e

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

getRow

IRow getRow(int rowID)
            throws java.io.IOException,
                   AutomationException
Get a row given its object id.

Parameters:
rowID - The rowID (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.