com.esri.arcgis.editor
Interface IAttributeTransfer

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

public interface IAttributeTransfer
extends java.io.Serializable

COM Interface 'IAttributeTransfer'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to members that control the behavior of the attribute transfer tools.' 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 IID4f0b9f27_487f_47e1_bcd9_1fc13aae594a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void deleteFieldMap(IFieldMap pFieldMap)
          Delete a field map.
 IFieldMap findFieldMap(IObjectClass pSourceTable, IObjectClass pTargetTable)
          Finds a stored field mapping.
 void getName(java.lang.String[] pName)
          Name of the current attribute type.
 void setFieldMapByRef(IFieldMap rhs1)
          Adds a field map.
 void transfer(IFieldMap pFieldMap, IRow pSourceRow, IRow pTargetRow, boolean[] pSuccessful)
          Transfer attributes between rows based on the field map.
 

Field Detail

IID4f0b9f27_487f_47e1_bcd9_1fc13aae594a

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

getName

void getName(java.lang.String[] pName)
             throws java.io.IOException,
                    AutomationException
Name of the current attribute type.

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

setFieldMapByRef

void setFieldMapByRef(IFieldMap rhs1)
                      throws java.io.IOException,
                             AutomationException
Adds a field map. This will overwrite any existing field map with the same pair of source and target object classes.

Parameters:
rhs1 - A reference to a com.esri.arcgis.editor.IFieldMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteFieldMap

void deleteFieldMap(IFieldMap pFieldMap)
                    throws java.io.IOException,
                           AutomationException
Delete a field map.

Parameters:
pFieldMap - A reference to a com.esri.arcgis.editor.IFieldMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findFieldMap

IFieldMap findFieldMap(IObjectClass pSourceTable,
                       IObjectClass pTargetTable)
                       throws java.io.IOException,
                              AutomationException
Finds a stored field mapping. A field map with any source or target can be found by place a null for the argument.

Parameters:
pSourceTable - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
pTargetTable - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
Returns:
A reference to a com.esri.arcgis.editor.IFieldMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

transfer

void transfer(IFieldMap pFieldMap,
              IRow pSourceRow,
              IRow pTargetRow,
              boolean[] pSuccessful)
              throws java.io.IOException,
                     AutomationException
Transfer attributes between rows based on the field map.

Parameters:
pFieldMap - A reference to a com.esri.arcgis.editor.IFieldMap (in)
pSourceRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
pTargetRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
pSuccessful - The pSuccessful (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.