|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.editor.IAttributeTransferProxy
public class IAttributeTransferProxy
Internal use class Proxy for 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.editor.IAttributeTransfer |
---|
IID, IID4f0b9f27_487f_47e1_bcd9_1fc13aae594a |
Constructor Summary | |
---|---|
|
IAttributeTransferProxy()
For internal use only |
|
IAttributeTransferProxy(java.lang.Object obj)
|
protected |
IAttributeTransferProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IAttributeTransferProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IAttributeTransferProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IAttributeTransferProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IAttributeTransferProxy()
public IAttributeTransferProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAttributeTransferProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IAttributeTransferProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void getName(java.lang.String[] pName) throws java.io.IOException, AutomationException
getName
in interface IAttributeTransfer
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldMapByRef(IFieldMap rhs1) throws java.io.IOException, AutomationException
setFieldMapByRef
in interface IAttributeTransfer
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.public void deleteFieldMap(IFieldMap pFieldMap) throws java.io.IOException, AutomationException
deleteFieldMap
in interface IAttributeTransfer
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.public IFieldMap findFieldMap(IObjectClass pSourceTable, IObjectClass pTargetTable) throws java.io.IOException, AutomationException
findFieldMap
in interface IAttributeTransfer
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.public void transfer(IFieldMap pFieldMap, IRow pSourceRow, IRow pTargetRow, boolean[] pSuccessful) throws java.io.IOException, AutomationException
transfer
in interface IAttributeTransfer
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 |