com.esri.arcgis.geodatabase
Interface ISimpleDataConverter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ISimpleDataConverter2
All Known Implementing Classes:
ISimpleDataConverter2Proxy, ISimpleDataConverterProxy, SimpleDataConverter

public interface ISimpleDataConverter
extends java.io.Serializable

COM Interface 'ISimpleDataConverter'. 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 IID0446469d_fafa_11d1_aab1_00c04fa33c20
           
static int xxDummy
          Deprecated. Internal use only
 
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(java.lang.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.
 

Field Detail

IID0446469d_fafa_11d1_aab1_00c04fa33c20

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

convert

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

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

reset

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

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

setIsFeatureTypeSimple

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

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

setInputDatasetNameByRef

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

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

setInputQueryFilterByRef

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

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

setOutputGeometryDefByRef

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

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

setOutputFieldsByRef

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

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

setOutputFeatureDatasetNameByRef

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

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

setOutputDatasetNameByRef

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

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

setConfigurationKeyword

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

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

setFlushInterval

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

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

setParentWindowHandle

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

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