|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldInfo2
COM Interface 'IGPFieldInfo2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the properties/methods of a geoprocessing field info 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 |
IID
Deprecated. Internal use only |
static int |
IID8c5ea59e_b50b_4898_8624_5eb777dbec66
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getJoinDelimiter(int index)
Returns the join delimiter of the specified field in the field info object. |
int |
getMergeRule(int index)
Returns the merge rule of the specified field in the field info object. |
void |
getTextPos(int index,
int[] start,
int[] end)
Returns the start and end text positions. |
void |
setJoinDelimiter(int index,
java.lang.String delimiter)
Sets the join delimiter of the specified field in the field info object. |
void |
setMergeRule(int index,
int merge)
Sets the merge rule of the specified field in the field info object. |
void |
setTextPos(int index,
int start,
int end)
Sets the start and end text positions. |
| Field Detail |
|---|
static final int IID8c5ea59e_b50b_4898_8624_5eb777dbec66
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getMergeRule(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 setMergeRule(int index,
int merge)
throws java.io.IOException,
AutomationException
index - The index (in)merge - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getJoinDelimiter(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 setJoinDelimiter(int index,
java.lang.String delimiter)
throws java.io.IOException,
AutomationException
index - The index (in)delimiter - The delimiter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTextPos(int index,
int[] start,
int[] end)
throws java.io.IOException,
AutomationException
index - The index (in)start - The start (out: use single element array)end - The end (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextPos(int index,
int start,
int end)
throws java.io.IOException,
AutomationException
index - The index (in)start - The start (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 | ||||||||