|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpFieldMapObject
Provides access to the properties of a Geoprocessing FieldMap object.
Method Summary | |
---|---|
void |
addInputField(String table,
String field,
Object pStartTextValue,
Object pEndTextValue)
Add a sub-field. |
int |
findInputFieldIndex(String table,
String field)
Find a given sub-field |
int |
getEndTextPosition(int index)
Get a sub-field end text position. |
IGPFieldMap |
getFieldMap()
The true FieldMap object |
int |
getInputFieldCount()
Get the count of sub-fields. |
String |
getInputFieldName(int index)
Get a sub-field. |
String |
getInputTableName(int index)
Get a sub-field table. |
String |
getJoinDelimiter()
Join delimiter for the sub-fields. |
String |
getMergeRule()
Merge rule for the sub-fields. |
Object |
getOutputField()
Get the properties field |
int |
getStartTextPosition(int index)
Get a sub-field start text position. |
void |
removeAll()
Remove all sub-fields. |
void |
removeInputField(int index)
Remove a given sub-field |
void |
setEndTextPosition(int index,
int end)
Set a sub-field end text position. |
void |
setFieldMapByRef(IGPFieldMap ppFieldMap)
The true FieldMap object |
void |
setJoinDelimiter(String delimiter)
Join delimiter for the sub-fields. |
void |
setMergeRule(String rule)
Merge rule for the sub-fields. |
void |
setOutputField(Object ppField)
Get the properties field |
void |
setStartTextPosition(int index,
int start)
Set a sub-field start text position. |
Method Detail |
---|
void setFieldMapByRef(IGPFieldMap ppFieldMap) throws IOException, AutomationException
ppFieldMap
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPFieldMap getFieldMap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMergeRule(String rule) throws IOException, AutomationException
rule
- The rule (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMergeRule() 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.String getJoinDelimiter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getOutputField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputField(Object ppField) throws IOException, AutomationException
ppField
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addInputField(String table, String field, Object pStartTextValue, Object pEndTextValue) throws IOException, AutomationException
table
- The table (in)field
- The field (in)pStartTextValue
- A Variant (in, optional, pass null if not required)pEndTextValue
- A Variant (in, optional, pass null if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInputTableName(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInputFieldName(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStartTextPosition(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEndTextPosition(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInputFieldCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeInputField(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findInputFieldIndex(String table, String field) throws IOException, AutomationException
table
- The table (in)field
- The field (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartTextPosition(int index, int start) throws IOException, AutomationException
index
- The index (in)start
- The start (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndTextPosition(int index, int end) throws IOException, AutomationException
index
- The index (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 |