|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpFieldMappingsObject
COM Interface 'IGpFieldMappingsObject'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties of a Geoprocessing FieldMapping object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
DISPID_1_GET_NAME
|
static java.lang.String |
DISPID_1_PUTREF_NAME
|
static java.lang.String |
DISPID_10_NAME
|
static java.lang.String |
DISPID_11_NAME
|
static java.lang.String |
DISPID_12_NAME
|
static java.lang.String |
DISPID_13_NAME
|
static java.lang.String |
DISPID_2_NAME
|
static java.lang.String |
DISPID_3_GET_NAME
|
static java.lang.String |
DISPID_3_PUT_NAME
|
static java.lang.String |
DISPID_4_GET_NAME
|
static java.lang.String |
DISPID_5_GET_NAME
|
static java.lang.String |
DISPID_6_NAME
|
static java.lang.String |
DISPID_7_NAME
|
static java.lang.String |
DISPID_8_NAME
|
static java.lang.String |
DISPID_9_NAME
|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID3fdf95a7_b0d6_446a_be8b_f2d75e801da8
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addFieldMap(java.lang.Object pFieldMap)
Add a fieldmap to the mapping object |
void |
addTable(java.lang.String table)
Add a table to the mapping object |
java.lang.String |
exportToString()
Get the string representation of the field mappings object |
int |
findFieldMapIndex(java.lang.String fieldName)
Find the index of a fieldmap |
int |
getFieldCount()
Get the count of fieldmaps within the mapping object |
java.lang.Object |
getFieldMap(int index)
Get a fieldmap from the mapping object |
IGPFieldMapping |
getFieldMapping()
The true FieldMapping object |
java.lang.Object |
getFields()
Get the output fields of the mapping object |
java.lang.String |
getFieldValidationWorkspace()
Set the workspace for the mapping object |
void |
loadFromString(java.lang.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,
java.lang.Object pFieldMap)
Replace a fieldmap within the mapping object |
void |
setFieldMappingByRef(IGPFieldMapping ppFieldMapping)
The true FieldMapping object |
void |
setFieldValidationWorkspace(java.lang.String workspace)
Set the workspace for the mapping object |
Field Detail |
---|
static final int IID3fdf95a7_b0d6_446a_be8b_f2d75e801da8
static final int xxDummy
static final java.lang.String IID
static final java.lang.String DISPID_1_PUTREF_NAME
static final java.lang.String DISPID_1_GET_NAME
static final java.lang.String DISPID_2_NAME
static final java.lang.String DISPID_3_PUT_NAME
static final java.lang.String DISPID_3_GET_NAME
static final java.lang.String DISPID_4_GET_NAME
static final java.lang.String DISPID_5_GET_NAME
static final java.lang.String DISPID_6_NAME
static final java.lang.String DISPID_7_NAME
static final java.lang.String DISPID_8_NAME
static final java.lang.String DISPID_9_NAME
static final java.lang.String DISPID_10_NAME
static final java.lang.String DISPID_11_NAME
static final java.lang.String DISPID_12_NAME
static final java.lang.String DISPID_13_NAME
Method Detail |
---|
void setFieldMappingByRef(IGPFieldMapping ppFieldMapping) throws java.io.IOException, AutomationException
ppFieldMapping
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldMapping (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPFieldMapping getFieldMapping() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addTable(java.lang.String table) throws java.io.IOException, AutomationException
table
- The table (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldValidationWorkspace(java.lang.String workspace) throws java.io.IOException, AutomationException
workspace
- The workspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldValidationWorkspace() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFieldCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addFieldMap(java.lang.Object pFieldMap) throws java.io.IOException, AutomationException
pFieldMap
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getFieldMap(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceFieldMap(int index, java.lang.Object pFieldMap) throws java.io.IOException, AutomationException
index
- The index (in)pFieldMap
- A reference to another Automation Object (IDispatch) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeFieldMap(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int findFieldMapIndex(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadFromString(java.lang.String valueText) throws java.io.IOException, AutomationException
valueText
- The valueText (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String exportToString() throws java.io.IOException, AutomationException
java.io.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 |