|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGpFieldMapObject
COM Interface 'IGpFieldMapObject'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties of a Geoprocessing FieldMap 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_GET_NAME
|
static java.lang.String |
DISPID_12_NAME
|
static java.lang.String |
DISPID_13_NAME
|
static java.lang.String |
DISPID_14_NAME
|
static java.lang.String |
DISPID_15_NAME
|
static java.lang.String |
DISPID_16_NAME
|
static java.lang.String |
DISPID_2_GET_NAME
|
static java.lang.String |
DISPID_2_PUT_NAME
|
static java.lang.String |
DISPID_3_GET_NAME
|
static java.lang.String |
DISPID_3_PUT_NAME
|
static java.lang.String |
DISPID_5_GET_NAME
|
static java.lang.String |
DISPID_5_PUT_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 |
IID7afa67b8_09f0_4d5c_ae19_f2b7b3c8a167
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addInputField(java.lang.String table,
java.lang.String field,
java.lang.Object pStartTextValue,
java.lang.Object pEndTextValue)
Add a sub-field. |
int |
findInputFieldIndex(java.lang.String table,
java.lang.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. |
java.lang.String |
getInputFieldName(int index)
Get a sub-field. |
java.lang.String |
getInputTableName(int index)
Get a sub-field table. |
java.lang.String |
getJoinDelimiter()
Join delimiter for the sub-fields. |
java.lang.String |
getMergeRule()
Merge rule for the sub-fields. |
java.lang.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(java.lang.String delimiter)
Join delimiter for the sub-fields. |
void |
setMergeRule(java.lang.String rule)
Merge rule for the sub-fields. |
void |
setOutputField(java.lang.Object ppField)
Get the properties field |
void |
setStartTextPosition(int index,
int start)
Set a sub-field start text position. |
Field Detail |
---|
static final int IID7afa67b8_09f0_4d5c_ae19_f2b7b3c8a167
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_PUT_NAME
static final java.lang.String DISPID_2_GET_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_5_GET_NAME
static final java.lang.String DISPID_5_PUT_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_GET_NAME
static final java.lang.String DISPID_12_NAME
static final java.lang.String DISPID_13_NAME
static final java.lang.String DISPID_14_NAME
static final java.lang.String DISPID_15_NAME
static final java.lang.String DISPID_16_NAME
Method Detail |
---|
void setFieldMapByRef(IGPFieldMap ppFieldMap) throws java.io.IOException, AutomationException
ppFieldMap
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGPFieldMap getFieldMap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMergeRule(java.lang.String rule) throws java.io.IOException, AutomationException
rule
- The rule (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getMergeRule() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJoinDelimiter(java.lang.String delimiter) throws java.io.IOException, AutomationException
delimiter
- The delimiter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getJoinDelimiter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getOutputField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOutputField(java.lang.Object ppField) throws java.io.IOException, AutomationException
ppField
- 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 addInputField(java.lang.String table, java.lang.String field, java.lang.Object pStartTextValue, java.lang.Object pEndTextValue) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getInputTableName(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.java.lang.String getInputFieldName(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 getStartTextPosition(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 getEndTextPosition(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 getInputFieldCount() 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 removeInputField(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 findInputFieldIndex(java.lang.String table, java.lang.String field) throws java.io.IOException, AutomationException
table
- The table (in)field
- The field (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartTextPosition(int index, int start) throws java.io.IOException, AutomationException
index
- The index (in)start
- The start (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndTextPosition(int index, int end) throws java.io.IOException, AutomationException
index
- The index (in)end
- The end (in)
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 |