|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGpFieldMappingsObject
Provides access to the properties of a Geoprocessing FieldMapping object.
| Method Summary | |
|---|---|
void |
addFieldMap(Object pFieldMap)
Add a fieldmap to the mapping object |
void |
addTable(String table)
Add a table to the mapping object |
String |
exportToString()
Get the string representation of the field mappings object |
int |
findFieldMapIndex(String fieldName)
Find the index of a fieldmap |
int |
getFieldCount()
Get the count of fieldmaps within the mapping object |
Object |
getFieldMap(int index)
Get a fieldmap from the mapping object |
IGPFieldMapping |
getFieldMapping()
The true FieldMapping object |
Object |
getFields()
Get the output fields of the mapping object |
String |
getFieldValidationWorkspace()
Set the workspace for the mapping object |
void |
loadFromString(String valueText)
Initialize the field map by text string |
void |
removeAll()
Remove fieldmaps from the mapping object |
void |
removeFieldMap(int index)
Remove a fieldmap from the mapping object |
void |
replaceFieldMap(int index,
Object pFieldMap)
Replace a fieldmap within the mapping object |
void |
setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
The true FieldMapping object |
void |
setFieldValidationWorkspace(String workspace)
Set the workspace for the mapping object |
| Method Detail |
|---|
void setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
throws IOException,
AutomationException
ppFieldMapping - A reference to a com.esri.arcgis.geoprocessing.IGPFieldMapping (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGPFieldMapping getFieldMapping()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addTable(String table)
throws IOException,
AutomationException
table - The table (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldValidationWorkspace(String workspace)
throws IOException,
AutomationException
workspace - The workspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldValidationWorkspace()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getFields()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFieldCount()
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 addFieldMap(Object pFieldMap)
throws IOException,
AutomationException
pFieldMap - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getFieldMap(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void replaceFieldMap(int index,
Object pFieldMap)
throws IOException,
AutomationException
index - The index (in)pFieldMap - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeFieldMap(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int findFieldMapIndex(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 valueText)
throws IOException,
AutomationException
valueText - The valueText (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 | ||||||||