com.esri.arcgis.geodatabase
Interface ISimpleDataConverter

All Superinterfaces:
Serializable
All Known Subinterfaces:
ISimpleDataConverter2
All Known Implementing Classes:
SimpleDataConverter

public interface ISimpleDataConverter
extends Serializable

Provides access to members used for data conversions.

Superseded By

ISimpleDataConverter2

Description

ISimpleDataConverter is a helper interface for IFeatureDataConverter. Do not use this interface if you want to convert or export data, use IFeatureDataConverter.

Product Availability

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


Method Summary
 IEnumInvalidObject convert()
          Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.
 void reset()
          Reset all the properties associated with the simple data converter.
 void setConfigurationKeyword(String rhs1)
          The configuration keyword for the new FeatureClass.
 void setFlushInterval(int rhs1)
          The flushing interval for sde FeatureClass.
 void setInputDatasetNameByRef(IDatasetName rhs1)
          The input DatasetName, FeatureClass or table.
 void setInputQueryFilterByRef(IQueryFilter rhs1)
          The input QueryFilter.
 void setIsFeatureTypeSimple(boolean rhs1)
          The property to preserve the inputFeatureType in the output.
 void setOutputDatasetNameByRef(IDatasetName rhs1)
          The output object class Name (optional).
 void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1)
          The output FeatureDatasetName.
 void setOutputFieldsByRef(IFields rhs1)
          The output fields for the input FeatureClass.
 void setOutputGeometryDefByRef(IGeometryDef rhs1)
          The GeometryDef (optional) for the output FeatureDatasetName.
 void setParentWindowHandle(int rhs1)
          The parent hWnd.
 

Method Detail

convert

IEnumInvalidObject convert()
                           throws IOException,
                                  AutomationException
Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumInvalidObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Reset all the properties associated with the simple data converter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsFeatureTypeSimple

void setIsFeatureTypeSimple(boolean rhs1)
                            throws IOException,
                                   AutomationException
The property to preserve the inputFeatureType in the output.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInputDatasetNameByRef

void setInputDatasetNameByRef(IDatasetName rhs1)
                              throws IOException,
                                     AutomationException
The input DatasetName, FeatureClass or table.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setInputQueryFilterByRef

void setInputQueryFilterByRef(IQueryFilter rhs1)
                              throws IOException,
                                     AutomationException
The input QueryFilter.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setOutputGeometryDefByRef

void setOutputGeometryDefByRef(IGeometryDef rhs1)
                               throws IOException,
                                      AutomationException
The GeometryDef (optional) for the output FeatureDatasetName.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setOutputFieldsByRef

void setOutputFieldsByRef(IFields rhs1)
                          throws IOException,
                                 AutomationException
The output fields for the input FeatureClass.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setOutputFeatureDatasetNameByRef

void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1)
                                      throws IOException,
                                             AutomationException
The output FeatureDatasetName.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setOutputDatasetNameByRef

void setOutputDatasetNameByRef(IDatasetName rhs1)
                               throws IOException,
                                      AutomationException
The output object class Name (optional).

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setConfigurationKeyword

void setConfigurationKeyword(String rhs1)
                             throws IOException,
                                    AutomationException
The configuration keyword for the new FeatureClass.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFlushInterval

void setFlushInterval(int rhs1)
                      throws IOException,
                             AutomationException
The flushing interval for sde FeatureClass.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentWindowHandle

void setParentWindowHandle(int rhs1)
                           throws IOException,
                                  AutomationException
The parent hWnd.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
rhs1 - The rhs1 (A COM typedef) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.