|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GpFieldInfoObject
public class GpFieldInfoObject
COM Class 'GpFieldInfoObject'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description '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 =
| Field Summary |
|---|
| 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, xxDummy |
| Constructor Summary | |
|---|---|
GpFieldInfoObject()
Constructs a GpFieldInfoObject using ArcGIS Engine. |
|
GpFieldInfoObject(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GpFieldInfoObject theGpFieldInfoObject = (GpFieldInfoObject) obj; |
|
| Method Summary | |
|---|---|
void |
addField(java.lang.String fieldName,
java.lang.String newFieldName,
java.lang.String visible,
java.lang.String splitRule)
Add a field. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
java.lang.String |
exportToString()
Export the Value Table to a string. |
int |
findFieldByName(java.lang.String fieldName)
Find a field index by name. |
int |
findFieldByNewName(java.lang.String fieldName)
Find a field index by new name. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The number of fields. |
java.lang.String |
getFieldName(int index)
Get the field name by index. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getNewName(int index)
Get the new field name by index. |
java.lang.String |
getSplitRule(int index)
Get the split rule by index. |
java.lang.String |
getVisible(int index)
Get the visible flag by index. |
int |
hashCode()
the hashcode for this object |
void |
loadFromString(java.lang.String value)
Load the Value Table from a string. |
void |
release()
Release a GpFieldInfoObject. |
void |
removeField(int index)
Remove a field. |
void |
setFieldName(int index,
java.lang.String name)
Set the field name by index. |
void |
setNewName(int index,
java.lang.String name)
Set the new field name by index. |
void |
setSplitRule(int index,
java.lang.String rule)
Set the split rule by index. |
void |
setVisible(int index,
java.lang.String visible)
Set the visible flag by index. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GpFieldInfoObject()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GpFieldInfoObject(java.lang.Object obj)
throws java.io.IOException
GpFieldInfoObject theGpFieldInfoObject = (GpFieldInfoObject) obj;
obj to GpFieldInfoObject.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
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 IGpFieldInfoObjectfieldName - 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 IGpFieldInfoObjectjava.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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectindex - 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 IGpFieldInfoObjectfieldName - 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 IGpFieldInfoObjectfieldName - 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 IGpFieldInfoObjectvalue - 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 IGpFieldInfoObjectjava.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 | ||||||||