com.esri.arcgis.geodatabase
Interface IDataConvertProcess

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDataConvertProcessProxy

public interface IDataConvertProcess
extends Serializable

Provides access to members that control the Data Convert Process.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void init(ITable outputTable)
          Initializes the process function with output table.
 void processRowbuffer(IRowBuffer rowBuffer)
          Processes the row buffer.
 

Method Detail

init

void init(ITable outputTable)
          throws IOException,
                 AutomationException
Initializes the process function with output table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
outputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

processRowbuffer

void processRowbuffer(IRowBuffer rowBuffer)
                      throws IOException,
                             AutomationException
Processes the row buffer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
rowBuffer - A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.