com.esri.arcgis.geodatabase
Interface IGeoDBDataTransfer

All Superinterfaces:
Serializable
All Known Subinterfaces:
IGeoDBDataTransfer2
All Known Implementing Classes:
GeoDBDataTransfer

public interface IGeoDBDataTransfer
extends Serializable

Provides access to members that transfer data to/from GeoDatabases.

Superseded By

IGeoDBDataTransfer2

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean generateNameMapping(IEnumName from, IName toName, IEnumNameMapping[] to)
          Generate a list of objects to transfer.
 int numberObjectsToTransfer(IEnumNameMapping from)
          Returns the number of objects to be transfered (by the Simple Data Converter).
 void transfer(IEnumNameMapping from, IName toName)
          Transfers Data from one Workspace to another.
 

Method Detail

generateNameMapping

boolean generateNameMapping(IEnumName from,
                            IName toName,
                            IEnumNameMapping[] to)
                            throws IOException,
                                   AutomationException
Generate a list of objects to transfer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
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)
Returns:
The conflicts
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transfer

void transfer(IEnumNameMapping from,
              IName toName)
              throws IOException,
                     AutomationException
Transfers Data from one Workspace to another.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
from - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
toName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

numberObjectsToTransfer

int numberObjectsToTransfer(IEnumNameMapping from)
                            throws IOException,
                                   AutomationException
Returns the number of objects to be transfered (by the Simple Data Converter).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
from - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
Returns:
The nObjects
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.