|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpEnumObject
Provides access to the properties and methods of a Geoprocessing object enumerator object.
Method Summary | |
---|---|
void |
deleteRow(Object row)
Inserts the row associated with the given cursor row. |
void |
insertRow(Object row)
Inserts the row associated with the given cursor row. |
Object |
newRow()
Creates and returns a new cursor row object. |
Object |
next()
Returns the next object in the enumeration sequence. |
void |
reset()
Resets the enumeration so the next returned string is the first. |
void |
setCursor(ICursor cursor,
int cursorCookie,
IFields fields,
IGPFieldInfo fieldInfo,
IRowBuffer pRowBuffer,
IPropertySet pRowSet,
boolean update,
int updateType,
int type,
ISpatialReference pSpRef,
boolean hasM,
boolean hasZ,
double defaultZ)
Initializes the enumeration of rows based upon the given cursor. |
void |
setFields(IFields fields,
String wildCard,
String fieldType)
Sets the fields to be used when creating cursors. |
void |
setIndexes(IIndexes indexes,
String wildCard)
Sets the indexes to be used when creating cursors. |
void |
updateRow(Object row)
Updates the row associated with the given cursor row. |
Method Detail |
---|
void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object next() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object newRow() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFields(IFields fields, String wildCard, String fieldType) throws IOException, AutomationException
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)wildCard
- The wildCard (in)fieldType
- The fieldType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIndexes(IIndexes indexes, String wildCard) throws IOException, AutomationException
indexes
- A reference to a com.esri.arcgis.geodatabase.IIndexes (in)wildCard
- The wildCard (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCursor(ICursor cursor, int cursorCookie, IFields fields, IGPFieldInfo fieldInfo, IRowBuffer pRowBuffer, IPropertySet pRowSet, boolean update, int updateType, int type, ISpatialReference pSpRef, boolean hasM, boolean hasZ, double defaultZ) throws IOException, AutomationException
cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)cursorCookie
- The cursorCookie (in)fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)fieldInfo
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldInfo (in)pRowBuffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)pRowSet
- A reference to a com.esri.arcgis.system.IPropertySet (in)update
- The update (in)updateType
- The updateType (in)type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)pSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)hasM
- The hasM (in)hasZ
- The hasZ (in)defaultZ
- The defaultZ (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateRow(Object row) throws IOException, AutomationException
row
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertRow(Object row) throws IOException, AutomationException
row
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteRow(Object row) throws IOException, AutomationException
row
- A reference to another Automation Object (IDispatch) (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 |