|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geodatabasedistributed.GdbImporter
public class GdbImporter
COM Class 'GdbImporter'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description 'Esri Geodatabase Importer object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IGdbXmlImport |
---|
IID, IID56cb26fb_6abf_4eb7_9f39_9ec7248c0873, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
GdbImporter()
Constructs a GdbImporter using ArcGIS Engine. |
|
GdbImporter(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GdbImporter theGdbImporter = (GdbImporter) obj; |
Method Summary | |
---|---|
void |
addIFeatureProgressListener(IFeatureProgress theListener)
addIFeatureProgressListener. |
void |
addIOperationProgressListener(IOperationProgress theListener)
addIOperationProgressListener. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
boolean |
generateNameMapping(java.lang.String inFile,
IWorkspace workspace,
IEnumNameMapping[] enumNameMapping)
Generate a list of objects to import. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IFields |
getRecordSetFields(java.lang.String inFile)
Generate a fieldset to load from xml. |
int |
hashCode()
the hashcode for this object |
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. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a GdbImporter. |
void |
removeIFeatureProgressListener(IFeatureProgress theListener)
removeIFeatureProgressListener. |
void |
removeIOperationProgressListener(IOperationProgress theListener)
removeIOperationProgressListener. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GdbImporter() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GdbImporter(java.lang.Object obj) throws java.io.IOException
GdbImporter theGdbImporter = (GdbImporter) obj;
obj
to GdbImporter
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void addIFeatureProgressListener(IFeatureProgress theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.
java.io.IOException
- If there are communications problems.public void removeIFeatureProgressListener(IFeatureProgress theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.geodatabase.IFeatureProgress interface.
java.io.IOException
- If there are communications problems.public void addIOperationProgressListener(IOperationProgress theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.geodatabasedistributed.IOperationProgress interface.
java.io.IOException
- If there are communications problems.public void removeIOperationProgressListener(IOperationProgress theListener) throws java.io.IOException
theListener
- An object that implements the com.esri.arcgis.geodatabasedistributed.IOperationProgress interface.
java.io.IOException
- If there are communications problems.public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public boolean generateNameMapping(java.lang.String inFile, IWorkspace workspace, IEnumNameMapping[] enumNameMapping) throws java.io.IOException, AutomationException
generateNameMapping
in interface IGdbXmlImport
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.public void importWorkspace(java.lang.String inFile, IEnumNameMapping enumNameMapping, IWorkspace pWorkspace, boolean schemaOnly) throws java.io.IOException, AutomationException
importWorkspace
in interface IGdbXmlImport
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.public void importRecordSet(java.lang.String inFile, IFields sourceFields, IFields targetMappedFields, ITable pTable) throws java.io.IOException, AutomationException
importRecordSet
in interface IGdbXmlImport
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.public IFields getRecordSetFields(java.lang.String inFile) throws java.io.IOException, AutomationException
getRecordSetFields
in interface IGdbXmlImport
inFile
- The inFile (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |