public interface IDataConvertProcess
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID27e4225d_1afd_11d4_812e_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
init(ITable outputTable)
Initializes the process function with output table.
|
void |
processRowbuffer(IRowBuffer rowBuffer)
Processes the row buffer.
|
static final int IID27e4225d_1afd_11d4_812e_00c04f686238
static final int xxDummy
static final java.lang.String IID
void init(ITable outputTable) throws java.io.IOException, AutomationException
outputTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void processRowbuffer(IRowBuffer rowBuffer) throws java.io.IOException, AutomationException
rowBuffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.