|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.GeoDBDataTransfer
public class GeoDBDataTransfer
Transfers data to/from GeoDatabases.
Constructor Summary | |
---|---|
GeoDBDataTransfer()
Constructs a GeoDBDataTransfer using ArcGIS Engine. |
|
GeoDBDataTransfer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeoDBDataTransfer theGeoDBDataTransfer = (GeoDBDataTransfer) obj; |
Method Summary | |
---|---|
void |
addIFeatureProgressListener(IFeatureProgress theListener)
addIFeatureProgressListener. |
void |
delete(IEnumNameMapping from,
IName toName)
Deletes objects that were transfered. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(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 String |
getClsid()
getClsid. |
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 |
removeIFeatureProgressListener(IFeatureProgress theListener)
removeIFeatureProgressListener. |
void |
transfer(IEnumNameMapping from,
IName toName)
Transfers Data from one Workspace to another. |
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 GeoDBDataTransfer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GeoDBDataTransfer(Object obj) throws IOException
GeoDBDataTransfer theGeoDBDataTransfer = (GeoDBDataTransfer) obj;
obj
to GeoDBDataTransfer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public 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 boolean generateNameMapping(IEnumName from, IName toName, IEnumNameMapping[] to) throws IOException, AutomationException
generateNameMapping
in interface IGeoDBDataTransfer
from
- 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void transfer(IEnumNameMapping from, IName toName) throws IOException, AutomationException
transfer
in interface IGeoDBDataTransfer
from
- A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)toName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int numberObjectsToTransfer(IEnumNameMapping from) throws IOException, AutomationException
numberObjectsToTransfer
in interface IGeoDBDataTransfer
from
- A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete(IEnumNameMapping from, IName toName) throws IOException, AutomationException
delete
in interface IGeoDBDataTransfer2
from
- A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)toName
- A reference to a com.esri.arcgis.system.IName (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 IConnectionPointContainer
ppEnum
- 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 IConnectionPointContainer
riid
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |