com.esri.arcgis.geodatabasedistributed
Interface IGdbXmlExport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GdbExporter, IGdbXmlExportProxy

public interface IGdbXmlExport
extends java.io.Serializable

COM Interface 'IGdbXmlExport'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'

Description: 'Provides access to members that support exporting a geodatabase to 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 IID1f88e412_18ce_4324_a1e5_d1a32d5dff4a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void exportDatasets(IEnumNameMapping enumNameMapping, java.lang.String outFile, boolean binaryGeometry, boolean compressed, boolean retrieveMetadata)
          Exports datasets to XML.
 void exportDatasetsSchema(IEnumNameMapping enumNameMapping, java.lang.String outFile, boolean compressed, boolean retrieveMetadata)
          Exports datasets schema to XML.
 void exportRecordSet(ITableName pTableName, java.lang.String outFile, boolean binaryGeometry, boolean compressed)
          Exports a single tabular dataset to XML.
 void exportWorkspace(IWorkspace workspace, java.lang.String outFile, boolean binaryGeometry, boolean compressed, boolean retrieveMetadata)
          Exports a workspace to XML.
 void exportWorkspaceSchema(IWorkspace workspace, java.lang.String outFile, boolean compressed, boolean retrieveMetadata)
          Exports a workspace schema to XML.
 

Field Detail

IID1f88e412_18ce_4324_a1e5_d1a32d5dff4a

static final int IID1f88e412_18ce_4324_a1e5_d1a32d5dff4a
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

exportWorkspace

void exportWorkspace(IWorkspace workspace,
                     java.lang.String outFile,
                     boolean binaryGeometry,
                     boolean compressed,
                     boolean retrieveMetadata)
                     throws java.io.IOException,
                            AutomationException
Exports a workspace to XML.

Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
outFile - The outFile (in)
binaryGeometry - The binaryGeometry (in)
compressed - The compressed (in)
retrieveMetadata - The retrieveMetadata (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportWorkspaceSchema

void exportWorkspaceSchema(IWorkspace workspace,
                           java.lang.String outFile,
                           boolean compressed,
                           boolean retrieveMetadata)
                           throws java.io.IOException,
                                  AutomationException
Exports a workspace schema to XML.

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

exportDatasets

void exportDatasets(IEnumNameMapping enumNameMapping,
                    java.lang.String outFile,
                    boolean binaryGeometry,
                    boolean compressed,
                    boolean retrieveMetadata)
                    throws java.io.IOException,
                           AutomationException
Exports datasets to XML.

Parameters:
enumNameMapping - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
outFile - The outFile (in)
binaryGeometry - The binaryGeometry (in)
compressed - The compressed (in)
retrieveMetadata - The retrieveMetadata (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportDatasetsSchema

void exportDatasetsSchema(IEnumNameMapping enumNameMapping,
                          java.lang.String outFile,
                          boolean compressed,
                          boolean retrieveMetadata)
                          throws java.io.IOException,
                                 AutomationException
Exports datasets schema to XML.

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

exportRecordSet

void exportRecordSet(ITableName pTableName,
                     java.lang.String outFile,
                     boolean binaryGeometry,
                     boolean compressed)
                     throws java.io.IOException,
                            AutomationException
Exports a single tabular dataset to XML.

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