public class SimpleDataConverter extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ISimpleDataConverter, ISimpleDataConverter2, IConnectionPointContainer, ISupportErrorInfo
Description 'Convert a set of shape files into Access or SDE.' 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 =
IID, IIDd1e48d08_ee0b_11d3_a0a1_00c04f6bc626, xxDummy
IID0446469d_fafa_11d1_aab1_00c04fa33c20
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
Constructor and Description |
---|
SimpleDataConverter()
Constructs a SimpleDataConverter using ArcGIS Engine.
|
SimpleDataConverter(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
SimpleDataConverter theSimpleDataConverter = (SimpleDataConverter) obj; |
Modifier and Type | Method and Description |
---|---|
void |
addIFeatureProgressListener(IFeatureProgress theListener)
addIFeatureProgressListener.
|
IEnumInvalidObject |
convert()
Convert the input FeatureClass to another FeatureClass in the output FeatureDataset.
|
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo
|
void |
release()
Release this COM object reference
|
void |
removeIFeatureProgressListener(IFeatureProgress theListener)
removeIFeatureProgressListener.
|
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 |
setDataConvertProcessByRef(IDataConvertProcess rhs1)
The data converter process object.
|
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 |
setInputSelectionSetByRef(ISelectionSet rhs1)
The set of objects to convert.
|
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.
|
public SimpleDataConverter() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic SimpleDataConverter(java.lang.Object obj) throws java.io.IOException
SimpleDataConverter theSimpleDataConverter = (SimpleDataConverter) obj;
obj
to SimpleDataConverter
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void addIFeatureProgressListener(IFeatureProgress theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.java.io.IOException
- If there are communications problems.public void removeIFeatureProgressListener(IFeatureProgress theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IEnumInvalidObject convert() throws java.io.IOException, AutomationException
convert
in interface ISimpleDataConverter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface ISimpleDataConverter
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsFeatureTypeSimple(boolean rhs1) throws java.io.IOException, AutomationException
setIsFeatureTypeSimple
in interface ISimpleDataConverter
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInputDatasetNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
setInputDatasetNameByRef
in interface ISimpleDataConverter
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.public void setInputQueryFilterByRef(IQueryFilter rhs1) throws java.io.IOException, AutomationException
setInputQueryFilterByRef
in interface ISimpleDataConverter
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.public void setOutputGeometryDefByRef(IGeometryDef rhs1) throws java.io.IOException, AutomationException
setOutputGeometryDefByRef
in interface ISimpleDataConverter
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.public void setOutputFieldsByRef(IFields rhs1) throws java.io.IOException, AutomationException
setOutputFieldsByRef
in interface ISimpleDataConverter
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.public void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1) throws java.io.IOException, AutomationException
setOutputFeatureDatasetNameByRef
in interface ISimpleDataConverter
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.public void setOutputDatasetNameByRef(IDatasetName rhs1) throws java.io.IOException, AutomationException
setOutputDatasetNameByRef
in interface ISimpleDataConverter
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.public void setConfigurationKeyword(java.lang.String rhs1) throws java.io.IOException, AutomationException
setConfigurationKeyword
in interface ISimpleDataConverter
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFlushInterval(int rhs1) throws java.io.IOException, AutomationException
setFlushInterval
in interface ISimpleDataConverter
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setParentWindowHandle(int rhs1) throws java.io.IOException, AutomationException
setParentWindowHandle
in interface ISimpleDataConverter
rhs1
- The rhs1 (A COM typedef) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setInputSelectionSetByRef(ISelectionSet rhs1) throws java.io.IOException, AutomationException
setInputSelectionSetByRef
in interface ISimpleDataConverter2
rhs1
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDataConvertProcessByRef(IDataConvertProcess rhs1) throws java.io.IOException, AutomationException
setDataConvertProcessByRef
in interface ISimpleDataConverter2
rhs1
- A reference to a com.esri.arcgis.geodatabase.IDataConvertProcess (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws java.io.IOException, AutomationException
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.geodatabase.IEnumConnectionPoints (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws java.io.IOException, AutomationException
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.geodatabase.IConnectionPoint (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.