|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.SimpleDataConverter
public class SimpleDataConverter
Convert a set of shape files into Access or SDE.
| Constructor Summary | |
|---|---|
SimpleDataConverter()
Constructs a SimpleDataConverter using ArcGIS Engine. |
|
SimpleDataConverter(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SimpleDataConverter theSimpleDataConverter = (SimpleDataConverter) obj; |
|
| Method Summary | |
|---|---|
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(Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
removeIFeatureProgressListener(IFeatureProgress theListener)
removeIFeatureProgressListener. |
void |
reset()
Reset all the properties associated with the simple data converter. |
void |
setConfigurationKeyword(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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SimpleDataConverter()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SimpleDataConverter(Object obj)
throws IOException
SimpleDataConverter theSimpleDataConverter = (SimpleDataConverter) obj;
obj to SimpleDataConverter.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addIFeatureProgressListener(IFeatureProgress theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.
IOException - If there are communications problems.
public void removeIFeatureProgressListener(IFeatureProgress theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.
IOException - If there are communications problems.
public IEnumInvalidObject convert()
throws IOException,
AutomationException
convert in interface ISimpleDataConverterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws IOException,
AutomationException
reset in interface ISimpleDataConverterIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsFeatureTypeSimple(boolean rhs1)
throws IOException,
AutomationException
setIsFeatureTypeSimple in interface ISimpleDataConverterrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputDatasetNameByRef(IDatasetName rhs1)
throws IOException,
AutomationException
setInputDatasetNameByRef in interface ISimpleDataConverterrhs1 - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputQueryFilterByRef(IQueryFilter rhs1)
throws IOException,
AutomationException
setInputQueryFilterByRef in interface ISimpleDataConverterrhs1 - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputGeometryDefByRef(IGeometryDef rhs1)
throws IOException,
AutomationException
setOutputGeometryDefByRef in interface ISimpleDataConverterrhs1 - A reference to a com.esri.arcgis.geodatabase.IGeometryDef (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputFieldsByRef(IFields rhs1)
throws IOException,
AutomationException
setOutputFieldsByRef in interface ISimpleDataConverterrhs1 - A reference to a com.esri.arcgis.geodatabase.IFields (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputFeatureDatasetNameByRef(IFeatureDatasetName rhs1)
throws IOException,
AutomationException
setOutputFeatureDatasetNameByRef in interface ISimpleDataConverterrhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureDatasetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputDatasetNameByRef(IDatasetName rhs1)
throws IOException,
AutomationException
setOutputDatasetNameByRef in interface ISimpleDataConverterrhs1 - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConfigurationKeyword(String rhs1)
throws IOException,
AutomationException
setConfigurationKeyword in interface ISimpleDataConverterrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlushInterval(int rhs1)
throws IOException,
AutomationException
setFlushInterval in interface ISimpleDataConverterrhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentWindowHandle(int rhs1)
throws IOException,
AutomationException
setParentWindowHandle in interface ISimpleDataConverterrhs1 - The rhs1 (A COM typedef) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInputSelectionSetByRef(ISelectionSet rhs1)
throws IOException,
AutomationException
setInputSelectionSetByRef in interface ISimpleDataConverter2rhs1 - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataConvertProcessByRef(IDataConvertProcess rhs1)
throws IOException,
AutomationException
setDataConvertProcessByRef in interface ISimpleDataConverter2rhs1 - A reference to a com.esri.arcgis.geodatabase.IDataConvertProcess (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
throws IOException,
AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
throws IOException,
AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint in interface IConnectionPointContainerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||