|
|||||||||
| 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.geoprocessing.IGpFieldMappingsObjectProxy
Description: 'Provides access to the properties of a Geoprocessing FieldMapping 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 IGpFieldMappingsObjectProxy
Internal use class
| 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.IGpFieldMappingsObject |
|---|
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_2_NAME, DISPID_3_GET_NAME, DISPID_3_PUT_NAME, DISPID_4_GET_NAME, DISPID_5_GET_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IID3fdf95a7_b0d6_446a_be8b_f2d75e801da8 |
| Constructor Summary | |
|---|---|
|
IGpFieldMappingsObjectProxy()
Deprecated. For internal use only |
|
IGpFieldMappingsObjectProxy(java.lang.Object obj)
Deprecated. |
protected |
IGpFieldMappingsObjectProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGpFieldMappingsObjectProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGpFieldMappingsObjectProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addFieldMap(java.lang.Object pFieldMap)
Deprecated. Add a fieldmap to the mapping object |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addTable(java.lang.String table)
Deprecated. Add a table to the mapping object |
java.lang.String |
exportToString()
Deprecated. Get the string representation of the field mappings object |
int |
findFieldMapIndex(java.lang.String fieldName)
Deprecated. Find the index of a fieldmap |
int |
getFieldCount()
Deprecated. Get the count of fieldmaps within the mapping object |
java.lang.Object |
getFieldMap(int index)
Deprecated. Get a fieldmap from the mapping object |
IGPFieldMapping |
getFieldMapping()
Deprecated. The true FieldMapping object |
java.lang.Object |
getFields()
Deprecated. Get the output fields of the mapping object |
java.lang.String |
getFieldValidationWorkspace()
Deprecated. Set the workspace for the mapping object |
void |
loadFromString(java.lang.String valueText)
Deprecated. Initialize the field map by text string |
void |
removeAll()
Deprecated. Remove fieldmaps from the mapping object |
void |
removeFieldMap(int index)
Deprecated. Remove a fieldmap from the mapping object |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
replaceFieldMap(int index,
java.lang.Object pFieldMap)
Deprecated. Replace a fieldmap within the mapping object |
void |
setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
Deprecated. The true FieldMapping object |
void |
setFieldValidationWorkspace(java.lang.String workspace)
Deprecated. Set the workspace for the mapping object |
| 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 IGpFieldMappingsObjectProxy(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.IOExceptionpublic IGpFieldMappingsObjectProxy()
public IGpFieldMappingsObjectProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGpFieldMappingsObjectProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGpFieldMappingsObjectProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
throws java.io.IOException,
AutomationException
setFieldMappingByRef in interface IGpFieldMappingsObjectppFieldMapping - A reference to a com.esri.arcgis.geoprocessing.IGPFieldMapping (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPFieldMapping getFieldMapping()
throws java.io.IOException,
AutomationException
getFieldMapping in interface IGpFieldMappingsObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addTable(java.lang.String table)
throws java.io.IOException,
AutomationException
addTable in interface IGpFieldMappingsObjecttable - The table (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldValidationWorkspace(java.lang.String workspace)
throws java.io.IOException,
AutomationException
setFieldValidationWorkspace in interface IGpFieldMappingsObjectworkspace - The workspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFieldValidationWorkspace()
throws java.io.IOException,
AutomationException
getFieldValidationWorkspace in interface IGpFieldMappingsObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getFields()
throws java.io.IOException,
AutomationException
getFields in interface IGpFieldMappingsObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFieldCount()
throws java.io.IOException,
AutomationException
getFieldCount in interface IGpFieldMappingsObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IGpFieldMappingsObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addFieldMap(java.lang.Object pFieldMap)
throws java.io.IOException,
AutomationException
addFieldMap in interface IGpFieldMappingsObjectpFieldMap - A reference to another Automation Object (IDispatch) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getFieldMap(int index)
throws java.io.IOException,
AutomationException
getFieldMap in interface IGpFieldMappingsObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void replaceFieldMap(int index,
java.lang.Object pFieldMap)
throws java.io.IOException,
AutomationException
replaceFieldMap in interface IGpFieldMappingsObjectindex - The index (in)pFieldMap - A reference to another Automation Object (IDispatch) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeFieldMap(int index)
throws java.io.IOException,
AutomationException
removeFieldMap in interface IGpFieldMappingsObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int findFieldMapIndex(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
findFieldMapIndex in interface IGpFieldMappingsObjectfieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadFromString(java.lang.String valueText)
throws java.io.IOException,
AutomationException
loadFromString in interface IGpFieldMappingsObjectvalueText - The valueText (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String exportToString()
throws java.io.IOException,
AutomationException
exportToString in interface IGpFieldMappingsObjectjava.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 | ||||||||