com.esri.arcgis.geoprocessing
Interface IGpCursorRow2

All Superinterfaces:
IGpCursorRow, java.io.Serializable
All Known Implementing Classes:
IGpCursorRow2Proxy

public interface IGpCursorRow2
extends IGpCursorRow, java.io.Serializable

COM Interface 'IGpCursorRow2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the Cursor Row.' 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 DISPID_10_NAME
           
static java.lang.String DISPID_9_GET_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID07897e4f_0a73_4f20_9c9a_5d31bc612340
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGpCursorRow
DISPID_1_NAME, DISPID_2_NAME, DISPID_3_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_GET_NAME, DISPID_8_NAME, IID4ca0ac7e_0388_4bf9_ae30_ab5f876cbbef
 
Method Summary
 void getOIDandGeomFieldNames(java.lang.String[] oIDFieldName, java.lang.String[] geomFieldName)
          Returns the OID and GEOMETRY fields of the associated table.
 boolean isInsertCursor()
          Returns if the row is from an insert cursor or not.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGpCursorRow
deleteRow, getValue, insertRow, isNull, setNull, setRow, setValue, updateRow
 

Field Detail

IID07897e4f_0a73_4f20_9c9a_5d31bc612340

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

DISPID_9_GET_NAME

static final java.lang.String DISPID_9_GET_NAME
See Also:
Constant Field Values

DISPID_10_NAME

static final java.lang.String DISPID_10_NAME
See Also:
Constant Field Values
Method Detail

isInsertCursor

boolean isInsertCursor()
                       throws java.io.IOException,
                              AutomationException
Returns if the row is from an insert cursor or not.

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

getOIDandGeomFieldNames

void getOIDandGeomFieldNames(java.lang.String[] oIDFieldName,
                             java.lang.String[] geomFieldName)
                             throws java.io.IOException,
                                    AutomationException
Returns the OID and GEOMETRY fields of the associated table.

Parameters:
oIDFieldName - The oIDFieldName (out: use single element array)
geomFieldName - The geomFieldName (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.