|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpFieldInfoObject
Provides access to the Dispatch Field Info Object.
Method Summary | |
---|---|
void |
addField(String fieldName,
String newFieldName,
String visible,
String splitRule)
Add a field. |
String |
exportToString()
Export the Value Table to a string. |
int |
findFieldByName(String fieldName)
Find a field index by name. |
int |
findFieldByNewName(String fieldName)
Find a field index by new name. |
int |
getCount()
The number of fields. |
String |
getFieldName(int index)
Get the field name by index. |
String |
getNewName(int index)
Get the new field name by index. |
String |
getSplitRule(int index)
Get the split rule by index. |
String |
getVisible(int index)
Get the visible flag by index. |
void |
loadFromString(String value)
Load the Value Table from a string. |
void |
removeField(int index)
Remove a field. |
void |
setFieldName(int index,
String name)
Set the field name by index. |
void |
setNewName(int index,
String name)
Set the new field name by index. |
void |
setSplitRule(int index,
String rule)
Set the split rule by index. |
void |
setVisible(int index,
String visible)
Set the visible flag by index. |
Method Detail |
---|
void addField(String fieldName, String newFieldName, String visible, String splitRule) throws IOException, AutomationException
fieldName
- The fieldName (in)newFieldName
- The newFieldName (in)visible
- The visible (in)splitRule
- The splitRule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFieldName(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getNewName(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSplitRule(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVisible(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldName(int index, String name) throws IOException, AutomationException
index
- The index (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNewName(int index, String name) throws IOException, AutomationException
index
- The index (in)name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSplitRule(int index, String rule) throws IOException, AutomationException
index
- The index (in)rule
- The rule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(int index, String visible) throws IOException, AutomationException
index
- The index (in)visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldByName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldByNewName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromString(String value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String exportToString() throws IOException, AutomationException
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 |