public interface ICopyHelper
extends java.io.Serializable
Description: 'Provides access to helper functions for post-processing copied metadata.' 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 |
IID7e3d4a40_727c_4d4f_9c06_b0e93c8dfe0a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
updateDatabaseMetadata(IPropertySet destPropertySet,
IDatasetName src,
IDatasetName dest)
Call this while creating a copy of a dataset in a geodatabase.
|
void |
updateMetadata(IName src,
IName dest,
boolean isMove)
Call this after creating a copy of a dataset, workspace, or file.
|
static final int IID7e3d4a40_727c_4d4f_9c06_b0e93c8dfe0a
static final int xxDummy
static final java.lang.String IID
void updateMetadata(IName src, IName dest, boolean isMove) throws java.io.IOException, AutomationException
src
- A reference to a com.esri.arcgis.system.IName (in)dest
- A reference to a com.esri.arcgis.system.IName (in)isMove
- The isMove (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateDatabaseMetadata(IPropertySet destPropertySet, IDatasetName src, IDatasetName dest) throws java.io.IOException, AutomationException
destPropertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)src
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)dest
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.