com.esri.arcgis.geoprocessing
Class IGPFieldMappingProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPFieldMappingProxy
All Implemented Interfaces:
IGPFieldMapping, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPFieldMapping'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to the field map object.' 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 =

public class IGPFieldMappingProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPFieldMapping, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.geoprocessing.IGPFieldMapping
IID, IID7ee8d0e1_d24a_4fc5_9053_678aed37ea8d
 
Constructor Summary
  IGPFieldMappingProxy()
          Deprecated. For internal use only
  IGPFieldMappingProxy(java.lang.Object obj)
          Deprecated.  
protected IGPFieldMappingProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPFieldMappingProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPFieldMappingProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addFieldMap(IGPFieldMap fieldMap)
          Deprecated. Add an internal field map.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int findFieldMap(java.lang.String fieldName)
          Deprecated. Add an internal field map.
 int getCount()
          Deprecated. Get the count of the internal field maps.
 IGPFieldMap getFieldMap(int index)
          Deprecated. Get a specific internal field map.
 IFields getFields()
          Deprecated. Get the mapped fields.
 void initialize(IArray dETables, IWorkspace workspace)
          Deprecated. Initializes the field map object using the field information from the given table/workspace.
 void removeAll()
          Deprecated. Remove all of the internal field maps.
 void removeFieldMap(int index)
          Deprecated. Remove an internal field map.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void replaceFieldMap(int index, IGPFieldMap fieldMap)
          Deprecated. Replace a specific internal 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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPFieldMappingProxy

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

IGPFieldMappingProxy

public IGPFieldMappingProxy()
Deprecated. 
For internal use only


IGPFieldMappingProxy

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

IGPFieldMappingProxy

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

IGPFieldMappingProxy

protected IGPFieldMappingProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

initialize

public void initialize(IArray dETables,
                       IWorkspace workspace)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Initializes the field map object using the field information from the given table/workspace.

Specified by:
initialize in interface IGPFieldMapping
Parameters:
dETables - A reference to a com.esri.arcgis.system.IArray (in)
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFields

public IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Get the mapped fields.

Specified by:
getFields in interface IGPFieldMapping
Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Remove all of the internal field maps.

Specified by:
removeAll in interface IGPFieldMapping
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Get the count of the internal field maps.

Specified by:
getCount in interface IGPFieldMapping
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldMap

public IGPFieldMap getFieldMap(int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Get a specific internal field map.

Specified by:
getFieldMap in interface IGPFieldMapping
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

replaceFieldMap

public void replaceFieldMap(int index,
                            IGPFieldMap fieldMap)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Replace a specific internal field map.

Specified by:
replaceFieldMap in interface IGPFieldMapping
Parameters:
index - The index (in)
fieldMap - A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addFieldMap

public void addFieldMap(IGPFieldMap fieldMap)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Add an internal field map.

Specified by:
addFieldMap in interface IGPFieldMapping
Parameters:
fieldMap - A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findFieldMap

public int findFieldMap(java.lang.String fieldName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Add an internal field map.

Specified by:
findFieldMap in interface IGPFieldMapping
Parameters:
fieldName - The fieldName (in)
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeFieldMap

public void removeFieldMap(int index)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Remove an internal field map.

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