|
|||||||||
| 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.IGPFieldMapProxy
Description: 'Provides access to the sub 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 IGPFieldMapProxy
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.IGPFieldMap |
|---|
IID, IID64dc7625_bb93_4cad_bbca_c4bf5e9f6807 |
| Constructor Summary | |
|---|---|
|
IGPFieldMapProxy()
Deprecated. For internal use only |
|
IGPFieldMapProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPFieldMapProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPFieldMapProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPFieldMapProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addInputField(IDETable table,
IField field,
int startPos,
int endPos)
Deprecated. Add an internal mapped field. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
findInputField(IDETable table,
java.lang.String fieldName)
Deprecated. Find an internal mapped field. |
int |
getCount()
Deprecated. Get the count of mapped fields. |
IField |
getField(int index)
Deprecated. Get an internal mapped field. |
IFields |
getFields()
Deprecated. Get the mapped fields. |
java.lang.String |
getJoinDelimiter()
Deprecated. Get the join delimiter. |
int |
getMergeRule()
Deprecated. Get the merge rule. |
IField |
getOutputField()
Deprecated. Get the main field. |
IDETable |
getTable(int index)
Deprecated. Get an internal mapped field table. |
void |
getTextPos(int index,
int[] start,
int[] end)
Deprecated. Get the start and end text positions. |
void |
removeAll()
Deprecated. Remove all of the mapped fields. |
void |
removeField(int index)
Deprecated. Remove an internal mapped field. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setJoinDelimiter(java.lang.String delimiter)
Deprecated. Get the join delimiter. |
void |
setMergeRule(int rule)
Deprecated. Get the merge rule. |
void |
setOutputFieldByRef(IField field)
Deprecated. Get the main field. |
void |
setTextPos(int index,
int start,
int end)
Deprecated. Set the start and end text positions. |
| 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 IGPFieldMapProxy(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 IGPFieldMapProxy()
public IGPFieldMapProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGPFieldMapProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGPFieldMapProxy(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 removeAll()
throws java.io.IOException,
AutomationException
removeAll in interface IGPFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface IGPFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws java.io.IOException,
AutomationException
getFields in interface IGPFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IField getOutputField()
throws java.io.IOException,
AutomationException
getOutputField in interface IGPFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOutputFieldByRef(IField field)
throws java.io.IOException,
AutomationException
setOutputFieldByRef in interface IGPFieldMapfield - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMergeRule()
throws java.io.IOException,
AutomationException
getMergeRule in interface IGPFieldMapjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMergeRule(int rule)
throws java.io.IOException,
AutomationException
setMergeRule in interface IGPFieldMaprule - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (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 IGPFieldMapjava.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 IGPFieldMapdelimiter - The delimiter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addInputField(IDETable table,
IField field,
int startPos,
int endPos)
throws java.io.IOException,
AutomationException
addInputField in interface IGPFieldMaptable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)field - A reference to a com.esri.arcgis.geodatabase.IField (in)startPos - The startPos (in)endPos - The endPos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int findInputField(IDETable table,
java.lang.String fieldName)
throws java.io.IOException,
AutomationException
findInputField in interface IGPFieldMaptable - A reference to a com.esri.arcgis.geodatabase.IDETable (in)fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeField(int index)
throws java.io.IOException,
AutomationException
removeField in interface IGPFieldMapindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IField getField(int index)
throws java.io.IOException,
AutomationException
getField in interface IGPFieldMapindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDETable getTable(int index)
throws java.io.IOException,
AutomationException
getTable in interface IGPFieldMapindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTextPos(int index,
int[] start,
int[] end)
throws java.io.IOException,
AutomationException
getTextPos in interface IGPFieldMapindex - The index (in)start - The start (out: use single element array)end - The end (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextPos(int index,
int start,
int end)
throws java.io.IOException,
AutomationException
setTextPos in interface IGPFieldMapindex - The index (in)start - The start (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 | ||||||||