public interface ISimpleDataConverter
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0446469d_fafa_11d1_aab1_00c04fa33c20 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID0446469d_fafa_11d1_aab1_00c04fa33c20
static final int xxDummy
static final java.lang.String IID
IEnumInvalidObject convert() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsFeatureTypeSimple(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputDatasetNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputQueryFilterByRef(IQueryFilter rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputGeometryDefByRef(IGeometryDef rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputFieldsByRef(IFields rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFields (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputDatasetNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConfigurationKeyword(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFlushInterval(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setParentWindowHandle(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.