|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDeltaDataChangesInit
Provides access to members that initialize a DeltaDataChanges object.
The IDeltaDataChangesInit interface is used to initialize a DeltaDataChanges coclass. The coclass must be intialized before any of the other interfaces in the coclass can be used.
DataChangesImporter
,
DataChangesExporter
,
DeltaDataChanges
,
DataChanges
,
IExportDataChanges
Method Summary | |
---|---|
void |
init(String changesFileName,
int exportOption)
Initializes the class by setting delta database file name and export option. |
Method Detail |
---|
void init(String changesFileName, int exportOption) throws IOException, AutomationException
This interface provides an init method which allows you to initialize the DeltaDataChanges coclass. The class can be initialized from either a delta database, a delta file geodatabase or a delta XML file. The changesFileName parameter is the path of the delta file and the exportOption parameter is the type of delta file.
See the DataChangesExporter coclass for more information on delta files.
changesFileName
- The changesFileName (in)exportOption
- A com.esri.arcgis.geodatabasedistributed.esriExportDataChangesOption constant (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 |