com.esri.arcgis.geodatabasedistributed
Interface IGDSExportOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GDSExportOptions, IGDSExportOptionsProxy

public interface IGDSExportOptions
extends java.io.Serializable

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

Description: 'Provides access to methods that control replica export.' 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 IIDfc23fbc0_dc6a_41fc_8914_36677fba6855
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getExportFormat()
          The format to export to.
 boolean isBinaryGeometry()
          Indicates if the geometry should be exported in binary format (valid for XML export).
 boolean isCompressed()
          Indicates whether the data should be compressed.
 void setBinaryGeometry(boolean binaryGeometry)
          Indicates if the geometry should be exported in binary format (valid for XML export).
 void setCompressed(boolean comp)
          Indicates whether the data should be compressed.
 void setExportFormat(int exportFormat)
          The format to export to.
 

Field Detail

IIDfc23fbc0_dc6a_41fc_8914_36677fba6855

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

getExportFormat

int getExportFormat()
                    throws java.io.IOException,
                           AutomationException
The format to export to.

Returns:
A com.esri.arcgis.geodatabasedistributed.esriGDSExportFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExportFormat

void setExportFormat(int exportFormat)
                     throws java.io.IOException,
                            AutomationException
The format to export to.

Parameters:
exportFormat - A com.esri.arcgis.geodatabasedistributed.esriGDSExportFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCompressed

boolean isCompressed()
                     throws java.io.IOException,
                            AutomationException
Indicates whether the data should be compressed.

Returns:
The comp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressed

void setCompressed(boolean comp)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the data should be compressed.

Parameters:
comp - The comp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isBinaryGeometry

boolean isBinaryGeometry()
                         throws java.io.IOException,
                                AutomationException
Indicates if the geometry should be exported in binary format (valid for XML export).

Returns:
The binaryGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBinaryGeometry

void setBinaryGeometry(boolean binaryGeometry)
                       throws java.io.IOException,
                              AutomationException
Indicates if the geometry should be exported in binary format (valid for XML export).

Parameters:
binaryGeometry - The binaryGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.