com.esri.arcgis.geodatabase
Interface IXMLReplicaDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXMLReplicaDescriptionProxy, ReplicaDescription

public interface IXMLReplicaDescription
extends java.io.Serializable

COM Interface 'IXMLReplicaDescription'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members which set and return the properties of a ReplicaDescription object.' 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 IIDd14bb518_5768_4b2e_995d_69190ef369ed
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getOutputXMLFile()
          The name of the output XML file.
 void init2(IEnumName enumNames, java.lang.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.
 

Field Detail

IIDd14bb518_5768_4b2e_995d_69190ef369ed

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

init2

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOutputXMLFile

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

Returns:
The outputXMLFile
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 coordinates are stored in binary

Returns:
The binaryGeometry
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 of the output XML file is to be compressed.

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