|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGdbXmlImport
COM Interface 'IGdbXmlImport'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description: 'Provides access to members that support importing a geodatabase from XML.' 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 |
IID56cb26fb_6abf_4eb7_9f39_9ec7248c0873
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
generateNameMapping(java.lang.String inFile,
IWorkspace workspace,
IEnumNameMapping[] enumNameMapping)
Generate a list of objects to import. |
IFields |
getRecordSetFields(java.lang.String inFile)
Generate a fieldset to load from xml. |
void |
importRecordSet(java.lang.String inFile,
IFields sourceFields,
IFields targetMappedFields,
ITable pTable)
Loading data from xml recordset. |
void |
importWorkspace(java.lang.String inFile,
IEnumNameMapping enumNameMapping,
IWorkspace pWorkspace,
boolean schemaOnly)
Imports a workspace from XML. |
| Field Detail |
|---|
static final int IID56cb26fb_6abf_4eb7_9f39_9ec7248c0873
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean generateNameMapping(java.lang.String inFile,
IWorkspace workspace,
IEnumNameMapping[] enumNameMapping)
throws java.io.IOException,
AutomationException
inFile - The inFile (in)workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)enumNameMapping - 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 importWorkspace(java.lang.String inFile,
IEnumNameMapping enumNameMapping,
IWorkspace pWorkspace,
boolean schemaOnly)
throws java.io.IOException,
AutomationException
inFile - The inFile (in)enumNameMapping - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)schemaOnly - The schemaOnly (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void importRecordSet(java.lang.String inFile,
IFields sourceFields,
IFields targetMappedFields,
ITable pTable)
throws java.io.IOException,
AutomationException
inFile - The inFile (in)sourceFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)targetMappedFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)pTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getRecordSetFields(java.lang.String inFile)
throws java.io.IOException,
AutomationException
inFile - The inFile (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 | ||||||||