com.esri.arcgis.geoprocessing
Class IGpFieldMapObjectProxy

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

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

Description: 'Provides access to the properties of a Geoprocessing FieldMap 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 IGpFieldMapObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpFieldMapObject, 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.IGpFieldMapObject
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_10_NAME, DISPID_11_GET_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_14_NAME, DISPID_15_NAME, DISPID_16_NAME, DISPID_2_GET_NAME, DISPID_2_PUT_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_5_GET_NAME, DISPID_5_PUT_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID7afa67b8_09f0_4d5c_ae19_f2b7b3c8a167
 
Constructor Summary
  IGpFieldMapObjectProxy()
          Deprecated. For internal use only
  IGpFieldMapObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IGpFieldMapObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpFieldMapObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpFieldMapObjectProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addInputField(java.lang.String table, java.lang.String field, java.lang.Object pStartTextValue, java.lang.Object pEndTextValue)
          Deprecated. Add a sub-field.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int findInputFieldIndex(java.lang.String table, java.lang.String field)
          Deprecated. Find a given sub-field
 int getEndTextPosition(int index)
          Deprecated. Get a sub-field end text position.
 IGPFieldMap getFieldMap()
          Deprecated. The true FieldMap object
 int getInputFieldCount()
          Deprecated. Get the count of sub-fields.
 java.lang.String getInputFieldName(int index)
          Deprecated. Get a sub-field.
 java.lang.String getInputTableName(int index)
          Deprecated. Get a sub-field table.
 java.lang.String getJoinDelimiter()
          Deprecated. Join delimiter for the sub-fields.
 java.lang.String getMergeRule()
          Deprecated. Merge rule for the sub-fields.
 java.lang.Object getOutputField()
          Deprecated. Get the properties field
 int getStartTextPosition(int index)
          Deprecated. Get a sub-field start text position.
 void removeAll()
          Deprecated. Remove all sub-fields.
 void removeInputField(int index)
          Deprecated. Remove a given sub-field
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setEndTextPosition(int index, int end)
          Deprecated. Set a sub-field end text position.
 void setFieldMapByRef(IGPFieldMap ppFieldMap)
          Deprecated. The true FieldMap object
 void setJoinDelimiter(java.lang.String delimiter)
          Deprecated. Join delimiter for the sub-fields.
 void setMergeRule(java.lang.String rule)
          Deprecated. Merge rule for the sub-fields.
 void setOutputField(java.lang.Object ppField)
          Deprecated. Get the properties field
 void setStartTextPosition(int index, int start)
          Deprecated. Set a sub-field start text position.
 
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

IGpFieldMapObjectProxy

public IGpFieldMapObjectProxy(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

IGpFieldMapObjectProxy

public IGpFieldMapObjectProxy()
Deprecated. 
For internal use only


IGpFieldMapObjectProxy

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

IGpFieldMapObjectProxy

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

IGpFieldMapObjectProxy

protected IGpFieldMapObjectProxy(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

setFieldMapByRef

public void setFieldMapByRef(IGPFieldMap ppFieldMap)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The true FieldMap object

Specified by:
setFieldMapByRef in interface IGpFieldMapObject
Parameters:
ppFieldMap - 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.

getFieldMap

public IGPFieldMap getFieldMap()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The true FieldMap object

Specified by:
getFieldMap in interface IGpFieldMapObject
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.

setMergeRule

public void setMergeRule(java.lang.String rule)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Merge rule for the sub-fields.

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

getMergeRule

public java.lang.String getMergeRule()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Merge rule for the sub-fields.

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

setJoinDelimiter

public void setJoinDelimiter(java.lang.String delimiter)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Join delimiter for the sub-fields.

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

getJoinDelimiter

public java.lang.String getJoinDelimiter()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Join delimiter for the sub-fields.

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

getOutputField

public java.lang.Object getOutputField()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get the properties field

Specified by:
getOutputField in interface IGpFieldMapObject
Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOutputField

public void setOutputField(java.lang.Object ppField)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Get the properties field

Specified by:
setOutputField in interface IGpFieldMapObject
Parameters:
ppField - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addInputField

public void addInputField(java.lang.String table,
                          java.lang.String field,
                          java.lang.Object pStartTextValue,
                          java.lang.Object pEndTextValue)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Add a sub-field.

Specified by:
addInputField in interface IGpFieldMapObject
Parameters:
table - The table (in)
field - The field (in)
pStartTextValue - A Variant (in, optional, pass null if not required)
pEndTextValue - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInputTableName

public java.lang.String getInputTableName(int index)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Get a sub-field table.

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

getInputFieldName

public java.lang.String getInputFieldName(int index)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Get a sub-field.

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

getStartTextPosition

public int getStartTextPosition(int index)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Get a sub-field start text position.

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

getEndTextPosition

public int getEndTextPosition(int index)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Get a sub-field end text position.

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

getInputFieldCount

public int getInputFieldCount()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Get the count of sub-fields.

Specified by:
getInputFieldCount in interface IGpFieldMapObject
Returns:
The pCount
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 sub-fields.

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

removeInputField

public void removeInputField(int index)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Remove a given sub-field

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

findInputFieldIndex

public int findInputFieldIndex(java.lang.String table,
                               java.lang.String field)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Find a given sub-field

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

setStartTextPosition

public void setStartTextPosition(int index,
                                 int start)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Set a sub-field start text position.

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

setEndTextPosition

public void setEndTextPosition(int index,
                               int end)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Set a sub-field end text position.

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