|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFieldMap
Provides access to the sub field map object.
Method Summary | |
---|---|
void |
addInputField(IDETable table,
IField field,
int startPos,
int endPos)
Add an internal mapped field. |
int |
findInputField(IDETable table,
String fieldName)
Find an internal mapped field. |
int |
getCount()
Get the count of mapped fields. |
IField |
getField(int index)
Get an internal mapped field. |
IFields |
getFields()
Get the mapped fields. |
String |
getJoinDelimiter()
Get the join delimiter. |
int |
getMergeRule()
Get the merge rule. |
IField |
getOutputField()
Get the main field. |
IDETable |
getTable(int index)
Get an internal mapped field table. |
void |
getTextPos(int index,
int[] start,
int[] end)
Get the start and end text positions. |
void |
removeAll()
Remove all of the mapped fields. |
void |
removeField(int index)
Remove an internal mapped field. |
void |
setJoinDelimiter(String delimiter)
Get the join delimiter. |
void |
setMergeRule(int rule)
Get the merge rule. |
void |
setOutputFieldByRef(IField field)
Get the main field. |
void |
setTextPos(int index,
int start,
int end)
Set the start and end text positions. |
Method Detail |
---|
void removeAll() throws IOException, AutomationException
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.IFields getFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IField getOutputField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputFieldByRef(IField field) throws IOException, AutomationException
field
- A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMergeRule() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMergeRule(int rule) throws IOException, AutomationException
rule
- A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getJoinDelimiter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinDelimiter(String delimiter) throws IOException, AutomationException
delimiter
- The delimiter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addInputField(IDETable table, IField field, int startPos, int endPos) throws IOException, AutomationException
table
- 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findInputField(IDETable table, String fieldName) throws IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.IDETable (in)fieldName
- The fieldName (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.IField getField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDETable getTable(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getTextPos(int index, int[] start, int[] end) throws IOException, AutomationException
index
- The index (in)start
- The start (out: use single element array)end
- The end (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextPos(int index, int start, int end) throws IOException, AutomationException
index
- The index (in)start
- The start (in)end
- The end (in)
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 |