public interface IGeoDBDataTransfer
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID9b6b1ad3_e0e7_11d3_8118_00c04f686238 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID9b6b1ad3_e0e7_11d3_8118_00c04f686238
static final int xxDummy
static final java.lang.String IID
boolean generateNameMapping(IEnumName from, IName toName, IEnumNameMapping[] to) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void transfer(IEnumNameMapping from, IName toName) throws java.io.IOException, AutomationException
from
- 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.int numberObjectsToTransfer(IEnumNameMapping from) throws java.io.IOException, AutomationException
from
- 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.