com.esri.arcgis.geodatabase
Interface ISimpleDataConverter2

All Superinterfaces:
ISimpleDataConverter, java.io.Serializable
All Known Implementing Classes:
ISimpleDataConverter2Proxy, SimpleDataConverter

public interface ISimpleDataConverter2
extends ISimpleDataConverter, java.io.Serializable

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

Description: 'Provides access to members used for data conversions.' 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 IIDd1e48d08_ee0b_11d3_a0a1_00c04f6bc626
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISimpleDataConverter
IID0446469d_fafa_11d1_aab1_00c04fa33c20
 
Method Summary
 void setDataConvertProcessByRef(IDataConvertProcess rhs1)
          The data converter process object.
 void setInputSelectionSetByRef(ISelectionSet rhs1)
          The set of objects to convert.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ISimpleDataConverter
convert, reset, setConfigurationKeyword, setFlushInterval, setInputDatasetNameByRef, setInputQueryFilterByRef, setIsFeatureTypeSimple, setOutputDatasetNameByRef, setOutputFeatureDatasetNameByRef, setOutputFieldsByRef, setOutputGeometryDefByRef, setParentWindowHandle
 

Field Detail

IIDd1e48d08_ee0b_11d3_a0a1_00c04f6bc626

static final int IIDd1e48d08_ee0b_11d3_a0a1_00c04f6bc626
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

setInputSelectionSetByRef

void setInputSelectionSetByRef(ISelectionSet rhs1)
                               throws java.io.IOException,
                                      AutomationException
The set of objects to convert.

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

setDataConvertProcessByRef

void setDataConvertProcessByRef(IDataConvertProcess rhs1)
                                throws java.io.IOException,
                                       AutomationException
The data converter process object.

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