|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpCursorRow2
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 |
---|
static final int IID07897e4f_0a73_4f20_9c9a_5d31bc612340
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_9_GET_NAME
static final java.lang.String DISPID_10_NAME
Method Detail |
---|
boolean isInsertCursor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getOIDandGeomFieldNames(java.lang.String[] oIDFieldName, java.lang.String[] geomFieldName) throws java.io.IOException, AutomationException
oIDFieldName
- The oIDFieldName (out: use single element array)geomFieldName
- The geomFieldName (out: use single element array)
java.io.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 |