|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoDBDataTransfer
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 |
---|
static final int IID9b6b1ad3_e0e7_11d3_8118_00c04f686238
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |