|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGPFieldInfoProxy
Description: 'Provides access to the properties/methods of a geoprocessing 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 IGPFieldInfoProxy
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.IGPFieldInfo |
---|
IID, IIDb4893c59_ece5_4b2d_ab4a_540abc813789 |
Constructor Summary | |
---|---|
|
IGPFieldInfoProxy()
Deprecated. For internal use only |
|
IGPFieldInfoProxy(java.lang.Object obj)
Deprecated. |
protected |
IGPFieldInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGPFieldInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGPFieldInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addField(int fieldIndex,
java.lang.String fieldName,
java.lang.String newFieldName,
boolean visible,
int split)
Deprecated. Add a field to the field info object. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
int |
findFieldByIndex(int fieldIndex)
Deprecated. Returns the index of the field in the field info object matching given the field index. |
int |
findFieldByName(java.lang.String fieldName)
Deprecated. Returns the index of the field in the field info object matching given the field name. |
int |
findFieldByNewName(java.lang.String fieldName)
Deprecated. Returns the index of the field in the field info object matching given the field new name. |
int |
getCount()
Deprecated. The number of fields in the field info object. |
int |
getFieldIndex(int index)
Deprecated. Returns the field index of the specified field in the field info object. |
java.lang.String |
getFieldName(int index)
Deprecated. Returns the name of the specified field in the field info object. |
boolean |
getNamingError(int index)
Deprecated. Returns whether there is an error with the specified field in the field info object. |
java.lang.String |
getNewName(int index)
Deprecated. Returns the new name of the specified field in the field info object. |
int |
getSplitRule(int index)
Deprecated. Returns the split rule of the specified field in the field info object. |
boolean |
getVisible(int index)
Deprecated. Returns the visibility of the specified field in the field info object. |
void |
initialize(IDETable table,
IDEWorkspace workspace)
Deprecated. Initializes the field info object using the field information from the given table/workspace. |
void |
merge(IDETable table)
Deprecated. Merges the field information from the given table data element into the field info object. |
void |
removeAll()
Deprecated. Removes all the fields from the field info object. |
void |
removeField(int index)
Deprecated. Removes the given field from the field info object. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setFieldIndex(int index,
int fieldIndex)
Deprecated. Sets the name of the specified field in the field info object. |
void |
setFieldName(int index,
java.lang.String name)
Deprecated. Sets the name of the specified field in the field info object. |
void |
setNamingError(int index,
boolean error)
Deprecated. Sets whether there is an error with the specified field in the field info object. |
void |
setNewName(int index,
java.lang.String name)
Deprecated. Sets the new name of the specified field in the field info object. |
void |
setSplitRule(int index,
int split)
Deprecated. Sets the split rule of the specified field in the field info object. |
void |
setVisible(int index,
boolean visible)
Deprecated. Sets the visibility of the specified field in the field info 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 IGPFieldInfoProxy(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 IGPFieldInfoProxy()
public IGPFieldInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGPFieldInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGPFieldInfoProxy(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 initialize(IDETable table, IDEWorkspace workspace) throws java.io.IOException, AutomationException
initialize
in interface IGPFieldInfo
table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)workspace
- A reference to a com.esri.arcgis.geodatabase.IDEWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void merge(IDETable table) throws java.io.IOException, AutomationException
merge
in interface IGPFieldInfo
table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)
java.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 IGPFieldInfo
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addField(int fieldIndex, java.lang.String fieldName, java.lang.String newFieldName, boolean visible, int split) throws java.io.IOException, AutomationException
addField
in interface IGPFieldInfo
fieldIndex
- The fieldIndex (in)fieldName
- The fieldName (in)newFieldName
- The newFieldName (in)visible
- The visible (in)split
- A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (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 IGPFieldInfo
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 IGPFieldInfo
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFieldIndex(int index) throws java.io.IOException, AutomationException
getFieldIndex
in interface IGPFieldInfo
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean getNamingError(int index) throws java.io.IOException, AutomationException
getNamingError
in interface IGPFieldInfo
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 IGPFieldInfo
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSplitRule(int index) throws java.io.IOException, AutomationException
getSplitRule
in interface IGPFieldInfo
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean getVisible(int index) throws java.io.IOException, AutomationException
getVisible
in interface IGPFieldInfo
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 IGPFieldInfo
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 setFieldIndex(int index, int fieldIndex) throws java.io.IOException, AutomationException
setFieldIndex
in interface IGPFieldInfo
index
- The index (in)fieldIndex
- The fieldIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setNamingError(int index, boolean error) throws java.io.IOException, AutomationException
setNamingError
in interface IGPFieldInfo
index
- The index (in)error
- The error (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 IGPFieldInfo
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, int split) throws java.io.IOException, AutomationException
setSplitRule
in interface IGPFieldInfo
index
- The index (in)split
- A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(int index, boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface IGPFieldInfo
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 IGPFieldInfo
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 IGPFieldInfo
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 IGPFieldInfo
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int findFieldByIndex(int fieldIndex) throws java.io.IOException, AutomationException
findFieldByIndex
in interface IGPFieldInfo
fieldIndex
- The fieldIndex (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 |