com.esri.arcgis.editor
Class IAttributeTransferProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.editor.IAttributeTransferProxy
All Implemented Interfaces:
IAttributeTransfer, java.io.Externalizable, java.io.Serializable

public class IAttributeTransferProxy
extends com.esri.arcgis.interop.Dispatch
implements IAttributeTransfer, java.io.Serializable

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 =

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IAttributeTransferProxy

public IAttributeTransferProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IAttributeTransferProxy

public IAttributeTransferProxy()
For internal use only


IAttributeTransferProxy

public IAttributeTransferProxy(java.lang.Object obj)
                        throws java.io.IOException
Throws:
java.io.IOException

IAttributeTransferProxy

protected IAttributeTransferProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Throws:
java.io.IOException

IAttributeTransferProxy

protected IAttributeTransferProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

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

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

setFieldMapByRef

public 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.

Specified by:
setFieldMapByRef in interface IAttributeTransfer
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

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

Specified by:
deleteFieldMap in interface IAttributeTransfer
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

public 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.

Specified by:
findFieldMap in interface IAttributeTransfer
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

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

Specified by:
transfer in interface IAttributeTransfer
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.