|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGDSExportOptions
Provides access to methods that control replica export.
The IGDSExportOptions interface has properties that define how to export from a GeoDataServer.
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. |
Method Detail |
---|
int getExportFormat() throws IOException, AutomationException
The format to use when exporting. Note that when using esriGDSExportFormatFileGDB or esriGDSExportFormatFileGDBTransport, the output is always compressed regardless of the IGDSExportOptions::Compressed property is set.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExportFormat(int exportFormat) throws IOException, AutomationException
The ExportFormat property returns a format type. The ExportFormat enumeration is used to specify the type of file format.
esriGDSExportFormat include the following:
0 - esriGDSExportFormatPersonalGDB
1 - esriGDSExportFormatXml
2 - esriGDSExportFormatFileGDB
exportFormat
- A com.esri.arcgis.geodatabasedistributed.esriGDSExportFormat constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCompressed() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressed(boolean comp) throws IOException, AutomationException
comp
- The comp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBinaryGeometry() throws IOException, AutomationException
The BinaryGeometry method will determine what kind of geometry (binary or normalized) will be used. This setting is only used if the format is XML.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBinaryGeometry(boolean binaryGeometry) throws IOException, AutomationException
The BinaryGeometry property returns a boolean. The Binarygeometry property is used to specify binary or normalized geometry.
binaryGeometry
- The binaryGeometry (in)
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 |