com.esri.arcgis.system
Interface IObjectCopy

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IObjectCopyProxy, ObjectCopy

public interface IObjectCopy
extends java.io.Serializable

COM Interface 'IObjectCopy'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members to copy objects by value. The object must support IPersistStream to be copied.' 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 IID9c3673ea_bc0a_11d5_a9df_00104bb6fc1c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object copy(java.lang.Object pInObject)
          Obtains a new object which is a copy of the input object.
 void overwrite(java.lang.Object pInObject, java.lang.Object[] pOverwriteObject)
          Overwrites the object with the contents of input object.
 

Field Detail

IID9c3673ea_bc0a_11d5_a9df_00104bb6fc1c

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

copy

java.lang.Object copy(java.lang.Object pInObject)
                      throws java.io.IOException,
                             AutomationException
Obtains a new object which is a copy of the input object.

Parameters:
pInObject - A reference to another Object (IUnknown) (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

overwrite

void overwrite(java.lang.Object pInObject,
               java.lang.Object[] pOverwriteObject)
               throws java.io.IOException,
                      AutomationException
Overwrites the object with the contents of input object.

Parameters:
pInObject - A reference to another Object (IUnknown) (in)
pOverwriteObject - A reference to another Object (IUnknown) (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.