|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpCursorRow2
Provides access to the Cursor Row.
This interface is new at ArcGIS 9.3. It supersedes IGPCursorRow.
Method Summary | |
---|---|
void |
getOIDandGeomFieldNames(String[] oIDFieldName,
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 |
Method Detail |
---|
boolean isInsertCursor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getOIDandGeomFieldNames(String[] oIDFieldName, String[] geomFieldName) throws IOException, AutomationException
oIDFieldName
- The oIDFieldName (out: use single element array)geomFieldName
- The geomFieldName (out: use single element array)
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 |