|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGpCursorRowProxy
public class IGpCursorRowProxy
Provides access to the Cursor Row.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGpCursorRowProxy()
|
|
IGpCursorRowProxy(Object obj)
|
protected |
IGpCursorRowProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
deleteRow(ICursor pCursor,
int cursorCookie)
Deletes the existing row of the current position of the cursor. |
Object |
getValue(String field)
Returns the value of the specified field in the row object. |
void |
insertRow(ICursor pCursor,
int cursorCookie)
Inserts a new row into the data source of the given cursor using the values of this row object. |
boolean |
isNull(String field)
Indicates whether or not the value of the specified field in the row object is NULL. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setNull(String field)
Sets the value of the specified field to NULL in the row object. |
void |
setRow(IRowBuffer pRowBuffer,
IPropertySet pRowSet)
Sets this row object with a new row. |
void |
setValue(String field,
Object value)
Sets the value of the specified field in the row object. |
void |
updateRow(ICursor pCursor,
int cursorCookie)
Updates the existing row of the current position of the cursor with the values of this row object. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IGpCursorRowProxy()
public IGpCursorRowProxy(Object obj) throws IOException
IOException
protected IGpCursorRowProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void updateRow(ICursor pCursor, int cursorCookie) throws IOException, AutomationException
updateRow
in interface IGpCursorRow
pCursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)cursorCookie
- The cursorCookie (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertRow(ICursor pCursor, int cursorCookie) throws IOException, AutomationException
insertRow
in interface IGpCursorRow
pCursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)cursorCookie
- The cursorCookie (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteRow(ICursor pCursor, int cursorCookie) throws IOException, AutomationException
deleteRow
in interface IGpCursorRow
pCursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)cursorCookie
- The cursorCookie (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(String field, Object value) throws IOException, AutomationException
setValue
in interface IGpCursorRow
field
- The field (in)value
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getValue(String field) throws IOException, AutomationException
getValue
in interface IGpCursorRow
field
- The field (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNull(String field) throws IOException, AutomationException
setNull
in interface IGpCursorRow
field
- The field (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isNull(String field) throws IOException, AutomationException
isNull
in interface IGpCursorRow
field
- The field (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRow(IRowBuffer pRowBuffer, IPropertySet pRowSet) throws IOException, AutomationException
setRow
in interface IGpCursorRow
pRowBuffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)pRowSet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
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 |