|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttributeTransfer
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 |
---|
static final int IID4f0b9f27_487f_47e1_bcd9_1fc13aae594a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void getName(java.lang.String[] pName) throws java.io.IOException, AutomationException
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldMapByRef(IFieldMap rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.editor.IFieldMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteFieldMap(IFieldMap pFieldMap) throws java.io.IOException, AutomationException
pFieldMap
- A reference to a com.esri.arcgis.editor.IFieldMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFieldMap findFieldMap(IObjectClass pSourceTable, IObjectClass pTargetTable) throws java.io.IOException, AutomationException
pSourceTable
- A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)pTargetTable
- A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void transfer(IFieldMap pFieldMap, IRow pSourceRow, IRow pTargetRow, boolean[] pSuccessful) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |