com.esri.arcgis.geodatabase
Interface IDataConvertProcess

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDataConvertProcessProxy

public interface IDataConvertProcess
extends java.io.Serializable

COM Interface 'IDataConvertProcess'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control the Data Convert Process.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID27e4225d_1afd_11d4_812e_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void init(ITable outputTable)
          Initializes the process function with output table.
 void processRowbuffer(IRowBuffer rowBuffer)
          Processes the row buffer.
 

Field Detail

IID27e4225d_1afd_11d4_812e_00c04f686238

static final int IID27e4225d_1afd_11d4_812e_00c04f686238
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

init

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

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

processRowbuffer

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

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