com.esri.arcgis.geodatabasedistributed
Interface IGdbXmlImport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GdbImporter, IGdbXmlImportProxy

public interface IGdbXmlImport
extends java.io.Serializable

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

IID56cb26fb_6abf_4eb7_9f39_9ec7248c0873

static final int IID56cb26fb_6abf_4eb7_9f39_9ec7248c0873
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(java.lang.String inFile,
                            IWorkspace workspace,
                            IEnumNameMapping[] enumNameMapping)
                            throws java.io.IOException,
                                   AutomationException
Generate a list of objects to import.

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

importWorkspace

void importWorkspace(java.lang.String inFile,
                     IEnumNameMapping enumNameMapping,
                     IWorkspace pWorkspace,
                     boolean schemaOnly)
                     throws java.io.IOException,
                            AutomationException
Imports a workspace from XML.

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

importRecordSet

void importRecordSet(java.lang.String inFile,
                     IFields sourceFields,
                     IFields targetMappedFields,
                     ITable pTable)
                     throws java.io.IOException,
                            AutomationException
Loading data from xml recordset.

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

getRecordSetFields

IFields getRecordSetFields(java.lang.String inFile)
                           throws java.io.IOException,
                                  AutomationException
Generate a fieldset to load from xml.

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