com.esri.arcgis.geodatabase
Interface IXMLReplicaDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
ReplicaDescription

public interface IXMLReplicaDescription
extends Serializable

Provides access to members which set and return the properties of a ReplicaDescription object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getOutputXMLFile()
          The name of the output XML file.
 void init2(IEnumName enumNames, String outputXMLFile, boolean binaryGeometry, boolean compressed, int deType)
          Provides access to members that define the datasets to check-out or extract to am XML file.
 boolean isBinaryGeometry()
          Indicates if the geometry coordinates are stored in binary
 boolean isCompressed()
          indicates of the output XML file is to be compressed.
 

Method Detail

init2

void init2(IEnumName enumNames,
           String outputXMLFile,
           boolean binaryGeometry,
           boolean compressed,
           int deType)
           throws IOException,
                  AutomationException
Provides access to members that define the datasets to check-out or extract to am XML file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
enumNames - A reference to a com.esri.arcgis.system.IEnumName (in)
outputXMLFile - The outputXMLFile (in)
binaryGeometry - The binaryGeometry (in)
compressed - The compressed (in)
deType - A com.esri.arcgis.geodatabase.esriDataExtractionType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputXMLFile

String getOutputXMLFile()
                        throws IOException,
                               AutomationException
The name of the output XML file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isBinaryGeometry

boolean isBinaryGeometry()
                         throws IOException,
                                AutomationException
Indicates if the geometry coordinates are stored in binary

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

isCompressed

boolean isCompressed()
                     throws IOException,
                            AutomationException
indicates of the output XML file is to be compressed.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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