|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoDBDataTransfer
Provides access to members that transfer data to/from GeoDatabases.
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 |
---|
boolean generateNameMapping(IEnumName from, IName toName, IEnumNameMapping[] to) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void transfer(IEnumNameMapping from, IName toName) throws IOException, AutomationException
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.int numberObjectsToTransfer(IEnumNameMapping from) throws IOException, AutomationException
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |