| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLReplicaDescription
Provides access to members which set and return the properties of a ReplicaDescription object.
| 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 | 
|---|
void init2(IEnumName enumNames,
           String outputXMLFile,
           boolean binaryGeometry,
           boolean compressed,
           int deType)
           throws IOException,
                  AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.String getOutputXMLFile()
                        throws IOException,
                               AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.boolean isBinaryGeometry()
                         throws IOException,
                                AutomationException
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.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||