|
|||||||||
| 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.IGpFieldMapObjectProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGpFieldMapObjectProxy(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 IGpFieldMapObjectProxy()
public IGpFieldMapObjectProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGpFieldMapObjectProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGpFieldMapObjectProxy(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 setFieldMapByRef(IGPFieldMap ppFieldMap)
throws java.io.IOException,
AutomationException
setFieldMapByRef in interface IGpFieldMapObjectppFieldMap - A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGPFieldMap getFieldMap()
throws java.io.IOException,
AutomationException
getFieldMap in interface IGpFieldMapObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMergeRule(java.lang.String rule)
throws java.io.IOException,
AutomationException
setMergeRule in interface IGpFieldMapObjectrule - The rule (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getMergeRule()
throws java.io.IOException,
AutomationException
getMergeRule in interface IGpFieldMapObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJoinDelimiter(java.lang.String delimiter)
throws java.io.IOException,
AutomationException
setJoinDelimiter in interface IGpFieldMapObjectdelimiter - The delimiter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getJoinDelimiter()
throws java.io.IOException,
AutomationException
getJoinDelimiter in interface IGpFieldMapObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getOutputField()
throws java.io.IOException,
AutomationException
getOutputField in interface IGpFieldMapObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputField(java.lang.Object ppField)
throws java.io.IOException,
AutomationException
setOutputField in interface IGpFieldMapObjectppField - 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 addInputField(java.lang.String table,
java.lang.String field,
java.lang.Object pStartTextValue,
java.lang.Object pEndTextValue)
throws java.io.IOException,
AutomationException
addInputField in interface IGpFieldMapObjecttable - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getInputTableName(int index)
throws java.io.IOException,
AutomationException
getInputTableName in interface IGpFieldMapObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getInputFieldName(int index)
throws java.io.IOException,
AutomationException
getInputFieldName in interface IGpFieldMapObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getStartTextPosition(int index)
throws java.io.IOException,
AutomationException
getStartTextPosition in interface IGpFieldMapObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEndTextPosition(int index)
throws java.io.IOException,
AutomationException
getEndTextPosition in interface IGpFieldMapObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getInputFieldCount()
throws java.io.IOException,
AutomationException
getInputFieldCount in interface IGpFieldMapObjectjava.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 IGpFieldMapObjectjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeInputField(int index)
throws java.io.IOException,
AutomationException
removeInputField in interface IGpFieldMapObjectindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int findInputFieldIndex(java.lang.String table,
java.lang.String field)
throws java.io.IOException,
AutomationException
findInputFieldIndex in interface IGpFieldMapObjecttable - The table (in)field - The field (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStartTextPosition(int index,
int start)
throws java.io.IOException,
AutomationException
setStartTextPosition in interface IGpFieldMapObjectindex - The index (in)start - The start (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEndTextPosition(int index,
int end)
throws java.io.IOException,
AutomationException
setEndTextPosition in interface IGpFieldMapObjectindex - The index (in)end - The end (in)
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 | ||||||||