|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPFieldMapping
Provides access to the field map object.
Method Summary | |
---|---|
void |
addFieldMap(IGPFieldMap fieldMap)
Add an internal field map. |
int |
findFieldMap(String fieldName)
Add an internal field map. |
int |
getCount()
Get the count of the internal field maps. |
IGPFieldMap |
getFieldMap(int index)
Get a specific internal field map. |
IFields |
getFields()
Get the mapped fields. |
void |
initialize(IArray dETables,
IWorkspace workspace)
Initializes the field map object using the field information from the given table/workspace. |
void |
removeAll()
Remove all of the internal field maps. |
void |
removeFieldMap(int index)
Remove an internal field map. |
void |
replaceFieldMap(int index,
IGPFieldMap fieldMap)
Replace a specific internal field map. |
Method Detail |
---|
void initialize(IArray dETables, IWorkspace workspace) throws IOException, AutomationException
dETables
- A reference to a com.esri.arcgis.system.IArray (in)workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
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.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.IGPFieldMap 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, IGPFieldMap fieldMap) throws IOException, AutomationException
index
- The index (in)fieldMap
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addFieldMap(IGPFieldMap fieldMap) throws IOException, AutomationException
fieldMap
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldMap(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |