com.esri.arcgis.geodatabase
Interface IDatasetMigration

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDatasetMigrationProxy

public interface IDatasetMigration
extends java.io.Serializable

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

Description: 'Provides access to members that migrate a dataset.' 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 IID42fbb518_ffb1_4ff5_91b4_23b10f92ff18
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void migrateAttributeStorage(java.lang.String configurationKeyword)
          Migrate the attribute field storage.
 void migrateGeometryStorage(java.lang.String configurationKeyword)
          Migrate the geometry field storage.
 void migrateRasterStorage(java.lang.String configurationKeyword)
          Migrate the raster storage.
 void migrateStorage(java.lang.String configurationKeyword)
          Migrate all binary field storage.
 

Field Detail

IID42fbb518_ffb1_4ff5_91b4_23b10f92ff18

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

migrateStorage

void migrateStorage(java.lang.String configurationKeyword)
                    throws java.io.IOException,
                           AutomationException
Migrate all binary field storage.

Parameters:
configurationKeyword - The configurationKeyword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

migrateGeometryStorage

void migrateGeometryStorage(java.lang.String configurationKeyword)
                            throws java.io.IOException,
                                   AutomationException
Migrate the geometry field storage.

Parameters:
configurationKeyword - The configurationKeyword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

migrateAttributeStorage

void migrateAttributeStorage(java.lang.String configurationKeyword)
                             throws java.io.IOException,
                                    AutomationException
Migrate the attribute field storage.

Parameters:
configurationKeyword - The configurationKeyword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

migrateRasterStorage

void migrateRasterStorage(java.lang.String configurationKeyword)
                          throws java.io.IOException,
                                 AutomationException
Migrate the raster storage.

Parameters:
configurationKeyword - The configurationKeyword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.