com.esri.arcgis.geodatabase
Interface ISimpleDataConverter2

All Superinterfaces:
ISimpleDataConverter, Serializable
All Known Implementing Classes:
SimpleDataConverter

public interface ISimpleDataConverter2
extends ISimpleDataConverter, Serializable

Provides access to members used for data conversions.

Product Availability

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


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
 

Method Detail

setInputSelectionSetByRef

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

Product Availability

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

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

setDataConvertProcessByRef

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

Product Availability

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

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