public class GeoDBDataTransfer extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IGeoDBDataTransfer, IGeoDBDataTransfer2, IConnectionPointContainer
Description 'Transfers data to/from GeoDatabases.' 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, IID69ebda67_d1fc_4f5a_829f_3e73098cd6d7, xxDummyIID9b6b1ad3_e0e7_11d3_8118_00c04f686238IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy| Constructor and Description |
|---|
GeoDBDataTransfer()
Constructs a GeoDBDataTransfer using ArcGIS Engine.
|
GeoDBDataTransfer(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
GeoDBDataTransfer theGeoDBDataTransfer = (GeoDBDataTransfer) obj; |
| Modifier and Type | Method and Description |
|---|---|
void |
addIFeatureProgressListener(IFeatureProgress theListener)
addIFeatureProgressListener.
|
void |
delete(IEnumNameMapping from,
IName toName)
Deletes objects that were transfered.
|
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint
|
boolean |
generateNameMapping(IEnumName from,
IName toName,
IEnumNameMapping[] to)
Generate a list of objects to transfer.
|
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
|
int |
numberObjectsToTransfer(IEnumNameMapping from)
Returns the number of objects to be transfered (by the Simple Data Converter).
|
void |
release()
Release this COM object reference
|
void |
removeIFeatureProgressListener(IFeatureProgress theListener)
removeIFeatureProgressListener.
|
void |
transfer(IEnumNameMapping from,
IName toName)
Transfers Data from one Workspace to another.
|
public GeoDBDataTransfer()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic GeoDBDataTransfer(java.lang.Object obj)
throws java.io.IOException
GeoDBDataTransfer theGeoDBDataTransfer = (GeoDBDataTransfer) obj;obj to GeoDBDataTransfer.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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic 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.RemoteObjRefpublic boolean generateNameMapping(IEnumName from, IName toName, IEnumNameMapping[] to) throws java.io.IOException, AutomationException
generateNameMapping in interface IGeoDBDataTransferfrom - A reference to a com.esri.arcgis.system.IEnumName (in)toName - A reference to a com.esri.arcgis.system.IName (in)to - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void transfer(IEnumNameMapping from, IName toName) throws java.io.IOException, AutomationException
transfer in interface IGeoDBDataTransferfrom - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)toName - A reference to a com.esri.arcgis.system.IName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int numberObjectsToTransfer(IEnumNameMapping from) throws java.io.IOException, AutomationException
numberObjectsToTransfer in interface IGeoDBDataTransferfrom - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void delete(IEnumNameMapping from, IName toName) throws java.io.IOException, AutomationException
delete in interface IGeoDBDataTransfer2from - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)toName - A reference to a com.esri.arcgis.system.IName (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 IConnectionPointContainerppEnum - 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 IConnectionPointContainerriid - 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.