public interface IDatasetMigration
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID42fbb518_ffb1_4ff5_91b4_23b10f92ff18 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID42fbb518_ffb1_4ff5_91b4_23b10f92ff18
static final int xxDummy
static final java.lang.String IID
void migrateStorage(java.lang.String configurationKeyword) throws java.io.IOException, AutomationException
configurationKeyword
- The configurationKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void migrateGeometryStorage(java.lang.String configurationKeyword) throws java.io.IOException, AutomationException
configurationKeyword
- The configurationKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void migrateAttributeStorage(java.lang.String configurationKeyword) throws java.io.IOException, AutomationException
configurationKeyword
- The configurationKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void migrateRasterStorage(java.lang.String configurationKeyword) throws java.io.IOException, AutomationException
configurationKeyword
- The configurationKeyword (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.