|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISimpleDataConverter
Provides access to members used for data conversions.
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 |
---|
IEnumInvalidObject convert() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsFeatureTypeSimple(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputDatasetNameByRef(IDatasetName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputQueryFilterByRef(IQueryFilter rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputGeometryDefByRef(IGeometryDef rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputFieldsByRef(IFields rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputDatasetNameByRef(IDatasetName rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConfigurationKeyword(String rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFlushInterval(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParentWindowHandle(int rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |