|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFieldMap
COM Interface 'IGPFieldMap'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'
Description: 'Provides access to the sub field map 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 |
IID64dc7625_bb93_4cad_bbca_c4bf5e9f6807
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addInputField(IDETable table,
IField field,
int startPos,
int endPos)
Add an internal mapped field. |
int |
findInputField(IDETable table,
java.lang.String fieldName)
Find an internal mapped field. |
int |
getCount()
Get the count of mapped fields. |
IField |
getField(int index)
Get an internal mapped field. |
IFields |
getFields()
Get the mapped fields. |
java.lang.String |
getJoinDelimiter()
Get the join delimiter. |
int |
getMergeRule()
Get the merge rule. |
IField |
getOutputField()
Get the main field. |
IDETable |
getTable(int index)
Get an internal mapped field table. |
void |
getTextPos(int index,
int[] start,
int[] end)
Get the start and end text positions. |
void |
removeAll()
Remove all of the mapped fields. |
void |
removeField(int index)
Remove an internal mapped field. |
void |
setJoinDelimiter(java.lang.String delimiter)
Get the join delimiter. |
void |
setMergeRule(int rule)
Get the merge rule. |
void |
setOutputFieldByRef(IField field)
Get the main field. |
void |
setTextPos(int index,
int start,
int end)
Set the start and end text positions. |
| Field Detail |
|---|
static final int IID64dc7625_bb93_4cad_bbca_c4bf5e9f6807
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFields getFields()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IField getOutputField()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOutputFieldByRef(IField field)
throws java.io.IOException,
AutomationException
field - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMergeRule()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMergeRule(int rule)
throws java.io.IOException,
AutomationException
rule - 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()
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.
void addInputField(IDETable table,
IField field,
int startPos,
int endPos)
throws java.io.IOException,
AutomationException
table - A reference to a com.esri.arcgis.geodatabase.IDETable (in)field - A reference to a com.esri.arcgis.geodatabase.IField (in)startPos - The startPos (in)endPos - The endPos (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int findInputField(IDETable table,
java.lang.String fieldName)
throws java.io.IOException,
AutomationException
table - A reference to a com.esri.arcgis.geodatabase.IDETable (in)fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeField(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.
IField getField(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.
IDETable getTable(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 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 | ||||||||