|
|||||||||
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.IGpFieldInfoObjectProxy
Description: 'Provides access to the Dispatch Field Info 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 IGpFieldInfoObjectProxy
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.IGpFieldInfoObject |
---|
DISPID_1_NAME, DISPID_10_NAME, DISPID_11_NAME, DISPID_12_NAME, DISPID_13_NAME, DISPID_14_NAME, DISPID_15_NAME, DISPID_2_GET_NAME, DISPID_3_NAME, DISPID_4_NAME, DISPID_5_NAME, DISPID_6_NAME, DISPID_7_NAME, DISPID_8_NAME, DISPID_9_NAME, IID, IIDb8aa3d79_0605_49a9_b351_647fea86bc94 |
Constructor Summary | |
---|---|
|
IGpFieldInfoObjectProxy()
Deprecated. For internal use only |
|
IGpFieldInfoObjectProxy(java.lang.Object obj)
Deprecated. |
protected |
IGpFieldInfoObjectProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGpFieldInfoObjectProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGpFieldInfoObjectProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addField(java.lang.String fieldName,
java.lang.String newFieldName,
java.lang.String visible,
java.lang.String splitRule)
Deprecated. Add a field. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
exportToString()
Deprecated. Export the Value Table to a string. |
int |
findFieldByName(java.lang.String fieldName)
Deprecated. Find a field index by name. |
int |
findFieldByNewName(java.lang.String fieldName)
Deprecated. Find a field index by new name. |
int |
getCount()
Deprecated. The number of fields. |
java.lang.String |
getFieldName(int index)
Deprecated. Get the field name by index. |
java.lang.String |
getNewName(int index)
Deprecated. Get the new field name by index. |
java.lang.String |
getSplitRule(int index)
Deprecated. Get the split rule by index. |
java.lang.String |
getVisible(int index)
Deprecated. Get the visible flag by index. |
void |
loadFromString(java.lang.String value)
Deprecated. Load the Value Table from a string. |
void |
removeField(int index)
Deprecated. Remove a field. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setFieldName(int index,
java.lang.String name)
Deprecated. Set the field name by index. |
void |
setNewName(int index,
java.lang.String name)
Deprecated. Set the new field name by index. |
void |
setSplitRule(int index,
java.lang.String rule)
Deprecated. Set the split rule by index. |
void |
setVisible(int index,
java.lang.String visible)
Deprecated. Set the visible flag by index. |
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 IGpFieldInfoObjectProxy(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.IOException
public IGpFieldInfoObjectProxy()
public IGpFieldInfoObjectProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGpFieldInfoObjectProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGpFieldInfoObjectProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void addField(java.lang.String fieldName, java.lang.String newFieldName, java.lang.String visible, java.lang.String splitRule) throws java.io.IOException, AutomationException
addField
in interface IGpFieldInfoObject
fieldName
- The fieldName (in)newFieldName
- The newFieldName (in)visible
- The visible (in)splitRule
- The splitRule (in)
java.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 IGpFieldInfoObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFieldName(int index) throws java.io.IOException, AutomationException
getFieldName
in interface IGpFieldInfoObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getNewName(int index) throws java.io.IOException, AutomationException
getNewName
in interface IGpFieldInfoObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSplitRule(int index) throws java.io.IOException, AutomationException
getSplitRule
in interface IGpFieldInfoObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVisible(int index) throws java.io.IOException, AutomationException
getVisible
in interface IGpFieldInfoObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldName(int index, java.lang.String name) throws java.io.IOException, AutomationException
setFieldName
in interface IGpFieldInfoObject
index
- The index (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNewName(int index, java.lang.String name) throws java.io.IOException, AutomationException
setNewName
in interface IGpFieldInfoObject
index
- The index (in)name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSplitRule(int index, java.lang.String rule) throws java.io.IOException, AutomationException
setSplitRule
in interface IGpFieldInfoObject
index
- The index (in)rule
- The rule (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(int index, java.lang.String visible) throws java.io.IOException, AutomationException
setVisible
in interface IGpFieldInfoObject
index
- The index (in)visible
- The visible (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 IGpFieldInfoObject
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int findFieldByName(java.lang.String fieldName) throws java.io.IOException, AutomationException
findFieldByName
in interface IGpFieldInfoObject
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int findFieldByNewName(java.lang.String fieldName) throws java.io.IOException, AutomationException
findFieldByNewName
in interface IGpFieldInfoObject
fieldName
- 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 value) throws java.io.IOException, AutomationException
loadFromString
in interface IGpFieldInfoObject
value
- The value (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 IGpFieldInfoObject
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 |