com.esri.arcgis.geodatabase
Interface IGeoDBDataTransfer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGeoDBDataTransfer2
All Known Implementing Classes:
GeoDBDataTransfer, IGeoDBDataTransfer2Proxy, IGeoDBDataTransferProxy

public interface IGeoDBDataTransfer
extends java.io.Serializable

COM Interface 'IGeoDBDataTransfer'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that transfer 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9b6b1ad3_e0e7_11d3_8118_00c04f686238
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID9b6b1ad3_e0e7_11d3_8118_00c04f686238

static final int IID9b6b1ad3_e0e7_11d3_8118_00c04f686238
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

generateNameMapping

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transfer

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

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

numberObjectsToTransfer

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

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