|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGDSExportOptions
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 |
---|
static final int IIDfc23fbc0_dc6a_41fc_8914_36677fba6855
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getExportFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExportFormat(int exportFormat) throws java.io.IOException, AutomationException
exportFormat
- A com.esri.arcgis.geodatabasedistributed.esriGDSExportFormat constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCompressed() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressed(boolean comp) throws java.io.IOException, AutomationException
comp
- The comp (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBinaryGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBinaryGeometry(boolean binaryGeometry) throws java.io.IOException, AutomationException
binaryGeometry
- The binaryGeometry (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 |