|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataConvertProcess
Provides access to members that control the Data Convert Process.
Method Summary | |
---|---|
void |
init(ITable outputTable)
Initializes the process function with output table. |
void |
processRowbuffer(IRowBuffer rowBuffer)
Processes the row buffer. |
Method Detail |
---|
void init(ITable outputTable) throws IOException, AutomationException
outputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void processRowbuffer(IRowBuffer rowBuffer) throws IOException, AutomationException
rowBuffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (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 |